Adam
8ffedbe157
fix: file read response
2025-09-05 15:58:56 -05:00
spoons-and-mirrors
900fe5ca04
tweak(edit): separate edit tool error message with clearer guidance to avoid llm doom editing loop ( #2051 )
2025-09-05 12:36:13 -04:00
Aiden Cline
9186c3feae
fix: webfetch prompt mistake ( #2424 )
2025-09-04 13:35:25 -05:00
Adam
f171250033
fix: better file/content return
2025-09-04 12:39:49 -05:00
Adam
f7ab6beaf3
fix: worktree file/content never includes patch
2025-09-04 06:10:07 -05:00
Jay V
42b440be0c
docs: handle base path
2025-09-04 00:53:45 -07:00
Zack Jackson
e001af2709
feat: add createOpencodeTui() function to SDK for programmatic TUI launching ( #2410 )
2025-09-04 02:49:44 -04:00
Aiden Cline
a97612287f
fix: file fuzzy search ( #2409 )
2025-09-03 23:20:16 -05:00
Jay V
21008d733f
docs: link
2025-09-03 17:12:51 -07:00
Jay V
2808e95ac7
ignore: zen
2025-09-03 15:53:31 -07:00
Dax Raad
4e24e04aec
ignore: opencode auth stuff
2025-09-03 14:43:50 -04:00
Jay V
22f5c26eec
docs: edits
2025-09-03 11:05:43 -04:00
opencode
b6de122ddc
release: v0.6.4
2025-09-03 13:31:11 +00:00
Frank
0f8cb69bff
wip console
2025-09-03 09:24:23 -04:00
Dax Raad
1c31c2dd97
wip: zen
2025-09-02 23:30:48 -04:00
Dax Raad
c67b721787
docs: remove remaining directory query param mentions from SDK docs
2025-09-02 22:25:32 -04:00
Dax Raad
11e41e7564
docs: remove directory query param mentions from SDK docs
2025-09-02 22:25:32 -04:00
Dax Raad
afd42bf46d
docs: fix SDK usage to use path/query/body, correct return types, and update examples
2025-09-02 22:25:32 -04:00
Aiden Cline
f740663ded
fix: more durable @ references for commands ( #2386 )
2025-09-02 21:24:56 -05:00
Jay V
751b81af34
docs: zen
2025-09-02 21:29:03 -04:00
Frank
4e629c5b64
wip: cloud
2025-09-02 20:01:13 -04:00
Jay V
c141b88087
ignore: zen
2025-09-02 17:28:35 -04:00
Dax Raad
042802848d
wip: zen
2025-09-02 16:38:50 -04:00
Dax Raad
a8aa44bd3f
docs: simplify config example to show only model
2025-09-02 16:38:50 -04:00
Dax Raad
db2a3a171e
docs: clarify config behavior and remove theme example
2025-09-02 16:38:50 -04:00
Dax Raad
38a4bee1be
docs: add config example to SDK server creation
2025-09-02 16:38:50 -04:00
Dax Raad
8952b3d246
support OPENCODE_CONFIG_CONTENT
2025-09-02 16:38:50 -04:00
Aiden Cline
d6350a7fa6
tweak: update ls tool to use rg ( #2367 )
2025-09-02 10:40:20 -05:00
Yuta URANO
ae83138832
docs: update log level configuration in troubleshooting guide ( #2374 )
2025-09-02 10:31:04 -05:00
OpeOginni
3ee4280dfa
fix: local subdirectory subagents not being picked up ( #2376 )
2025-09-02 09:46:00 -05:00
Adam
97a41062c9
fix: file.list relative to root
2025-09-02 06:20:08 -05:00
Dax Raad
810c9cff1d
wip: cloud
2025-09-02 03:18:30 -04:00
Adam Spiers
47d4c87bdd
make @file references in custom slash commands more robust ( #2203 )
...
Co-authored-by: Adam Spiers <opencode@adamspiers.org>
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-09-01 21:14:27 -05:00
opencode
a9875c5531
release: v0.6.3
2025-09-02 01:52:01 +00:00
Dax Raad
4c261ab1db
switch gpt-5 to default to codex prompt + high reasoning
2025-09-01 21:46:03 -04:00
opencode
2fc8263032
release: v0.6.2
2025-09-02 01:03:43 +00:00
Aiden Cline
a431b8922c
fix: ensure opencode still works if no commits present ( #2363 )
2025-09-01 20:57:14 -04:00
Aiden Cline
0a01d20850
fix: ensure enabled lsps are all logged ( #2364 )
2025-09-01 17:43:31 -05:00
opencode
7b62c10553
release: v0.6.1
2025-09-01 22:07:53 +00:00
Dax Raad
61c7196bd9
catch migration failures
2025-09-01 18:00:40 -04:00
opencode
365fdd9ff8
release: v0.6.0
2025-09-01 21:43:13 +00:00
Dax Raad
f6bc9238df
docs: sdk
2025-09-01 17:35:52 -04:00
Aiden Cline
26f75d4e68
fix: tui attachment bound ( #2361 )
2025-09-01 16:33:36 -05:00
Jay V
8ba8d3c7e3
docs: update email
2025-09-01 17:30:32 -04:00
Dax
f993541e0b
Refactor to support multiple instances inside single opencode process ( #2360 )
...
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk
1. storage events have been removed (we might bring this back but had some issues)
2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project
3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo
4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-09-01 17:15:49 -04:00
Aiden Cline
e2df3eb44d
add --command to opencode run ( #2348 )
2025-09-01 14:19:18 -05:00
Régis Blanc
37530359ee
fix: ensure gopls lsp id matches docs ( #2344 )
2025-08-31 21:52:08 -05:00
Aiden Cline
65f0bea146
ignore: better error logging ( #2346 )
2025-08-31 17:11:04 -05:00
Beshoy Girgis
e4cc05a975
feat: Allow provider timeout override ( #1982 )
2025-08-31 14:06:02 -04:00
Aiden Cline
029612d8d5
fix: ensure shell cmds can be properly aborted ( #2339 )
2025-08-31 12:48:30 -05:00
Aiden Cline
e9826e8a22
fix: adjust title generation prompt to prevent direct response instead of title gen ( #2338 )
2025-08-31 11:01:19 -05:00
Andre van Tonder
fcfeac57c5
fix: resolve virtual envs for python LSP ( #2155 )
...
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-08-30 23:53:03 -05:00
Aiden Cline
2946898934
fix: ensure command uses currently selected model ( #2336 )
2025-08-30 15:41:06 -05:00
Aiden Cline
b4d95545e0
add support for lsp workspace/didChangeConfiguration ( #2334 )
2025-08-30 14:49:13 -05:00
Aiden Cline
dac821229e
fix: resolve [pasted lines] when passing paste as arguments for command ( #2333 )
2025-08-30 10:56:00 -05:00
Aiden Cline
3625766ad4
tweak: ensure run command doesn't send request if no prompt present ( #2332 )
2025-08-30 10:39:28 -05:00
Roderik van der Veer
924e84b0de
fix: change command selection to prefer exact matches over fuzzy sear… ( #2314 )
2025-08-30 09:44:27 -05:00
Anton
0c30a6f303
Use a single rust LSP server instance for entire cargo workspace ( #2292 )
2025-08-30 06:00:39 +00:00
opencode
0c7a887dbc
release: v0.5.29
2025-08-30 06:00:39 +00:00
Aiden Cline
a3f4a030b4
fix: mcp tool not triggering hooks ( #2320 )
2025-08-29 21:51:06 -05:00
Frank
c3a25eff78
wip: cloud
2025-08-29 19:34:58 -04:00
Parbez
918dd58a15
Fix code block formatting in sdk.mdx ( #2312 )
2025-08-29 14:29:18 -05:00
Aiden Cline
12eb1391b9
fix: lsp debug cmd log ( #2310 )
2025-08-29 11:11:26 -05:00
Dax Raad
4496cd4b64
ignore: cloud solid fixes
2025-08-29 11:58:17 -04:00
Aiden Cline
7f5e5fccc8
ignore: add error log for title gen failures ( #2309 )
2025-08-29 10:53:58 -05:00
Aiden Cline
1a5b456bb6
fix: add additional encouragement for title gen ( #2298 )
2025-08-29 09:47:08 -05:00
Aiden Cline
d7a9f343c5
tui: show actual error if command fails ( #2296 )
2025-08-28 18:42:55 -05:00
Adam
5ecd7fdd0c
chore: remove unused dep
2025-08-28 18:16:38 -05:00
Netanel Draiman
7fab12da28
fix: replace isomorphic-git status with direct git diff for worktree support ( #1706 )
...
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2025-08-28 18:15:26 -05:00
Aiden Cline
6daf0fdb2b
allow slash commands to resolve ~/ references ( #2295 )
2025-08-28 17:31:03 -05:00
Adam
e37e878e72
feat: home dir in app info
2025-08-28 14:34:20 -05:00
Jakub Kopecký
a928a35c96
fix: mcp client name ( #2289 )
2025-08-28 12:48:29 -05:00
Ethan Shea
555202f3b1
Vercel AI Gateway key deeplinks into the dashboard ( #2287 )
2025-08-28 11:06:45 -05:00
Aiden Cline
37cf262094
fix: tui not showing err toasts ( #2290 )
2025-08-28 10:55:47 -05:00
Adam
aa9ab0a304
feat: include ignored files
2025-08-28 10:49:45 -05:00
Aiden Cline
87cf08a9e7
docs: add copy button to user messages too ( #2285 )
2025-08-27 18:14:27 -05:00
Aiden Cline
ad8ea82611
add synthetic user message before bash execution (when using !) ( #2283 )
2025-08-27 17:41:24 -05:00
Aiden Cline
2d794ed03d
fix: ensure / commands dont try to resolve @ references from cmd outputs ( #2282 )
2025-08-27 15:59:33 -05:00
Adam
8749c0c707
feat: file list api
2025-08-27 15:28:03 -05:00
Aiden Cline
8381760b27
docs: fix client.event.subscribe example ( #2280 )
2025-08-27 11:42:09 -05:00
Dax Raad
0fbd7c84fd
sdk update
2025-08-27 12:18:09 -04:00
Aiden Cline
5c17ee52c5
docs: document anthropic thinking budgets ( #2243 )
2025-08-27 09:41:51 -05:00
spoons-and-mirrors
6233251fc0
fix: shimmer cpu cost ( #2084 )
2025-08-27 06:18:26 -05:00
Jay V
587b8ae7ee
docs: edit
2025-08-26 17:30:43 -04:00
Stibbs
877855d1ee
docs: mcp access mgmt instructions ( #2087 )
2025-08-26 17:27:44 -04:00
opencode
eebca580e3
release: v0.5.28
2025-08-26 20:23:34 +00:00
Frank
e73a7c23d0
Revert "fix(tui): too early"
...
This reverts commit 564418f1ff .
2025-08-26 16:13:16 -04:00
Jay V
11de2e59f3
docs: edit commands
2025-08-26 16:10:53 -04:00
Jay V
f4b69df7a3
docs: updating config schema
2025-08-26 16:10:53 -04:00
Jay V
83b9b67c4c
docs: adding new provider
2025-08-26 16:10:53 -04:00
Aiden Cline
d9de78cfe8
fix: bash tool description ( #2260 )
2025-08-26 13:42:01 -05:00
Aiden Cline
cb03655aac
fix: eslint ENOTEMPTY ( #2252 )
2025-08-25 23:11:38 -05:00
Timo Clasen
012a292948
fix: model flag in non interactive mode ( #2249 )
2025-08-25 15:06:54 -05:00
opencode
567a1964c0
release: v0.5.27
2025-08-25 17:10:18 +00:00
adamdotdevin
564418f1ff
fix(tui): too early
2025-08-25 12:04:49 -05:00
opencode
d7c4faec58
release: v0.5.26
2025-08-25 16:54:15 +00:00
adamdotdevin
34982b5d18
fix(tui): wording
2025-08-25 16:38:25 +00:00
opencode
5b5bd146ea
release: v0.5.25
2025-08-25 16:38:24 +00:00
adamdotdevin
836c2060c7
fix(tui): sort custom commands lower
2025-08-25 11:32:15 -05:00
adamdotdevin
6357136ca5
fix(tui): sort custom commands lower
2025-08-25 11:29:56 -05:00