• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#24 2026-06-21 01:06:33 +00:00
NS4 slice: Add project text search with jump-to-result

Implemented in commit fc3b6a7d085d (Add project text search panel).

Verification:

  • zig fmt src/session.zig src/repo.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run…
tmk241 pushed to main at tmk241/mim 2026-06-21 01:06:14 +00:00
fc3b6a7d08 Add project text search panel
tmk241 commented on issue tmk241/mim#23 2026-06-21 01:01:55 +00:00
NS4 slice: Add gitignore-aware file picker and tree

Implemented in commit 233a5245f629 (Add gitignore-aware file picker).

Verification:

  • zig fmt src/main.zig src/repo.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run…
tmk241 closed issue tmk241/mim#23 2026-06-21 01:01:55 +00:00
NS4 slice: Add gitignore-aware file picker and tree
tmk241 pushed to main at tmk241/mim 2026-06-21 01:01:23 +00:00
233a5245f6 Add gitignore-aware file picker
tmk241 commented on issue tmk241/mim#3 2026-06-21 00:55:23 +00:00
NS3: Narrow terminal UI and panel grammar

NS3 complete.

Children closed:

  • #18 Add panel stack state to the session protocol
  • #19 Render editor-or-panel on narrow terminals
  • #20 Build the shared list/filter/select panel primitive
  • #21…
tmk241 closed issue tmk241/mim#3 2026-06-21 00:55:23 +00:00
NS3: Narrow terminal UI and panel grammar
tmk241 closed issue tmk241/mim#22 2026-06-21 00:54:48 +00:00
NS3 slice: Add SSH render responsiveness guardrails
tmk241 commented on issue tmk241/mim#22 2026-06-21 00:54:47 +00:00
NS3 slice: Add SSH render responsiveness guardrails

Implemented in commit fddfd1a5e48e (Add render diagnostics guardrails).

Verification:

  • zig fmt src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help: pass -…
tmk241 pushed to main at tmk241/mim 2026-06-21 00:54:12 +00:00
fddfd1a5e4 Add render diagnostics guardrails
tmk241 commented on issue tmk241/mim#21 2026-06-21 00:50:47 +00:00
NS3 slice: Show diagnostics, errors, and job status consistently

Implemented in commit e540e64d9304 (Show recoverable panel and editor feedback).

Verification:

  • zig fmt src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help:…
tmk241 closed issue tmk241/mim#21 2026-06-21 00:50:47 +00:00
NS3 slice: Show diagnostics, errors, and job status consistently
tmk241 pushed to main at tmk241/mim 2026-06-21 00:50:21 +00:00
e540e64d93 Show recoverable panel and editor feedback
tmk241 commented on issue tmk241/mim#20 2026-06-21 00:45:55 +00:00
NS3 slice: Build the shared list/filter/select panel primitive

Implemented in commit c0a4d1c9bb0d (Add generic list panel primitive).

Verification:

  • zig fmt src/panel.zig src/session.zig src/protocol.zig src/tui.zig src/replay.zig: pass
  • zig build test:…
tmk241 closed issue tmk241/mim#20 2026-06-21 00:45:55 +00:00
NS3 slice: Build the shared list/filter/select panel primitive
tmk241 pushed to main at tmk241/mim 2026-06-21 00:45:17 +00:00
c0a4d1c9bb Add generic list panel primitive
tmk241 commented on issue tmk241/mim#19 2026-06-21 00:37:12 +00:00
NS3 slice: Render editor-or-panel on narrow terminals

Implemented in commit ffa51e17c7b6 (Render active panels on narrow terminal).

Verification:

  • zig fmt src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help: pass -…
tmk241 closed issue tmk241/mim#19 2026-06-21 00:37:12 +00:00
NS3 slice: Render editor-or-panel on narrow terminals
tmk241 pushed to main at tmk241/mim 2026-06-21 00:36:42 +00:00
ffa51e17c7 Render active panels on narrow terminal
tmk241 closed issue tmk241/mim#18 2026-06-21 00:33:16 +00:00
NS3 slice: Add panel stack state to the session protocol