• Joined on 2024-08-05
tmk241 commented on issue tmk241/mim#35 2026-06-21 03:08:43 +00:00
NS6 slice: Add Pi panel/context integration

Implemented in commit 73c65a9b6f8e (Add foreground Pi bridge panel).

Verification:

  • zig fmt src/main.zig src/pi_bridge.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build…
tmk241 pushed to main at tmk241/mim 2026-06-21 03:08:25 +00:00
73c65a9b6f Add foreground Pi bridge panel
tmk241 closed issue tmk241/mim#34 2026-06-21 03:04:02 +00:00
NS6 slice: Add explicit tool command path with protocol logging
tmk241 commented on issue tmk241/mim#34 2026-06-21 03:04:01 +00:00
NS6 slice: Add explicit tool command path with protocol logging

Implemented in commit 7170b7d14c63 (Add replayable tool protocol logs).

Verification:

  • zig fmt src/protocol.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help: pass -…
tmk241 pushed to main at tmk241/mim 2026-06-21 03:03:40 +00:00
7170b7d14c Add replayable tool protocol logs
tmk241 commented on issue tmk241/mim#33 2026-06-21 03:00:46 +00:00
NS6 slice: Add compact mimctl context output

Implemented in commit ffbff6e4b851 (Add compact agent context command).

Verification:

  • zig fmt src/context.zig src/protocol.zig src/socket.zig src/main.zig: pass
  • zig build test: pass
  • zig…
tmk241 closed issue tmk241/mim#33 2026-06-21 03:00:46 +00:00
NS6 slice: Add compact mimctl context output
tmk241 pushed to main at tmk241/mim 2026-06-21 03:00:23 +00:00
ffbff6e4b8 Add compact agent context command
tmk241 commented on issue tmk241/mim#5 2026-06-21 02:51:31 +00:00
NS5: Syntax and LSP coding intelligence

All current NS5 child slices are implemented and closed: #28 syntax profiles, #29 LSP lifecycle/document sync, #30 diagnostics, #31 navigation/symbol panels, #32 rename/code actions, and #42…

tmk241 closed issue tmk241/mim#5 2026-06-21 02:51:31 +00:00
NS5: Syntax and LSP coding intelligence
tmk241 closed issue tmk241/mim#42 2026-06-21 02:51:09 +00:00
NS5 slice: Add viewport-aware LSP hover, signature help, and parameter navigation
tmk241 commented on issue tmk241/mim#42 2026-06-21 02:51:08 +00:00
NS5 slice: Add viewport-aware LSP hover, signature help, and parameter navigation

Implemented in commit d1141c89a2b4 (Add LSP hover and signature panels).

Verification:

  • zig fmt src/lsp.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:50:51 +00:00
d1141c89a2 Add LSP hover and signature panels
tmk241 commented on issue tmk241/mim#32 2026-06-21 02:43:42 +00:00
NS5 slice: Add rename and code actions

Implemented in commit 970d1bb4ece6 (Add explicit LSP edit previews).

Verification:

  • zig fmt src/lsp.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run -- --help:…
tmk241 closed issue tmk241/mim#32 2026-06-21 02:43:42 +00:00
NS5 slice: Add rename and code actions
tmk241 pushed to main at tmk241/mim 2026-06-21 02:43:24 +00:00
970d1bb4ec Add explicit LSP edit previews
tmk241 commented on issue tmk241/mim#31 2026-06-21 02:39:35 +00:00
NS5 slice: Add LSP navigation and symbol panels

Implemented in commit 9ed3f8453c09 (Add LSP navigation and symbol panels).

Verification:

  • zig fmt src/lsp.zig src/tui.zig: pass
  • zig build test: pass
  • zig build: pass
  • zig build run --…
tmk241 closed issue tmk241/mim#31 2026-06-21 02:39:35 +00:00
NS5 slice: Add LSP navigation and symbol panels
tmk241 pushed to main at tmk241/mim 2026-06-21 02:39:19 +00:00
9ed3f8453c Add LSP navigation and symbol panels
tmk241 closed issue tmk241/mim#30 2026-06-21 02:35:12 +00:00
NS5 slice: Show LSP diagnostics through panels/status