v1.1.32
- Fix(attach): allow remote --dir (anomalyco#8969)
- Feat(i18n): add br locale support (anomalyco#10086)
- Fix: make 'Learn More' link functional in theme settings (anomalyco#10078)
- Feat(app): render images in session review
- Test(app): fix windows paths
- Fix(app): new session button
- Chore(app): translations
- Feat(app): delete sessions
- Feat(app): close projects from hover card
- Fix(app): don't auto nav to workspace after reset
- Revert "fix: handle special characters in paths and git snapshot reading logic(anomalyco#9804) (anomalyco#9807)"
- Revert "fix(core): snapshot regression"
- Tweak: bash tool, ensure cat will trigger external_directory perm
- Feat(mcp log): print mcp stderr to opencode log file (anomalyco#9982)
- Fix(codex): write refresh tokens to openai auth (anomalyco#10010) (anomalyco#10011)
- Fix(desktop): Expand font stacks to include macOS Nerd Font default names (anomalyco#10045)
- Fix(app): clear session hover state on navigation (anomalyco#10031)
- Fix(desktop): correct NO_PROXY syntax
- Fix(desktop): attempt to improve connection reliability
- Feat(app): add workspace startup script to projects
- Test(app): terminal smoke test
- Test(app): file viewer smoke test
- Test(app): model picker smoke test
- Test(app): @ attachment smoke test
- Test(app): slash command smoke tests
- Test(app): settings smoke tests
- Fix: type error
- Fix: satisfies
- Fix(app): hover-card scrolling
- Fix(app): auto-scroll
- Fix(app): auto-scroll
- Feat(app): add scrollbar styling to session page (anomalyco#10020)
- Feat: Add support for Norwegian translations (anomalyco#10018)
- Fix(app): snap to bottom on prompt
- Fix(app): a11y translations
- Fix(desktop): change project path tooltip position to bottom (anomalyco#9497)
- Fix(app): session screen accessibility improvements (anomalyco#9907)
- Refactor(desktop): move markdown rendering to rust (anomalyco#10000)
- Fix: add 8px left margin to sidebar toggle on desktop
- Fix: match terminal toggle button size with sidebar and review toggles
- Update jump to latest button with circular design and animation
- Feat(i18n): add Arabic language support (anomalyco#9947)
- Feat(app): always show Toggle-Review button (anomalyco#9944)
- Fix: ensure images are properly returned as tool results
- Fix(acp): rename setSessionModel to unstable_setSessionModel (anomalyco#9940)
- Fix: correct spelling 'supercedes' to 'supersedes' (anomalyco#9935)
- Fix(app): open terminal pane when creating new terminal (anomalyco#9926)
- Feat: Add promptCacheKey for Venice provider (anomalyco#9915)
- Fix: include _noop tool in activeTools for LiteLLM proxy compatibility (anomalyco#9912)
- Mark subagent sessions as agent initiated to ensure they dont count against quota (got the ok from copilot team)
- Feat(ui): add gruvbox theme (Web/App) (anomalyco#9855)
- Feat(i18n): add Traditional Chinese language support & rename 'Chinese' to 'Chinese (Simplified)' (anomalyco#9887)
- Feat(i18n): add Russian language support (anomalyco#9882)
- Add chat.headers hook, adjust codex and copilot plugins to use it
- Feat(app): polish translations (anomalyco#9884)
Thank you to 27 community contributors:
- @neriousy:
- feat(app): polish translations (anomalyco#9884)
- @alexyaroshuk:
- feat(i18n): add Russian language support (anomalyco#9882)
- feat(i18n): add Traditional Chinese language support & rename 'Chinese' to 'Chinese (Simplified)' (anomalyco#9887)
- feat(app): add scrollbar styling to session page (anomalyco#10020)
- fix(ui): prevent copy buttons from stealing focus from prompt input (anomalyco#10084)
- @swolg:
- feat(ui): add gruvbox theme (Web/App) (anomalyco#9855)
- @R44VC0RP:
- feat: add daily Discord recaps for issues and PRs (anomalyco#9904)
- fix: scope PR recap to only PRs from today (anomalyco#9905)
- @danielfrg:
- fix: include _noop tool in activeTools for LiteLLM proxy compatibility (anomalyco#9912)
- @dpuyosa:
- feat: Add promptCacheKey for Venice provider (anomalyco#9915)
- @kearns-cu:
- fix(app): open terminal pane when creating new terminal (anomalyco#9926)
- @luojiyin1987:
- fix: correct spelling 'supercedes' to 'supersedes' (anomalyco#9935)
- @maxious:
- fix(acp): rename setSessionModel to unstable_setSessionModel (anomalyco#9940)
- @IdrisGit:
- docs: add API server section in CONTRIBUTING.md (anomalyco#9888)
- @DNGriffin:
- feat(app): always show Toggle-Review button (anomalyco#9944)
- @NourEldin-Osama:
- feat(i18n): add Arabic language support (anomalyco#9947)
- @nexxeln:
- refactor(desktop): move markdown rendering to rust (anomalyco#10000)
- @ndarilek:
- fix(app): session screen accessibility improvements (anomalyco#9907)
- @ProdigyRahul:
- fix(desktop): change project path tooltip position to bottom (anomalyco#9497)
- @Finityno:
- feat: Add support for Norwegian translations (anomalyco#10018)
- @Brendonovich:
- fix(desktop): attempt to improve connection reliability
- fix(desktop): correct NO_PROXY syntax
- @kyashrathore:
- fix(app): clear session hover state on navigation (anomalyco#10031)
- @ryanmiville:
- fix(app): support ctrl-n/p in lists (anomalyco#10036)
- @bewareoftheleopard:
- fix(desktop): Expand font stacks to include macOS Nerd Font default names (anomalyco#10045)
- @CasualDeveloper:
- fix(codex): write refresh tokens to openai auth (anomalyco#10010) (anomalyco#10011)
- @karta0807913:
- feat(mcp log): print mcp stderr to opencode log file (anomalyco#9982)
- @LAG-4:
- fix: make 'Learn More' link functional in theme settings (anomalyco#10078)
- @shubh73:
- feat(ui): add aura theme (anomalyco#10056)
- @ygorsimoes:
- feat(i18n): add br locale support (anomalyco#10086)
- @gricha:
- fix(attach): allow remote --dir (anomalyco#8969)
- @shuv1337:
- Merge branch 'shuvcode-dev' into integration