| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-04 | feat(TUI): add autocomplete readline style keybinds (#3717) | Timo Clasen | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2025-11-04 | fix: stop showing auto complete if user types a space | Aiden Cline | |
| 2025-11-04 | tui: add ability to interrupt running sessions from command palette | Dax Raad | |
| 2025-11-04 | release: v1.0.22 | opencode | |
| 2025-11-04 | fix session performance issue from large diffs | Dax Raad | |
| 2025-11-04 | release: v1.0.21 | opencode | |
| 2025-11-04 | Revert "upgrade opentui to address disappearing content issues #3776, #3697" | Sebastian Herrlinger | |
| This reverts commit 90fc3ddb02714cf1767ac49a47594f4b16bc3e48. | |||
| 2025-11-04 | local web | Dax Raad | |
| 2025-11-04 | respect: disable_paste_summary | Aiden Cline | |
| 2025-11-04 | fix: /undo command | Aiden Cline | |
| 2025-11-04 | fix(tui): worker path resolution in dev mode (#3778) | Christian Stewart | |
| Signed-off-by: Christian Stewart <[email protected]> Co-authored-by: Sebastian Herrlinger <[email protected]> | |||
| 2025-11-04 | fix: support scoped npm plugins (#3785) | Err | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2025-11-04 | [FIX]: Refocus prompt after session delete (#3882) | Pranshu Raj | |
| 2025-11-04 | fix: correct history_next keybinding description (#3891) | frankdierolf | |
| 2025-11-04 | tui: make /mcp an alias for /status (#3894) | arc-source-coder | |
| 2025-11-04 | upgrade opentui to address disappearing content issues #3776, #3697 | Sebastian Herrlinger | |
| 2025-11-04 | fix: lander specs | Adam | |
| 2025-11-04 | ignore: update download stats 2025-11-04 | GitHub Action | |
| 2025-11-04 | update brew handling | Aiden Cline | |
| 2025-11-04 | release: v1.0.20 | opencode | |
| 2025-11-04 | tui: fix tool permission lookup to use correct session ID | Dax Raad | |
| 2025-11-03 | fix: persist -m model when switching agents | Dax Raad | |
| Add initial model from command line to fallback chain so it persists when switching agents with tab, matching behavior of config model. Resolves #3863 | |||
| 2025-11-03 | fix: piping | Aiden Cline | |
| 2025-11-03 | fix: handle parsePatch errors in TUI to prevent crashes | Dax Raad | |
| Wrap parsePatch calls in try-catch blocks to gracefully handle malformed diffs that can occur when undoing after tool_use/tool_result errors or cancelled prompts. Prevents TUI from crashing with 'Added line count did not match for hunk' error. Fixes #3700 | |||
| 2025-11-03 | Fix file tagging in multi line inputs (#3865) | Greg Pstrucha | |
| 2025-11-04 | ignore: delete unused code | Aiden Cline | |
| 2025-11-04 | fix: Provide OPENCODE & AGENT env vars (#3843) | Stephen Collings | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2025-11-04 | tui: use keybind helper for history navigation to respect custom keybindings | Dax Raad | |
| 2025-11-04 | release: v1.0.19 | opencode | |
| 2025-11-03 | tui: fix model selection for models with nested paths | Dax Raad | |
| Users can now select models with multiple slashes like 'openrouter/google/gemini-2.5-pro' in the TUI. Previously the TUI would only parse the first two parts of the model path, showing 'Invalid model openrouter/google' for nested models. | |||
| 2025-11-03 | feat: implement stats command (#3832) | kaanmertkoc | |
| 2025-11-03 | fix: print the modified keybind for command_list (#3859) | Mikhail Wahib | |
| 2025-11-03 | ignore: lander | Jay V | |
| 2025-11-03 | wip: zen | Frank | |
| 2025-11-03 | fix: update logo (#3833) | Adi Yeroslav | |
| 2025-11-03 | ci: auto label web | Aiden Cline | |
| 2025-11-03 | fix: correct dirs parameter type in file search | Dax Raad | |
| 2025-11-03 | tui: remove duplicate copy message command entry | Dax Raad | |
| 2025-11-03 | ci: stuff | Dax Raad | |
| 2025-11-03 | release: v1.0.18 | opencode | |
| 2025-11-03 | ci: tweak | Dax Raad | |
| 2025-11-03 | tui: add copy last assistant message to session menu | Dax Raad | |
| 2025-11-03 | wip: desktop work | Adam | |
| 2025-11-03 | wip: desktop work | Adam | |
| 2025-11-03 | wip: desktop work | Adam | |
| 2025-11-03 | fix dirs query param | Dax Raad | |
| 2025-11-03 | feat(TUI): don't show /share hint if sharing is disabled (#3835) | Timo Clasen | |
| 2025-11-03 | fix: session rename functionality (#3840) | Adi Yeroslav | |
| 2025-11-03 | fix: better mcp sanitization (#3842) | Dmytro Tiapukhin | |
| Co-authored-by: Aiden Cline <[email protected]> | |||
| 2025-11-03 | tui: add support for Ctrl+_ key combination in keybind parser | Dax Raad | |
