summaryrefslogtreecommitdiffhomepage
path: root/packages
AgeCommit message (Collapse)Author
2025-11-21release: v1.0.94Dax Raad
2025-11-21syncDax Raad
2025-11-21ci stuffDax Raad
2025-11-22chore: format codeGitHub Action
2025-11-22release: v1.0.92opencode
2025-11-21publish tar.gz for linuxDax Raad
2025-11-22release: v1.0.91opencode
2025-11-21fix arg parsingDax Raad
2025-11-21enterprise (#4617)Dax
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]>
2025-11-22release: v1.0.90opencode
2025-11-22chore: format codeGitHub Action
2025-11-21ci: disable automatic config loading during CLI builds to prevent ↵Dax Raad
configuration interference
2025-11-22release: v1.0.89opencode
2025-11-21feat: lower opacity for thinking summaries (#4610)Tommy D. Rossi
2025-11-21tui: split revert memo into smaller tracked computations to prevent ↵Dax Raad
unnecessary re-evaluations
2025-11-21chore: format codeGitHub Action
2025-11-21tui: batch SDK events to reduce render churn and improve responsivenessDax Raad
Intelligently queue events and flush them in 16ms batches. Events processed within 16ms of the last flush are batched together to reduce the number of store updates and re-renders, preventing jank when receiving rapid consecutive events. Events after a 16ms gap are processed immediately to avoid adding latency.
2025-11-21release: v1.0.88opencode
2025-11-21chore: format codeGitHub Action
2025-11-21tweak: bash tool behavior w/ /bin/zshAiden Cline
2025-11-21release: v1.0.87opencode
2025-11-21if finish reason is unknown, continueDax Raad
2025-11-21doc: update gpt pricingFrank
2025-11-21chore: format codeGitHub Action
2025-11-21fix: make bash tool respect $SHELL (#3494)Ivan Starkov
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-11-21release: v1.0.86opencode
2025-11-21update logic for local and dev providersFrank
2025-11-21chore: format codeGitHub Action
2025-11-21wip: zenFrank
2025-11-21fix: preserve agent context during compaction (#4556)Patrick Wolf
2025-11-21fix(cli): ensure clean exit on provider/model errors (#4223)Ian Maurer
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-11-21ignore: update sdkAiden Cline
2025-11-21add provider whitelistAiden Cline
2025-11-21ignore: sync sdkAiden Cline
2025-11-21feat: whitelist/blacklist config options for provider (#3416)geril07
Co-authored-by: Aiden Cline <[email protected]>
2025-11-21chore: format codeGitHub Action
2025-11-21release: v1.0.85opencode
2025-11-21hide gpt5 nanoDax Raad
2025-11-21release: v1.0.84opencode
2025-11-21tui: replace text shimmer with animated progress bar during model processingDax Raad
2025-11-21tui: simplify popular providers list to show only top 6 instead of applying ↵Dax Raad
provider priority sorting
2025-11-21Tui onboarding (#4569)Dax
Co-authored-by: GitHub Action <[email protected]>
2025-11-20tweak: adjust invalid directory error message (#4567)Zak
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-11-20fix: split not a function errorAiden Cline
2025-11-20feat: add field to allow user only messages (#4554)Spoon
Co-authored-by: GitHub Action <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-11-21chore: format codeGitHub Action
2025-11-21release: v1.0.83opencode
2025-11-20fix: undefined errAiden Cline
2025-11-20release: v1.0.82opencode
2025-11-20fix: make use openrouter ai sdk package to fix interlevened thinking modelsAiden Cline