All notable changes to Neo will be documented in this file.
v0.2.2 - 2026-07-07
- Published a patch release to verify the configured Homebrew tap token updates
owainlewis/homebrew-tapduring release automation.
v0.2.1 - 2026-07-07
- Skipped Homebrew cask publishing when the
HOMEBREW_TAP_GITHUB_TOKENsecret is not configured, allowing GitHub release publishing to complete successfully.
v0.2.0 - 2026-07-07
- Added persistent chat sessions with resume support, a session browser, transcript search, and persisted token usage.
- Added OpenAI and OpenRouter provider support, including OpenAI subscription/device-code login and live OpenRouter model catalogue loading.
- Added robust tool permissions, approval inspection improvements, workspace path sandboxing, and safer atomic file writes.
- Added project memory, git-context injection, prompt-file slash commands, slash command autocomplete, and a coordinator-worker/subagent workflow experience.
- Added transcript compaction controls, capped tool-result transcript content, expanded truncated tool results, and better cancellation handling.
- Added update tooling for stable and nightly channels, plus release/nightly automation and generated developer documentation.
neo doctorcommand for environment diagnostics.- Saved-session transcript search.
- TUI model picker, permissions picker, file reference picker, and bang-shell alias.
- Structured
slogtracing. - Manual project memory support and README guidance for memory configuration.
- Repository skills for coordinator-worker and backlog-manager workflows.
- Nightly build workflow and generated developer docs checks in CI.
- Improved TUI workflow status feedback, paste handling, display-width-aware truncation, and approval previews.
- Reused shared atomic file-write helpers across tools.
- Refreshed README onboarding, provider authentication documentation, robust-core usage documentation, roadmap, and developer docs.
- Cleaned up installer temporary directories safely.
- Preserved file modes on atomic writes.
- Preserved transcript invariants when turns are cancelled.
- Stopped bash child processes on cancellation.
- Honored
Retry-Afterheaders with jitter. - Validated
openai_authconfiguration modes. - Blocked
/memorywhile a turn is active. - Capped and streamed large tool results safely.
v0.1.0 - 2026-05-30
- Initial public release.