summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
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
2025-11-08chore: format codeGitHub Action
2025-11-07chore: standardize prettier printWidth to 120Dax Raad
2025-11-07fix(prompt): prevent title generation refusal responsesDax Raad
2025-11-07chore: adjust cfg codeAiden Cline
2025-11-08chore: format codeGitHub Action
2025-11-07ignore: docs: fix type errors in sitemap generation scriptJay V
2025-11-07ignore: docs: add sitemap.xml to gitignoreJay V
2025-11-07ignore: docs: add automated sitemap generation for main app and docs routesJay V
2025-11-07allow reading of opencode.json(c) from .opencode/Aiden Cline
2025-11-08upgrade to opentui 0.1.39 supporting shift/ctrl+return/esc custom csi in ghosttySebastian Herrlinger
2025-11-07ignore: update logAiden Cline
2025-11-07ignore: symlink zed extension licenseAiden Cline
2025-11-07ignore: fixAiden Cline
2025-11-07chore: format codeGitHub Action
2025-11-07ignore: lander add canonical urls and h1 tags to all landing pagesJay V
2025-11-07ignore: lander use h1 tags for main headings on landing and zen pagesJay V
2025-11-07release: v1.0.44opencode
2025-11-07tui: show more sessions in list and fix sync timing to prevent race conditionsDax Raad