Block a user
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…
NS6 slice: Add explicit tool command path with protocol logging
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 -…
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…
NS6 slice: Add compact mimctl context output
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…
NS5 slice: Add viewport-aware LSP hover, signature help, and parameter navigation
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:…
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:…
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 --…
NS5 slice: Add LSP navigation and symbol panels
NS5 slice: Show LSP diagnostics through panels/status