Block a user
NS10 slice: Build PTY-backed browser terminal harness
Implemented and committed #69 as 70e6418 Add PTY terminal E2E harness.
What changed:
- Added
zig build terminal-e2e. - Added
tools/terminal_e2e.py, a stdlib-only PTY harness that launches…
NS10 slice: Gate terminal E2E in the developer verification path
NS10 slice: Cover raw input, cursor movement, and mode switches in E2E
NS10 slice: Add terminal control-byte snapshots and golden policy
NS10 slice: Cover editor workflows and panels in browser-terminal E2E
NS10 slice: Cover colors, chrome, and viewport regressions in E2E
NS10 slice: Build PTY-backed browser terminal harness
NS10 slice: Define and run the terminal E2E matrix
NS10: Browser-terminal E2E matrix that catches terminal regressions
NS8 slice: Complete production hardening and real-device dogfood receipts
Local hardening prerequisite for #56 implemented and committed as f75ee1d Add NS8 local production smoke.
What changed locally:
- Added a narrow-viewport NS8 smoke that exercises repo file…
NS8 slice: Prove physical keyboard parity without losing mobile access
NS8 slice: Prove physical keyboard parity without losing mobile access
Implemented and committed #55 as e96d33e Add physical keyboard parity aliases.
What changed:
- Added terminal decoding for Home/End/PageUp/PageDown escape sequences.
- Added trace aliases for…
NS8 slice: Implement formatting, code actions, organize imports, and format-on-save
NS8 slice: Implement formatting, code actions, organize imports, and format-on-save
Implemented and committed #54 as 616eea6 Add language format and code action edits.
What changed:
- Added provider edit rows for format, organize-imports, and code-action mutations with…
NS8 slice: Run lint, build, test, and check jobs from the editor
NS8 slice: Run lint, build, test, and check jobs from the editor
Implemented and committed #53 as e4d6837 Add first-class job rail profiles.
What changed:
- Added source-patched job profiles for lint-file, lint-project, build, test, and check.
- Wired `Space…
NS8 slice: Make diagnostics and navigation production-ready
NS8 slice: Make diagnostics and navigation production-ready
Implemented and committed #52 as 5224fe4 Add provider-aware diagnostics rail.
What changed:
- Added provider/version/severity diagnostic rows, stale/fresh panel rendering, and safe invalid/empty…
NS8 slice: Ship compact hover, signature help, and parameter navigation
NS8 slice: Ship compact hover, signature help, and parameter navigation
Implemented and committed #51 as 264dedb Add compact language assistance rails.
What changed:
- Added
Space llanguage rail with compact hover (h), compact signature help (s), and…