summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-11-04tui: fix tool permission lookup to use correct session IDDax Raad
2025-11-03fix: persist -m model when switching agentsDax 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-03fix: pipingAiden Cline
2025-11-03fix: handle parsePatch errors in TUI to prevent crashesDax 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-03Fix file tagging in multi line inputs (#3865)Greg Pstrucha
2025-11-04ignore: delete unused codeAiden Cline
2025-11-04fix: Provide OPENCODE & AGENT env vars (#3843)Stephen Collings
Co-authored-by: Aiden Cline <[email protected]>
2025-11-04tui: use keybind helper for history navigation to respect custom keybindingsDax Raad
2025-11-04release: v1.0.19opencode
2025-11-03tui: fix model selection for models with nested pathsDax 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-03feat: implement stats command (#3832)kaanmertkoc
2025-11-03fix: print the modified keybind for command_list (#3859)Mikhail Wahib
2025-11-03ignore: landerJay V
2025-11-03wip: zenFrank
2025-11-03fix: update logo (#3833)Adi Yeroslav
2025-11-03fix: correct dirs parameter type in file searchDax Raad
2025-11-03tui: remove duplicate copy message command entryDax Raad
2025-11-03release: v1.0.18opencode
2025-11-03tui: add copy last assistant message to session menuDax Raad
2025-11-03wip: desktop workAdam
2025-11-03wip: desktop workAdam
2025-11-03wip: desktop workAdam
2025-11-03fix dirs query paramDax Raad
2025-11-03feat(TUI): don't show /share hint if sharing is disabled (#3835)Timo Clasen
2025-11-03fix: session rename functionality (#3840)Adi Yeroslav
2025-11-03fix: better mcp sanitization (#3842)Dmytro Tiapukhin
Co-authored-by: Aiden Cline <[email protected]>
2025-11-03tui: add support for Ctrl+_ key combination in keybind parserDax Raad
2025-11-03release: v1.0.17opencode
2025-11-03web commandDax Raad
2025-11-03fix: mcp error (#3847)Aiden Cline
2025-11-03zen: wipFrank
2025-11-03fix: wait for stdout to flush in generate command (#3821)Tyler Gannon
2025-11-03zen: filter out alpha modelsFrank
2025-11-03release: v1.0.16opencode
2025-11-03regen sdkDax Raad
2025-11-03core: add optional dirs parameter to file search APIDax Raad
Allow users to exclude directories from file search results by setting dirs=false parameter in /find/file endpoint
2025-11-03zen: wipFrank
2025-11-03wip: desktop workAdam
2025-11-03wip: desktop workAdam
2025-11-03Add unit tests for util functions: iife, lazy, timeout (#3791)James Alexander
2025-11-03fix(tui): Show correct keybind in session delete confirmation message (#3805)Haris Gušić
2025-11-03fix: correct clipboard image encoding and binary handling (#3817)frankdierolf
2025-11-03docs: add session_child_cycle and session_child_cycle_reverse keybinds (#3807)Pranshu Raj
2025-11-03use new opentui getTextRange method and Bun.stringWidth instead of ↵Sebastian Herrlinger
value.length to mitigate issues like #3734
2025-11-03feat: Enhance task display with [subagent type] (#3772)Ivan Starkov
2025-11-02core: prevent TypeError when error handling encounters non-object errorsAiden Cline
When API errors like token limit exceeded errors are passed as strings to error checking methods, the 'in' operator would throw a TypeError. This fix adds a type guard to check that the input is an object before attempting to access its properties, allowing proper error classification even when encountering unexpected error formats from providers.
2025-11-03docsDax Raad
2025-11-03release: v1.0.15opencode
2025-11-03release: v1.0.14opencode
2025-11-02tui: fix focus management and dialog interactionsDax Raad