Origin
All releases
v0.1.1·14th June 2026

Origin v0.1.1

What's New

Language Server Protocol (LSP)

  • Added full Language Server Protocol support with confirmed Windows compatibility.
  • TypeScript, JavaScript, Rust, and Python files now support:
    • Diagnostics (red squiggles)
    • Inline completions
    • Hover documentation
    • F12 go-to-definition
  • Powered by locally installed language servers:
    • typescript-language-server
    • rust-analyzer
    • pylsp
  • Added automatic language server detection.
  • Missing server installs now surface an Install action in the notification bar that launches the required installation command in a new terminal tab.

Plan Mode

  • Added a new two-phase AI workflow.
  • In Plan Mode, the AI first explores the codebase using read-only tools before making changes.
  • Generates a structured plan describing files it intends to create, modify, or delete.
  • Execution only begins after the plan is explicitly approved.
  • Plans can be approved or rejected directly from the UI.

Fully Wired Menu Bar

  • Implemented all previously stubbed menu actions:
    • Save, Save As, Save All, Close Editor
    • Undo, Redo, Cut, Copy, Paste, Select All, Find
    • Zoom In, Zoom Out, Reset Zoom
    • New Terminal Tab, Clear Terminal, Kill Terminal
  • Menu labels now open on hover.

Bug Fixes

  • Fixed toast notifications expanding to the full height of the window.
  • Fixed Windows .cmd shim resolution so globally installed npm binaries such as typescript-language-server launch correctly.
  • Fixed LSP hover and symbol highlighting incorrectly returning "No Project" errors on Windows paths.
  • Fixed auto-apply diff execution requiring a manual Apply click.
  • Fixed model selector dropdown clipping near the bottom edge of the screen.