• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#30 2026-06-21 02:35:12 +00:00
NS5 slice: Show LSP diagnostics through panels/status

Implemented in commit 56975c3cf39b (Add LSP diagnostics panel).

Verification:

  • zig fmt src/lsp.zig 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 02:34:57 +00:00
56975c3cf3 Add LSP diagnostics panel
tmk241 commented on issue tmk241/mim#29 2026-06-21 02:29:17 +00:00
NS5 slice: Implement LSP process lifecycle and document sync

Implemented in commit c90160f90d36 (Add LSP document sync transport).

Verification:

  • zig fmt src/main.zig src/lsp.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run…
tmk241 closed issue tmk241/mim#29 2026-06-21 02:29:17 +00:00
NS5 slice: Implement LSP process lifecycle and document sync
tmk241 pushed to main at tmk241/mim 2026-06-21 02:29:02 +00:00
c90160f90d Add LSP document sync transport
tmk241 commented on issue tmk241/mim#28 2026-06-21 02:23:14 +00:00
NS5 slice: Add source-patched Tree-sitter highlighting v1

Implemented in commit a90c35e5424e (Add source-patched syntax profiles).

Verification:

  • zig fmt src/main.zig src/syntax.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build…
tmk241 closed issue tmk241/mim#28 2026-06-21 02:23:14 +00:00
NS5 slice: Add source-patched Tree-sitter highlighting v1
tmk241 pushed to main at tmk241/mim 2026-06-21 02:22:57 +00:00
a90c35e542 Add source-patched syntax profiles
tmk241 commented on issue tmk241/mim#4 2026-06-21 02:17:57 +00:00
NS4: Repository workbench

All current NS4 child slices are implemented and closed: #23 file picker/tree, #24 project text search, #25 read-only git panels, #26 explicit job output panel, and #27 terminal escape hatch.…

tmk241 closed issue tmk241/mim#4 2026-06-21 02:17:57 +00:00
NS4: Repository workbench
tmk241 closed issue tmk241/mim#27 2026-06-21 02:17:36 +00:00
NS4 slice: Add one terminal escape-hatch panel
tmk241 commented on issue tmk241/mim#27 2026-06-21 02:17:35 +00:00
NS4 slice: Add one terminal escape-hatch panel

Implemented in commit 2ec98408372e (Add terminal escape hatch panel).

Verification:

  • zig fmt src/job.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help:…
tmk241 pushed to main at tmk241/mim 2026-06-21 02:17:17 +00:00
2ec9840837 Add terminal escape hatch panel
tmk241 commented on issue tmk241/mim#26 2026-06-21 02:13:16 +00:00
NS4 slice: Add build/test job output panel

Implemented in commit caba99fb401d (Add explicit job output panel).

Verification:

  • zig fmt src/main.zig src/job.zig src/session.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass -…
tmk241 closed issue tmk241/mim#26 2026-06-21 02:13:16 +00:00
NS4 slice: Add build/test job output panel
tmk241 pushed to main at tmk241/mim 2026-06-21 02:12:56 +00:00
caba99fb40 Add explicit job output panel
tmk241 closed issue tmk241/mim#25 2026-06-21 01:16:26 +00:00
NS4 slice: Add read-only git status and diff panels
tmk241 commented on issue tmk241/mim#25 2026-06-21 01:16:25 +00:00
NS4 slice: Add read-only git status and diff panels

Implemented in commit 871f3b4917c1 (Add read-only git workbench panels).

Verification:

  • zig fmt src/repo.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help:…
tmk241 pushed to main at tmk241/mim 2026-06-21 01:16:12 +00:00
871f3b4917 Add read-only git workbench panels
tmk241 closed issue tmk241/mim#24 2026-06-21 01:06:33 +00:00
NS4 slice: Add project text search with jump-to-result