summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-11-10wip code editor update dark modeDavid Hill
2025-11-10Merge branch 'dev' of https://github.com/sst/opencode into devDavid Hill
2025-11-10release: v1.0.55opencode
2025-11-10chore: format codeGitHub Action
2025-11-10fix: add null checkAiden Cline
2025-11-10chore: format codeGitHub Action
2025-11-09docs: format installation commands for madkrown code block (#4151)Wankong
Co-authored-by: GitHub Action <[email protected]>
2025-11-10release: v1.0.54opencode
2025-11-10chore: format codeGitHub Action
2025-11-10tui: auto-scroll to bottom when switching between sessionsDax Raad
2025-11-10release: v1.0.53opencode
2025-11-10make reasoning parts less uglyDax Raad
2025-11-10tui: improve session UI with better sidebar toggle and message handlingDax Raad
2025-11-10tui: render reasoning parts with syntax highlighting instead of plain textDax Raad
2025-11-09tui: display 'Free' badge for zero-cost models in model selection dialogDax Raad
2025-11-09fix: --model flag being ignored in TUI mode (#4147)lenstr
2025-11-09fix: allow user to configure doom loop & external dir perms (#4095)Aiden Cline
2025-11-09doc: add big pickle to docFrank
2025-11-09chore: rm commentAiden Cline
2025-11-09set cap for max time to wait between retries (#4135)Aiden Cline
Co-authored-by: GitHub Action <[email protected]>
2025-11-09fix: messageID type in chat.message (#4128)Mathias Beugnon
Co-authored-by: GitHub Action <[email protected]>
2025-11-09release: v1.0.51opencode
2025-11-09fix race conditionDax Raad
2025-11-09chore: format codeGitHub Action
2025-11-09release: v1.0.50opencode
2025-11-08Revert "tui: display 'Free' badge for zero-cost models in model selection ↵Aiden Cline
dialog" This reverts commit ce9b758d0a32bb1508af6ffbf59215cd68d1c122.
2025-11-08feat: add input context to chat.params and chat.message (#4085)Mathias Beugnon
2025-11-08fix: UI Freezes for a few minutes if repo has binary files (#4109)Ivan Starkov
2025-11-09chore: format codeGitHub Action
2025-11-09release: v1.0.49opencode
2025-11-08tui: fix continue session navigation to wait for sync completion before ↵Dax Raad
redirecting Previously, the continue session navigation would immediately try to redirect to the most recent session before the sync data was fully loaded, causing navigation to fail. Now it waits for sync status to be complete before attempting the redirect, ensuring the session data is available.
2025-11-09release: v1.0.48opencode
2025-11-09chore: format codeGitHub Action
2025-11-08tui: add logging when creating project instances to help users debug startup ↵Dax Raad
issues
2025-11-09release: v1.0.47opencode
2025-11-08tui: fix continue session navigation to use most recent session instead of ↵Dax Raad
oldest session
2025-11-08Merge remote-tracking branch 'origin/dev' into devDax Raad
2025-11-08improve startup speedDax Raad
2025-11-08chore: format codeGitHub Action
2025-11-08fix(lsp): handle optional requests to avoid MethodNotFound (-32601) with ↵Christopher Sacca
MATLAB Language Server (#4007)
2025-11-08chore: format codeGitHub Action
2025-11-08fix(theme): filter out null values from theme palette (#4083)Kamaal Farah
Signed-off-by: Kamaal Farah <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-11-08release: v1.0.46opencode
2025-11-08tui: display 'Free' badge for zero-cost models in model selection dialogDax Raad
2025-11-08zen: fix billing buttonFrank
2025-11-08chore: format codeGitHub Action
2025-11-08zen: rate limitFrank
2025-11-08release: v1.0.45opencode
2025-11-07chore(prompt): refine polaris instructions for practical behaviorDax Raad
2025-11-07core: route polaris-alpha models to polaris system promptDax Raad