Commit Graph

  • a0611d92e4 docs: Update config references to latest Sonnet & Haiku models (#4210) Julian LaNeve 2025-11-11 14:52:45 -08:00
  • c1fa257a92 Merge branch 'dev' into fix/cli-clean-exit-on-model-errors Ian Maurer 2025-11-11 17:18:23 -05:00
  • 7fd81dd93e chore(cli): resolve merge conflict with dev in bootstrap; keep try/finally with explicit return Ian Maurer 2025-11-11 17:16:47 -05:00
  • d554e7aaef fix(cli): always dispose instance on error to prevent hanging; add friendly ProviderModelNotFoundError/InitError messages\n\n- Wrap bootstrap callback in try/finally to guarantee Instance.dispose()\n- Format provider/model errors into actionable guidance (opencode models, config)\n\nRepro: running opencode run --model typo/claude-haiku-4-5 prints stack and hangs until SIGINT due to lingering watchers.\nFix: disposing Instance tears down watchers/subscriptions, allowing process to exit.\n\nNotes: Prior attempt (#3083) explicitly exited; this approach addresses root cause without forcing exit and improves UX for common misconfigurations. Ian Maurer 2025-11-11 17:13:55 -05:00
  • 0b001c3e80 tweak: make todos appear list of modified files Aiden Cline 2025-11-11 16:05:23 -06:00
  • 53b7cb62c4 upgrade opentui to 0.1.41: - enables modifyOtherKeys to get CSI u sequences in terminals that support it - uses Private Mode 2026 for synced rendering to fix cursor flickering in terminals like iTerm2 - lazy highlighting for code renderables (perf) - linear scroll acceleration by default - align textarea default bindings more with readline - fix vertical cursor movement in textarea - introduce stdin buffer to handle chunked sequences - improve capability detection (async) - renderer emits focus/blur events when app is focused/blurred (if supported by terminal) Sebastian Herrlinger 2025-11-11 23:00:23 +01:00
  • c5e096c76a fix: costs being 0 when using custom model id overrides (#4219) Aiden Cline 2025-11-11 13:58:14 -08:00
  • e1fc4a756b Hide /share if disabled (#4215) Aiden Cline 2025-11-11 12:47:39 -08:00
  • e5bc4cbbcf ci: update changelog script Aiden Cline 2025-11-11 14:27:13 -06:00
  • 459d5ec19b chore: format code GitHub Action 2025-11-11 20:21:00 +00:00
  • 8baa222621 ci: update script Aiden Cline 2025-11-11 14:20:19 -06:00
  • ce1397cc34 core: add test to verify OpenCode doesn't crash when starting in git repositories with no commit history Dax Raad 2025-11-11 15:14:37 -05:00
  • dc7c5ced4c tui: restore full text when editing prompts with summarized content (#4030) Ron Suhodrev 2025-11-12 03:14:50 +07:00
  • b8e8fe7e31 docs: Update dead Context7 mcp server link (#4207) Corwin Marsh 2025-11-11 12:13:31 -08:00
  • 890085758f release: v1.0.58 v1.0.58 opencode 2025-11-11 20:17:36 +00:00
  • 85f15893bc core: prevent crash when starting in repositories without any commits yet Dax Raad 2025-11-11 15:11:26 -05:00
  • 98be75b17c fix(desktop): give review pane more width Adam 2025-11-11 13:02:59 -06:00
  • b5cc27b8ea chore: format code GitHub Action 2025-11-11 18:38:23 +00:00
  • 05937b52cc chore: format code Frank 2025-11-11 13:37:28 -05:00
  • 62b82570e1 chore: format code GitHub Action 2025-11-11 17:34:09 +00:00
  • 4bf75c0b44 core: remove unused experimental flags for turn summary and no-bootstrap to simplify feature flag management Dax Raad 2025-11-11 12:33:20 -05:00
  • a8a06c4983 release: v1.0.57 v1.0.57 opencode 2025-11-11 17:30:26 +00:00
  • efac5a6b1a release: v1.0.56 v1.0.56 opencode 2025-11-11 17:23:20 +00:00
  • b0b7fd143b tui: show LSP diagnostics inline when viewing files so users can see type errors and compilation issues without leaving the interface Dax Raad 2025-11-11 12:15:33 -05:00
  • 140498eb4f chore: format code GitHub Action 2025-11-11 16:59:37 +00:00
  • ca5126e24d fix: TUI spawn: reset BUN_OPTIONS (#3606) Haris Gušić 2025-11-11 17:58:59 +01:00
  • fb2b3e567c docs: update keymap.json bindings for OpenCode command (#4192) Josiah Witt 2025-11-11 11:48:10 -05:00
  • c672a1963b fix(desktop): prompt clearing inconsistent Adam 2025-11-11 09:35:08 -06:00
  • 54bff6b120 fix(desktop): code/diff number container width Adam 2025-11-11 09:22:35 -06:00
  • ab3f198fab fix(desktop): session show more hidden on new session Adam 2025-11-11 09:11:34 -06:00
  • 0057ef6336 fix(desktop): prompt input not clearing, attachments flaky Adam 2025-11-11 08:55:20 -06:00
  • 4f604b3839 fix(desktop): color grouping Adam 2025-11-10 11:46:53 -06:00
  • a20489584e ignore: update download stats 2025-11-11 GitHub Action 2025-11-11 12:04:42 +00:00
  • 740f9dadef ignore: update download stats 2025-11-11 GitHub Action 2025-11-11 12:01:53 +00:00
  • a6b066bd47 ci Dax Raad 2025-11-11 02:15:33 -05:00
  • 37fdcac05a ci Dax Raad 2025-11-11 02:13:26 -05:00
  • 299bf1dca8 ci Dax Raad 2025-11-11 01:59:10 -05:00
  • d685aa38ef type checks Dax Raad 2025-11-11 01:56:01 -05:00
  • 995b23787c ci Dax Raad 2025-11-11 01:48:29 -05:00
  • ed8e663e13 ignore Dax Raad 2025-11-11 01:41:58 -05:00
  • 38cee3b848 ci: sync Dax Raad 2025-11-11 01:37:10 -05:00
  • 6d116d4b54 ci: fix Dax Raad 2025-11-11 01:35:50 -05:00
  • 7c4f111b34 ignore: run bun i Aiden Cline 2025-11-11 00:34:09 -06:00
  • f2fac29270 ci Dax Raad 2025-11-11 01:33:02 -05:00
  • 12892f0e12 ci: improve bun caching to invalidate when bun version changes in package.json Dax Raad 2025-11-11 01:31:13 -05:00
  • 9714a3558e chore: format code GitHub Action 2025-11-11 06:28:19 +00:00
  • e49a1d1f39 ci: fix Dax Raad 2025-11-11 01:27:39 -05:00
  • 528565510d sync Dax Raad 2025-11-11 01:25:32 -05:00
  • 36cfda933d chore: format code GitHub Action 2025-11-11 06:24:58 +00:00
  • ecf5040966 tui: update @opentui/core to v0.1.39 and fix build script for new target format Dax Raad 2025-11-11 01:24:10 -05:00
  • 7d56603c26 zen: failover on error Frank 2025-11-11 00:29:42 -05:00
  • 02b7cc8313 keep session dot in list for current active (#4185) Aiden Cline 2025-11-10 20:20:35 -08:00
  • c9a52c9a85 cache project id in root git folder Dax Raad 2025-11-10 21:57:55 -05:00
  • dea668b0ea tui: help users read thinking blocks and trust todo syncs Dax Raad 2025-11-10 20:33:53 -05:00
  • 1bc3e92376 fix: undefined check Aiden Cline 2025-11-10 19:21:57 -06:00
  • 3f5acc3dff add web and codesearch tools Dax Raad 2025-11-10 16:39:40 -05:00
  • 0588011476 ignore: bump copilot plugin version Aiden Cline 2025-11-10 13:36:07 -06:00
  • bba72c82ae Fix/google vertex configs (#4169) OpeOginni 2025-11-10 20:25:03 +01:00
  • e95181a551 Refactor/redundant toast comp (#4163) denesbeck 2025-11-10 18:27:19 +01:00
  • 74e8c2e50f chore: format code GitHub Action 2025-11-10 17:19:20 +00:00
  • cdabafa264 wip code theme inc light David Hill 2025-11-10 17:18:37 +00:00
  • 0a92af60a0 fix: upgrade toast notification (#4159) denesbeck 2025-11-10 17:28:28 +01:00
  • c7808a4b01 wip code theme David Hill 2025-11-10 16:16:50 +00:00
  • 7f978e07ff wip code theme David Hill 2025-11-10 16:14:24 +00:00
  • a4ae1bb9eb wip code theme David Hill 2025-11-10 16:00:05 +00:00
  • 96a39803cc wip code theme David Hill 2025-11-10 15:58:56 +00:00
  • 16f8f20b31 chore: format code GitHub Action 2025-11-10 14:51:24 +00:00
  • 06b1684ddb wip code editor update dark mode David Hill 2025-11-10 14:50:36 +00:00
  • c6e830c954 Merge branch 'dev' of https://github.com/sst/opencode into dev David Hill 2025-11-10 13:44:12 +00:00
  • fc78c28df6 ignore: update download stats 2025-11-10 GitHub Action 2025-11-10 12:04:53 +00:00
  • 4b66048e2b ignore: update download stats 2025-11-10 GitHub Action 2025-11-10 12:01:54 +00:00
  • 930a1bf358 release: v1.0.55 v1.0.55 opencode 2025-11-10 06:47:55 +00:00
  • 6cf7f18cc9 chore: format code GitHub Action 2025-11-10 06:41:40 +00:00
  • 3f59570ee6 fix: add null check Aiden Cline 2025-11-10 00:40:22 -06:00
  • 304e956b5d chore: format code GitHub Action 2025-11-10 06:00:38 +00:00
  • 538eaa42aa docs: format installation commands for madkrown code block (#4151) Wankong 2025-11-10 13:59:57 +08:00
  • 67c41fd389 release: v1.0.54 v1.0.54 opencode 2025-11-10 05:50:33 +00:00
  • 83ea19770a chore: format code GitHub Action 2025-11-10 05:44:26 +00:00
  • 3ace8543b2 tui: auto-scroll to bottom when switching between sessions Dax Raad 2025-11-10 00:43:48 -05:00
  • eb855e1e31 release: v1.0.53 v1.0.53 opencode 2025-11-10 05:42:55 +00:00
  • ee1e8305be release: v1.0.52 v1.0.52 opencode 2025-11-10 05:38:09 +00:00
  • 5e53f054c6 make reasoning parts less ugly Dax Raad 2025-11-10 00:37:35 -05:00
  • 5d5e184329 tui: improve session UI with better sidebar toggle and message handling Dax Raad 2025-11-10 00:21:31 -05:00
  • 2fbb49ac30 tui: render reasoning parts with syntax highlighting instead of plain text Dax Raad 2025-11-10 00:08:05 -05:00
  • c56b407e1d tui: display 'Free' badge for zero-cost models in model selection dialog Dax Raad 2025-11-08 16:20:13 -05:00
  • bdaa0e8b8c fix: --model flag being ignored in TUI mode (#4147) lenstr 2025-11-10 05:21:52 +03:00
  • 4e549b1c05 fix: allow user to configure doom loop & external dir perms (#4095) Aiden Cline 2025-11-09 18:21:38 -08:00
  • 7be8e16c33 ci: sync zed Aiden Cline 2025-11-09 13:54:14 -06:00
  • d1588f93a1 doc: add big pickle to doc Frank 2025-11-09 14:12:52 -05:00
  • 576696a370 ci: update description Aiden Cline 2025-11-09 13:09:52 -06:00
  • 2c6f9043e8 ci: fix Aiden Cline 2025-11-09 13:06:32 -06:00
  • 9f771ef0ae ci: fix Aiden Cline 2025-11-09 13:05:51 -06:00
  • 356715f67d ci: fix regex Aiden Cline 2025-11-09 13:03:10 -06:00
  • 540421267a fix Aiden Cline 2025-11-09 12:56:17 -06:00
  • e253398936 ci: ignore Aiden Cline 2025-11-09 12:54:59 -06:00
  • ee87e1f139 ci: ignore Aiden Cline 2025-11-09 12:54:22 -06:00
  • 8887616457 ci: sync zed Aiden Cline 2025-11-09 12:47:36 -06:00
  • 905c034885 ci: zed sync Aiden Cline 2025-11-09 12:00:08 -06:00
  • 92f7c4943f ci: zed sync Aiden Cline 2025-11-09 11:59:00 -06:00
  • 10bde356b1 chore: rm comment Aiden Cline 2025-11-09 11:50:02 -06:00