Skip to content

v0.2.0

Choose a tag to compare

@moneyacademyKE moneyacademyKE released this 20 Jun 08:47

Highlights of v0.2.0

  • Accessible Webview Scrolling: Native VS Code theme variable mappings for high-contrast scrollbars and global keyboard scroll routers (arrows, page keys, space) resolving focus dead-zones.
  • Stateless Input Navigation: Textarea keyboard forwarding supporting page scrolling and line scrolling from the chat input without losing cursor focus.
  • Decoupled Permission Store: Migrated interactive permissions from IDE globalState (Memento) to a shared filesystem database (~/.commandcode/permissions.json) supporting both headless CLI and extensions.
  • Strict Runtime Data Guards: Explicit type guard assertions at socket and IPC communication boundary layers to narrow unknown payloads.
  • Reactive Configuration Loops: Immediate binary path and version validation on setting changes without requiring host reloads.
  • Package Manager Standardization: Standardized project infrastructure on pnpm workspace links, reducing duplicate local dependency files.