Commit Graph

980 Commits

Author SHA1 Message Date
Aiden Cline 8aac578b8d adjust edit tool multiple matches error wording (#3418) 2025-10-24 12:14:49 -05:00
Dax Raad 84094fe37c mroe summary tweaks 2025-10-24 12:37:23 -04:00
Dax Raad 33d214f75d track finish reason 2025-10-24 12:23:24 -04:00
Dax Raad 347761cd8f generate user message title and body 2025-10-24 11:50:42 -04:00
Hieu Nguyen 56ea985113 feat: support lua lsp (#3402) 2025-10-24 10:37:11 -05:00
Andrew Pashynnyk 6544e86e29 fix: respect local config for autoupdate settings (#3408)
Co-authored-by: Claude <noreply@anthropic.com>
2025-10-24 09:50:09 -05:00
Dax Raad 703bd6ddcd potentially fix fetch failed timeout errors 2025-10-24 09:46:28 -04:00
Dax Raad 57cf2ea159 fix summary 2025-10-24 09:24:58 -04:00
Dax Raad 21c789a37d fix failing migration 2025-10-24 09:20:15 -04:00
Dax Raad 69128ae829 codex does not have reasoning effort set 2025-10-24 00:29:34 -04:00
Dax Raad ba1c0b5f3a update codex prompt 2025-10-23 23:36:32 -04:00
Haris Gušić 6d5fe56b87 fix: Opencode fails with ENOENT posix_spawn '/usr/bin/rg' (#3396) 2025-10-23 18:05:01 -05:00
Bernat Pericàs fe4d87744f refactor: whitelist some safe bash tools in Plan agent (#3288)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-23 17:11:08 -05:00
Dax Raad e5f9dcf4f3 session summaries in data 2025-10-23 16:28:20 -04:00
Dax Raad 343032ee8d ignore: diff stuff 2025-10-23 16:04:58 -04:00
Aiden Cline 02b8363659 add flag wildcard parsing support for bash tool (#3390) 2025-10-23 13:35:09 -05:00
Aiden Cline d8b89edd19 tweak: split out title before newline 2025-10-23 12:44:43 -05:00
Andrew Pashynnyk c82fc6daa2 fix: allow tool.execute.after hook to modify MCP tool output (#3381) 2025-10-23 10:38:55 -05:00
Yesh Yendamuri 2cfa6a3d52 feat: add model management to ACP sessions (#3358) 2025-10-23 00:43:28 -05:00
Aiden Cline 18eee3b3cf feat: retry parts (#3369) 2025-10-22 18:31:36 -05:00
Dax Raad 7b39b4124f summary tweaks 2025-10-22 19:03:08 -04:00
Dax Raad a9a2dc580d sync 2025-10-22 18:49:57 -04:00
Dax Raad a2bf70e7ec core: add experimental turn summarization to compact conversation history 2025-10-22 18:33:46 -04:00
Dax Raad 58c94cf635 add parent id to assistant messages
publish-vscode / publish (push) Has been cancelled
2025-10-22 15:01:13 -04:00
theVinchi decab36f66 add Amazon Nova models to us-* prefix requirement list (#3357) 2025-10-22 11:41:38 -05:00
Aiden Cline b6ae1914bc tweak 2025-10-22 11:29:10 -05:00
Aiden Cline 16dbe312a8 tweak 2025-10-22 11:28:06 -05:00
Aiden Cline fba5a7a0e7 tweak: model priority 2025-10-22 11:12:32 -05:00
Aiden Cline 7420e5b6e1 change default title model 2025-10-22 10:41:08 -05:00
Haris Gušić ef2f094cdc fix: opencode run shouldn't print to stderr (#3341) 2025-10-21 19:53:09 -05:00
Dax Raad 98fa0e16cd refactor acp args 2025-10-21 15:24:09 -04:00
Aiden Cline e25a4ed732 fix: provider option transforms (#3331) 2025-10-21 11:08:21 -05:00
Dax Raad 3e1f625289 core: provide line-level statistics in file diffs to help users understand the scale of changes 2025-10-21 11:54:41 -04:00
Dax Raad 0acecdf64f core: improve error handling with console output for debugging 2025-10-21 10:55:10 -04:00
Giuseppe Rota 91a536fd40 fix(acp): use newer acp package (#3317) 2025-10-21 09:35:09 -05:00
kcrommett bb7dd9391b tweak: adjust file api to encode images (#3292) 2025-10-21 00:52:39 -05:00
zWing b75c7a9a40 fix: openai options when using @ai-sdk/azure (#3315) 2025-10-20 23:30:13 -05:00
Cheol Kang 5a41b3ff7a feat: add -f/--file flag to opencode run command (#3295)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-10-20 23:25:54 -05:00
Dax Raad a4b31ad404 core: add session diff API to show file changes between snapshots 2025-10-20 17:59:26 -04:00
Joe Schmitt 577ffecb29 feat: Add ACP (Agent Client Protocol) support (#2947)
Co-authored-by: opencode-bot <devnull@opencode.local>
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: GitHub Action <action@github.com>
2025-10-20 16:55:22 -05:00
Aiden Cline 28bcb47ad5 fix: bash tool permission merges (#3302) 2025-10-20 15:15:14 -05:00
Hieu Nguyen db35e15726 feat: support astro lsp (#3242) 2025-10-19 22:49:06 -05:00
Aiden Cline 37898d1358 hide invalid option 2025-10-19 20:51:33 -05:00
Aiden Cline 9a4ee2d8a7 fix: snapshot undo bug (#3290) 2025-10-19 18:42:34 -05:00
Aiden Cline 79d19e3ca0 replace all $ARGUMENTS (#3276) 2025-10-18 23:37:17 -05:00
Aiden Cline 2f32fde62d make compact interruptable (#3251) 2025-10-18 11:49:29 -05:00
Haris Gušić c6f7228363 Improve typo directory error (#3247) 2025-10-17 14:34:37 -05:00
Matt Gillard 17a55b1f28 added AU inference for bedrock haiku 4.5 (#3206)
Co-authored-by: Matt Gillard <matt-github@gillard.biz>
2025-10-16 23:48:41 -05:00
Aiden Cline 72d7738458 Revert "try to avoid persisting empty thinking/text blocks"
This reverts commit 2a49448e46.
2025-10-16 22:04:55 -05:00
Hieu Nguyen c0be652d4c feat: deno lsp (#3210)
Co-authored-by: hiunguynx <hieu.nm1@teko.vn>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-10-16 18:08:36 -05:00