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
adamdotdevin
0a0b363587
feat(tui): grok free
2025-08-25 11:27:58 -05:00
Jay V
f5f6167146
docs: edit
2025-08-25 12:11:02 -04:00
adamdotdevin
f1684c9e15
fix(tui): fix logo color
2025-08-25 10:08:52 -05:00
Aiden Cline
315c366e11
docs: fix shell examples ( #2236 )
2025-08-24 23:53:39 -05:00
opencode
5d68a7c2e0
release: v0.5.24
2025-08-24 23:01:00 +00:00
Dax Raad
1b2d3bf659
ci: tweak
2025-08-24 18:55:44 -04:00
opencode
24e4f5b051
release: v0.5.23
2025-08-24 22:53:37 +00:00
Dax Raad
2992c5a6bf
ci: retry clone
2025-08-24 18:48:03 -04:00
Dax Raad
ca2660ccf8
ci: ignore
2025-08-24 18:31:44 -04:00
Aiden Cline
cc66e06101
fix: command model selection ( #2219 )
2025-08-24 12:06:48 -05:00
Aiden Cline
0fd312346b
docs: fix plan agent docs ( #2215 )
2025-08-23 14:52:02 -05:00
OpeOginni
b80046120c
docs: document editor --wait flag ( #2209 )
...
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-08-23 14:43:20 -05:00
Aiden Cline
07ed2a8391
docs: document out of box lsps ( #2213 )
2025-08-23 14:22:22 -05:00
opencode
e9f52934e9
release: v0.5.18
2025-08-23 16:27:02 +00:00
Dax Raad
732b67f8ce
ci: stuff
2025-08-23 12:21:58 -04:00
Dax Raad
d47bb96784
ci: ignore
2025-08-23 12:10:08 -04:00
Johnny
6456350564
docs: fix nodejs installation commands ( #2193 )
2025-08-23 08:23:24 -05:00
Vasiliy Kulikov
3706b2bca7
feat(lsp): option to disable lsps installing automatically ( #1997 )
...
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-08-22 22:39:19 -05:00
Aiden Cline
1f57b9a70f
fix: count reasoning tokens ( #2187 )
2025-08-22 18:21:39 -05:00
Aiden Cline
004f53f741
ignore: update json schema for better lsp dx ( #2186 )
2025-08-22 17:59:18 -05:00
Jay V
cf29ec0a59
docs: edit
2025-08-22 18:36:17 -04:00
Jay V
b5e08acdf7
docs: update
2025-08-22 18:34:35 -04:00
Dax Raad
7ddeeeb4f8
ignore: typecheck
2025-08-22 18:31:51 -04:00
Dax Raad
0f1697b2ab
add sse streaming to sdk
2025-08-22 18:30:25 -04:00
Lubos
6e626afdcb
chore(openapi): set correct content type for server-sent events ( #2045 )
2025-08-22 17:51:24 -04:00
Dax Raad
0fe94c1616
docs: add file names to code block titles in commands.mdx
2025-08-22 17:23:59 -04:00
Dax Raad
a42b004c72
docs: add commands page to sidebar
2025-08-22 17:23:59 -04:00
opencode
35f57768fd
release: v0.5.15
2025-08-22 21:16:23 +00:00
Aiden Cline
9a90ce84fb
fix: format error log ( #2184 )
2025-08-22 16:09:15 -05:00
Dax
133fe41cd5
slash commands ( #2157 )
...
Co-authored-by: adamdotdevin <2363879+adamdottv@users.noreply.github.com>
2025-08-22 17:04:28 -04:00
Jay V
74c1085103
docs: edit
2025-08-22 15:14:02 -04:00
Jay V
497fc170fd
docs: edit
2025-08-22 13:54:56 -04:00
Aiden Cline
3edab60560
docs: remove fake model ( #2175 )
2025-08-22 11:55:11 -05:00
Thai Nguyen Hung
39f52f48f2
fix: correct typo in LSP documentation ( #2164 )
2025-08-22 06:43:24 -05:00
Aiden Cline
4fadbcfb90
fix: error logging ( #2165 )
2025-08-21 23:27:49 -05:00
Dax Raad
08c5c401ba
deal with non existing cache folder
2025-08-21 22:58:39 -04:00
Aiden Cline
ba2e86c7ef
tweak: adjust plan agent to ask when running bash, give it edit tooli… ( #2150 )
2025-08-21 18:25:31 -04:00
Dax Raad
5d508cc9c2
docs: update SDK documentation
2025-08-21 17:15:21 -04:00
Dax Raad
d9233872b9
add `createOpencodeServer` to js sdk and wait for readiness. always use random port for `opencode serve`. add `/client` and `/server` imports for js sdk
2025-08-21 17:13:24 -04:00
Aiden Cline
aa4dba1541
fix: if lsp fails to spawn it shouldn't inject errors into edit diagnostics ( #2145 )
2025-08-21 12:06:32 -05:00
Dax Raad
947a3e8aff
fix sdk config type
2025-08-21 13:00:16 -04:00
Dax Raad
9a3186317b
allow importing sdk from @opencode-ai/sdk/server and @opencode-ai/sdk/client
2025-08-21 12:58:37 -04:00
zWing
b1e584ca1d
chore: add export types in js-sdk ( #1923 )
...
Co-authored-by: zwingzheng <zwingzheng@tencent.com>
2025-08-21 11:06:27 -05:00
zWing
bca523eb63
fix(js-sdk): fix types in session.chat ( #1925 )
...
Co-authored-by: zwingzheng <zwingzheng@tencent.com>
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-08-21 10:44:20 -05:00
Denys Pavlov
2ff4cd2c2b
fix: preserve cache dir on cleanup ( #2126 )
2025-08-21 15:27:25 +00:00
Dax Raad
d686269377
await config hooks
2025-08-21 15:27:25 +00:00
opencode
491abd6b5b
release: v0.5.13
2025-08-21 15:27:25 +00:00
Dax Raad
4518f96e3d
add plugin hook for config
2025-08-21 11:22:24 -04:00
Aiden Cline
9231043eb4
tweak: adjust plan -> build transition prompt ( #2111 )
2025-08-21 06:52:38 -05:00
Jay V
2989d92794
docs: update
2025-08-20 17:58:56 -04:00
Jay V
256d074411
docs: gitlab
2025-08-20 17:51:16 -04:00
Jay V
8b01676ec0
docs: edit
2025-08-20 17:39:37 -04:00
Lee Tickett
34c6c8494a
docs: Add GitLab CLI agent integration doc ( #2103 )
2025-08-20 17:37:43 -04:00
Dax Raad
522bed6b7d
ignore: cloud stuff
2025-08-20 17:01:18 -04:00
Vincent Bernat
dda672284c
fix: ignore case when checking Qwen in model ID for todos ( #2122 )
2025-08-20 14:44:27 -05:00
Jay V
6018364164
docs: edit
2025-08-20 18:22:48 +00:00
opencode
bc0d438cee
release: v0.5.12
2025-08-20 18:22:48 +00:00
Jay V
abef91c223
docs: edit server
2025-08-20 14:13:02 -04:00
Dax Raad
1bbf6d38e5
ci: turn back on aur
2025-08-20 12:46:17 -04:00
opencode
c9c9db1e8d
release: v0.5.11
2025-08-20 16:36:05 +00:00
Dax Raad
b11fe9fbc6
ignore: remove import
2025-08-20 12:29:24 -04:00
Dax Raad
60f3d413de
remove auto browser open for now
2025-08-20 12:28:00 -04:00
opencode
1df2d78b85
release: v0.5.10
2025-08-20 16:12:00 +00:00
opencode
2286a872c1
release: v0.5.9
2025-08-20 15:51:24 +00:00
Dax Raad
8a83301e0d
copilot auth update version
2025-08-20 11:46:14 -04:00
opencode
c3c440948a
release: v0.5.8
2025-08-20 05:08:31 +00:00
Dax Raad
aa10f8a7f6
sonic model
2025-08-20 01:02:41 -04:00
Aiden Cline
a2db58f125
fix: don't let --continue access subagent session ( #2091 )
2025-08-19 22:40:07 -05:00
Aiden Cline
574be9febf
fix: keybind panic ( #2092 )
2025-08-19 22:39:59 -05:00
Aiden Cline
5b05ede748
fix: agent casing issue ( #2081 )
2025-08-19 18:08:56 -05:00
Aiden Cline
4032426185
docs: remove non existent keybind ( #2080 )
2025-08-19 17:39:02 -05:00
Jay V
8d8045ff95
docs: add sdk doc
2025-08-19 18:11:36 -04:00
Jay V
b3c8bec019
docs: edit server
2025-08-19 17:21:45 -04:00
Aiden Cline
25f43adaa0
tweak: notify agent it is in build mode when switching from plan mode ( #2065 )
2025-08-19 15:32:31 -05:00
Timo Clasen
4913ee6afd
fix(TUI): make it less shimmer ( #2076 )
2025-08-19 15:30:54 -05:00
Zack Jackson
c59ded82b3
docs: document server API endpoints ( #2019 )
...
Co-authored-by: Jay <air@live.ca>
2025-08-19 16:13:02 -04:00
Aiden Cline
40bdbf92a3
fix: tui panic from logger ( #2075 )
2025-08-19 14:47:44 -05:00
Aiden Cline
ad76d7e57d
fix: add type checking for MCP tool path parameters ( #2073 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2025-08-19 13:38:33 -05:00
Aiden Cline
8f230ad4b4
fix: interface conversion panic ( #2060 )
2025-08-19 05:25:46 -05:00
Aiden Cline
c0f90eb564
tweak: better agent create error handling ( #2058 )
2025-08-19 00:14:50 -05:00
Aiden Cline
e08ec077b0
fix: ensure name isn't added as field in options: {...} ( #2053 )
2025-08-18 18:15:20 -05:00
Aiden Cline
796245d146
blacklist gpt-5-chat-latest ( #2048 )
2025-08-18 17:50:38 -04:00
opencode
303a1044a8
release: v0.5.7
2025-08-18 21:43:17 +00:00
Dax
f19586cebd
fix anthropic console auth ( #2049 )
2025-08-18 17:12:21 -04:00
Jay V
5d12cadba7
docs:edit
2025-08-18 13:52:53 -04:00
Jay V
745988f9e3
docs:edit
2025-08-18 13:51:08 -04:00
Jay V
61580e6dce
docs: edits
2025-08-18 13:31:01 -04:00
Jay V
2dea8f0f6b
docs: add tui doc
2025-08-18 13:31:01 -04:00
opencode
446ce488c0
release: v0.5.6
2025-08-18 15:56:22 +00:00
John Connor
21b000aed0
Remove redundant line from agents.mdx ( #2031 )
2025-08-18 08:34:57 -05:00
adamdotdevin
2f4db2777c
fix(tui): title bg color missing on system theme
2025-08-18 06:00:38 -05:00
Ytzhak
667ff90dd6
feat: add shimmer text rendering ( #2027 )
2025-08-18 05:55:01 -05:00
spoons-and-mirrors
cd3d91209a
tweak(timeline): add a dot to the session timeline modal for better visual cue of session's revert point ( #1978 )
2025-08-18 05:50:43 -05:00
Frank
2034fabc7d
Squashed commit of the following:
...
commit 7b2ad6a1abf88e0731f15bbf6e281b29a610dd76
Merge: 74c85391 847a63e1
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 15:31:54 2025 +0800
Merge branch 'dev' into github
commit 74c85391b576d01df298f6c30e3399b281b5c997
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 15:30:14 2025 +0800
sync
commit 0d27f8e490f1aa242e1a3fcd1f21eb077f852207
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 14:30:57 2025 +0800
sync
commit 0cf7e6c89f173b053f37cc0d316011b3e9d5fcc4
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 11:54:57 2025 +0800
sync
commit a782cb7a268bf98916c3850083eaf44ebc38de05
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 11:53:25 2025 +0800
sync
commit aa557014584abaf462656ba9b1de7c8bd6e9b9d8
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 11:48:10 2025 +0800
sync
commit 73c8150479bd3c965087c634102df047a36b40ab
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 01:29:29 2025 +0800
sync
commit c5325134e80ce3f9e2cb88e5a51893e4ffd880c2
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 01:07:48 2025 +0800
sync
commit c5b646aa88760731ac9cd221f677bd400c31224b
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 01:02:02 2025 +0800
sync
commit 27f7cc86ab4713a26d316ae71d2aa5978aaa2007
Author: Frank <frank@sst.dev>
Date: Mon Aug 18 00:59:22 2025 +0800
sync
commit 0a6152a0e0c2bb0e5b7cafbcb92b908433dd6c5b
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 18:11:31 2025 +0800
fix /opencode trigger
commit f1089103c607ac11251cac5e032e62c8b4667b30
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 17:55:14 2025 +0800
sync
commit 3ad18240248301380a68880315bfa83c18e9652d
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 17:44:11 2025 +0800
sync
commit 24f0f81773762a38ba0a26e599b718495e2f4b54
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 17:18:22 2025 +0800
sync
commit bc199d32bed9679d2f80ade527fa57a91e0883ca
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 16:59:03 2025 +0800
sync
commit 6cf860be843e94401166a6de83e36d6bdd8ca6d7
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 16:54:48 2025 +0800
sync
commit f5f753ff38498062b2e3de38a1be94158fce1463
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 14:43:12 2025 +0800
sync
commit 26d2e23a3ee99141a5951a153e444a1be25548dc
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 14:33:40 2025 +0800
sync
commit c5b3f54a0ae6064ff51c11ade41e21b594939715
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 14:16:10 2025 +0800
sync
commit 1c74e9a7ad35551eea53d0e51dcd28e6ae30a944
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 08:17:53 2025 +0800
sync
commit 89052dc9aaf7e4f02b7ca869ef6017322ee21c94
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 08:12:43 2025 +0800
sync
commit 42931d4d2a942eedef44f5570a57bf84df26ecfa
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 08:08:37 2025 +0800
sync
commit f22e97dd051ae3f592f4258a8d0270ca7fd60338
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 08:01:57 2025 +0800
sync
commit 2dda422ef85d2308b459cebe7f202b7fb782e75e
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 07:55:38 2025 +0800
sync
commit b8be1d0e9e89732bd60185c724cda72b8de5f145
Author: Frank <frank@sst.dev>
Date: Sun Aug 17 07:48:18 2025 +0800
sync
commit 78c84b96a3c8aa78e0ffa089a2a72ad80348fe72
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 20:49:26 2025 +0800
sync
commit dd9c0c83090ea6c5da963303227a1e09a8434994
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 20:47:25 2025 +0800
sync
commit 5eb917abba182712d1581376e95de45a092bbb24
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 20:35:48 2025 +0800
sync
commit 43cf83e7ccbc99484602b06cbb6aafdbc63bf11c
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 20:32:49 2025 +0800
sync
commit 10673ca3d2e1572e15c944ddd7d7af8175971f74
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 19:55:53 2025 +0800
sync
commit c45ae8a233ed64c49a08b98f3ad01e0348b2df22
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 19:53:52 2025 +0800
sync
commit 3c329dee05ecda95f5d249552aafc885997f07f2
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 19:49:56 2025 +0800
sync
commit 5797048db864142f15d73c854131a77a31a421ee
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 18:00:04 2025 +0800
sync
commit 2741338e8a27e57d9d023cf9c0a6a05276b82f41
Author: Frank <frank@sst.dev>
Date: Sat Aug 16 17:54:42 2025 +0800
sync
commit a51a8ca6d094bd5f98330c730d335285688c6ed8
Author: Frank <frank@sst.dev>
Date: Fri Aug 15 18:59:29 2025 +0800
sync
commit f4eeeb612dfa6f1714a954dd167519ade0c36a2d
Author: Frank <frank@sst.dev>
Date: Fri Aug 15 18:56:35 2025 +0800
sync
commit 1d0509c5630904a5a9e89ce0de09fbebb6f711be
Author: Frank <frank@sst.dev>
Date: Fri Aug 15 18:54:21 2025 +0800
sync
commit 339807d1b88d2439e9543b5da4ca2538a49f4ab8
Author: Frank <frank@sst.dev>
Date: Fri Aug 15 18:49:22 2025 +0800
sync
commit 70b4b78922fe80424d8922bb999ed84d28dff005
Author: Frank <frank@sst.dev>
Date: Fri Aug 15 18:04:57 2025 +0800
sync
2025-08-18 15:34:28 +08:00
Aiden Cline
847a63e15a
fix: gh install trim remote origin ( #2030 )
2025-08-17 22:45:22 -05:00
Aiden Cline
ebd1b18b70
fix: better binary file detection ( #2025 )
2025-08-17 17:59:51 -05:00
Thierry Delafontaine
5d5ac168a4
fix(opencode): add ulid dependency ( #1988 ) ( #1989 )
...
Co-authored-by: Dax <mail@thdxr.com>
2025-08-16 23:21:29 -04:00
Lucas
5d8d896fa2
feat(lsp): add rust-analyzer ( #1972 )
2025-08-16 22:59:51 -04:00
Aiden Cline
85c6301ac5
fix: lsp bug ( #1994 )
2025-08-16 22:59:18 -04:00
spoons-and-mirrors
1e204c23b9
tweak(config): make markdown agent files in subfolder discoverable `.opencode/agent/some-folder/*.md` ( #1999 )
2025-08-16 22:55:14 -04:00
Aiden Cline
daea79c0d4
feat: top level tool config ( #2008 )
2025-08-16 22:51:56 -04:00
Aiden Cline
9c7fa35051
docs: more troubleshooting examples ( #2004 )
2025-08-16 19:33:49 -05:00
opencode
0b45187dc7
release: v0.5.5
2025-08-16 15:00:04 +00:00
Yihui Khuu
3f3da44ed9
fix(tui): text selection is sometimes not cleared when click+release without dragging ( #1993 )
2025-08-16 09:16:09 -05:00
Yihui Khuu
b3885d1614
feat(tui): retain cache when cycling between subagent/parent sessions for perf ( #1981 )
2025-08-16 08:58:13 -05:00
Aiden Cline
ca3769b7fa
tweak: plan prompt, more explicit about not modifying files ( #1991 )
2025-08-16 08:56:43 -05:00
Aiden Cline
576f5242bc
fix: remove unsupported mode flag, change to agent ( #1979 )
2025-08-15 22:02:06 -05:00
opencode
650e67f1df
release: v0.5.4
2025-08-15 22:52:49 +00:00
Aiden Cline
e545bfef1f
tweak: fix scroll speed ( #1974 )
2025-08-15 16:19:58 -05:00
Timo Clasen
af5f7d0887
fix: run command ( #1971 )
2025-08-15 15:58:20 -05:00
opencode
314f7c56e7
release: v0.5.3
2025-08-15 18:56:32 +00:00
adamdotdevin
58ca434c78
fix: some visual bugs in dialogs
2025-08-15 13:50:54 -05:00
Yihui Khuu
70f14cccd6
feat(shell): load .zshenv and respect ZDOTDIR if present ( #1958 )
2025-08-15 13:24:34 -05:00
Yihui Khuu
86df4073d1
fix(shell): commands expecting stdin will be "working" indefinitely ( #1964 )
2025-08-15 13:23:59 -05:00
spoons-and-mirrors
69117fa453
feat(TUI): improves UX with message navigation modal to jump and restore to specific messages ( #1969 )
2025-08-15 13:23:21 -05:00
Aiden Cline
dc01071498
feat: add scroll speed to config ( #1968 )
2025-08-15 13:21:02 -05:00
opencode
57b04d9eb7
release: v0.5.2
2025-08-15 15:22:21 +00:00
adamdotdevin
07dbc30c63
feat(tui): navigate child sessions (subagents)
2025-08-15 10:16:08 -05:00
adamdotdevin
1ae38c90a3
feat(api): get session and session children routes
2025-08-15 08:49:19 -05:00
adamdotdevin
9609c1803e
feat: /tui/show-toast api
2025-08-15 08:39:58 -05:00
adamdotdevin
6e0e87fb2a
fix: more commands cleanup
2025-08-15 07:43:30 -05:00
adamdotdevin
08a83b7337
feat: better queued visual
2025-08-15 06:55:16 -05:00
adamdotdevin
79a4e35a74
fix: keybind docs out of sync
2025-08-15 06:45:20 -05:00
adamdotdevin
40ed73af17
chore: deprecate unused keybinds
2025-08-15 06:36:28 -05:00
adamdotdevin
74da6b1bef
fix: add missing keybinds to config
2025-08-15 06:33:45 -05:00
Yihui Khuu
c35e1a03d1
fix(tui): issue with rendering markdown tables ( #1956 )
2025-08-15 06:21:08 -05:00
Yihui Khuu
92d4366a20
feat(tui): support cycling recent models in reverse ( #1953 )
2025-08-15 06:20:07 -05:00
Andre van Tonder
17a7c824b8
Add Vue LSP and enable eslint for `.vue` files. ( #1952 )
2025-08-15 06:18:27 -05:00
Mariano Uvalle
0befc5d602
Feat: Render tool metadata after permission rejection. ( #1949 )
...
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-08-15 06:16:40 -05:00
Aiden Cline
8355ee2061
fix: more permissive owner/repo detection ( #1948 )
2025-08-15 06:11:41 -05:00
Aiden Cline
62fed8d2ce
fix: fish shell ( #1950 )
2025-08-15 06:11:09 -05:00
Frank
6fbe28619c
Docs: update z.ai provider doc
2025-08-15 15:52:00 +08:00
Timo Clasen
156cc6cffe
fix(TUI): fix agent types agents modal ( #1942 )
2025-08-14 17:58:44 -05:00
Jay V
bcd1dddcbe
lander: match alternatives h3 font size with figcaption on mobile
2025-08-14 18:55:07 -04:00
Aiden Cline
6eaaaffcdd
fix: small tweak to support nushell ( #1943 )
2025-08-14 17:54:22 -05:00
Jay V
766fa521ea
ignore: lander
2025-08-14 17:19:14 -04:00
opencode
ecafa40bcf
release: v0.5.1
2025-08-14 20:47:45 +00:00
Dax Raad
25f4721c71
ci: aur is down
2025-08-14 16:42:39 -04:00
Dax Raad
a433766a31
allow plugins to create custom auth providers
2025-08-14 16:25:08 -04:00
Jay V
c93d50e8c7
ignore: lander tweaks
2025-08-14 15:53:41 -04:00
Jay V
3f879859d7
ignore: lander styles
2025-08-14 15:53:41 -04:00
Dax Raad
ee62dc0745
wip: sdk
2025-08-14 12:22:27 -04:00
Dax Raad
796bc390db
fix for session stuck in "Working..."
2025-08-14 12:20:22 -04:00
Lubos
703ae49675
chore: declare OpenAPI version 3.1.1 ( #1931 )
2025-08-14 12:10:32 -04:00
Aiden Cline
4dea0209bb
fix: support fish shell ( #1911 )
2025-08-13 20:04:04 -05:00
Aiden Cline
bb4b24a05f
docs: fix bad example ( #1913 )
2025-08-13 20:03:44 -05:00
opencode
e789abec79
release: v0.4.45
2025-08-13 22:32:26 +00:00
Aiden Cline
118617473e
fix: bash should hide stdout from zshrc ( #1909 )
2025-08-13 17:04:32 -04:00
adamdotdevin
a4beb60e19
chore: rename bash -> shell
2025-08-13 15:11:30 -05:00
Yuu Toriyama
3f0f910f7b
Fix: Error [ERR_DLOPEN_FAILED] ( #1546 )
2025-08-13 19:49:14 +00:00
opencode
5bf841ab7a
release: v0.4.44
2025-08-13 19:49:14 +00:00
Dax Raad
49727e3eab
re-enable aur
2025-08-13 15:44:11 -04:00
envolution
00579f0ec1
Fix incorrect AUR namespace ( #1907 )
2025-08-13 15:37:15 -04:00
adamdotdevin
69d516c7fa
fix: default scroll speed should be slower
2025-08-13 14:35:18 -05:00
Dax Raad
bedeb626b2
docs: fix
2025-08-13 19:33:38 +00:00
Dominik Engelhardt
a4c14dbb2d
feat: convert attachments to text on delete ( #1863 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: Dax <mail@thdxr.com>
2025-08-13 19:33:38 +00:00
opencode
036b24791d
release: v0.4.43
2025-08-13 19:33:38 +00:00
Dax Raad
93b71477e6
support !shell commands
2025-08-13 15:26:13 -04:00
adamdotdevin
1357319f6f
feat: bash commands
2025-08-13 13:28:22 -05:00
Dax Raad
e729eed34d
wip: bash
2025-08-13 14:14:27 -04:00
Jay V
2e5fdd8cef
docs: global model options
2025-08-13 14:07:10 -04:00
Dax Raad
21f15f15c1
docs(cli): document ! bash commands and session persistence in CLI docs
2025-08-13 13:37:19 -04:00
Dax Raad
c6344c5714
wip: bash
2025-08-13 13:31:29 -04:00
Dax Raad
7505fa61b9
wip: bash commands
2025-08-13 13:29:06 -04:00
Matt Cook
77bb5af092
fix: grammatical error in agent launch example (by Opencode) ( #1897 )
2025-08-13 12:25:38 -05:00
Aiden Cline
0c4fe73cbf
fix: js plugin support as per documentation ( #1896 )
2025-08-13 12:25:04 -05:00
opencode
e06ebb6780
release: v0.4.42
2025-08-13 16:48:35 +00:00
adamdotdevin
66d99ba527
fix: messages layout instability
2025-08-13 11:43:28 -05:00
adamdotdevin
f2021a85d6
fix: allow attachments outside cwd, and support svg
2025-08-13 10:36:50 -05:00
adamdotdevin
7d54f893c9
fix: update read tool description to exclude binary/image files
2025-08-13 10:13:57 -05:00
Mariano Uvalle
e1f80c0067
Merge default agent permissions with global config ( #1879 )
2025-08-13 09:01:17 -04:00
Aiden Cline
832d8da453
fix: permission prompting issues ( #1884 )
2025-08-13 06:34:06 -05:00
Aiden Cline
b5d61b77f7
fix: reasoning not supported ( #1882 )
2025-08-13 06:26:07 -05:00
Aiden Cline
790e9947bd
fix: task tool prompt ( #1887 )
2025-08-12 23:41:12 -04:00
Dax Raad
2056781cf7
ci: disable
2025-08-12 22:55:57 -04:00
Aiden Cline
ed5f76d849
fix: better error message when config has invalid references ( #1874 )
2025-08-12 19:28:41 -05:00
opencode
93102dc84b
release: v0.4.41
2025-08-13 00:05:51 +00:00
Dax Raad
e2920ac262
update copilot prompt
2025-08-12 20:01:34 -04:00
Dax Raad
aa5e39e744
fix unzip not found printing to tui
2025-08-12 18:43:24 -04:00
opencode
296cc41a07
release: v0.4.40
2025-08-12 21:51:19 +00:00
Dax Raad
17b07877e5
ci: disable AUR packaging in publish workflow
2025-08-12 17:44:39 -04:00
spoons-and-mirrors
dedaa34dc1
fix(TUI): unsurfacing subagent from agents modal ( #1873 )
2025-08-12 17:38:35 -04:00
Dax Raad
5785ded6e2
add openai prompt cache key
2025-08-12 17:37:15 -04:00
Dax Raad
d1876e3031
ci: enable aur
2025-08-12 17:29:10 -04:00
spoons-and-mirrors
47c327641b
feat: add session rename functionality to TUI modal ( #1821 )
...
Co-authored-by: opencode <noreply@opencode.ai>
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: Dax <mail@thdxr.com>
2025-08-12 16:22:03 -04:00
spoons-and-mirrors
81583cddbd
refactor(agent-modal): revamped UI/UX for the agent modal ( #1838 )
...
Co-authored-by: Dax Raad <d@ironbay.co>
Co-authored-by: Dax <mail@thdxr.com>
2025-08-12 16:21:57 -04:00
Dax Raad
d16ae1fc4e
bash truncate character max instead of line max
2025-08-12 16:14:40 -04:00
Dax Raad
5cc44c872e
disable todo tools for qwen models to improve compatibility
2025-08-12 18:56:26 +00:00
opencode
cadc5982f1
release: v0.4.37
2025-08-12 18:56:25 +00:00
Dax Raad
6aa157cfe6
limit bash tool to 1000 lines of output
2025-08-12 14:51:13 -04:00
opencode
13d4a802ac
release: v0.4.36
2025-08-12 18:31:12 +00:00
adamdotdevin
c4ae3e429c
fix: markdown lists
2025-08-12 13:22:28 -05:00
adamdotdevin
aae354c951
fix: word wrapping with hyphens
2025-08-12 13:03:35 -05:00
opencode
3a9dd306db
release: v0.4.35
2025-08-12 17:36:48 +00:00
Dax Raad
fab0e5de04
fix issue when @ tagging fiels throwing error
2025-08-12 13:30:52 -04:00
opencode
3a2b2f13f2
release: v0.4.34
2025-08-12 17:14:23 +00:00
Dax Raad
ee2b57958d
ci: disable aur
2025-08-12 12:58:18 -04:00
Dax Raad
5a17f44da4
support OPENCODE_PERMISSION json env variable
2025-08-12 12:28:08 -04:00
Dax
10735f93ca
Add agent-level permissions with whitelist/blacklist support ( #1862 )
2025-08-12 11:39:39 -04:00
adamdotdevin
ccaebdcd16
fix: long word and attachment wrapping in editor
2025-08-12 10:34:54 -05:00
opencode
2bbd7a167a
release: v0.4.29
2025-08-12 14:00:15 +00:00
Aiden Cline
f12d470b33
fix: Missing ~/.local/share/opencode/bin directory causes misleading … ( #1860 )
2025-08-12 13:54:33 +00:00
opencode
0835170224
release: v0.4.28
2025-08-12 13:54:32 +00:00
adamdotdevin
3530885f48
fix: vscode extension cursor placement
2025-08-12 08:48:42 -05:00
opencode
a071a2b7f4
release: v0.4.27
2025-08-12 12:58:53 +00:00
adamdotdevin
b2f2c9ac37
fix: use real cursor instead of virtual cursor
2025-08-12 07:52:19 -05:00
Camden Clark
80b25c79bb
fix: preserve process.env when spawning formatter commands ( #1850 )
2025-08-12 02:05:26 -04:00
Dax Raad
1ec71e419b
support wildcard matching tool names in config
2025-08-11 23:37:09 -04:00
opencode
5fbbdcaf64
release: v0.4.26
2025-08-12 03:25:36 +00:00
Dax Raad
2b6afe90d0
fix azure reasoningEffort
2025-08-11 23:20:19 -04:00
Dax Raad
5f34dcc792
azure reasoning effort
2025-08-11 23:04:32 -04:00
opencode
681abcbf2d
release: v0.4.25
2025-08-12 02:51:32 +00:00
Dax Raad
fb0a200ecf
refactor: replace OPENCODE_AGENTS env var with HTTP API call
...
Replace environment variable passing of agent data from Node.js to TUI
with proper HTTP API call to /agent endpoint. This improves architecture
by eliminating env var dependencies and allows dynamic agent data fetching.
2025-08-11 22:42:25 -04:00
opencode
3ec670784d
release: v0.4.24
2025-08-12 02:33:35 +00:00
Dax Raad
e6f3cf0839
fix pyright
2025-08-11 22:27:24 -04:00
opencode
9437cf4ff6
release: v0.4.23
2025-08-12 02:04:53 +00:00
Dax Raad
7d095d19f6
fix undo/redo when opencode is run in nested folders
2025-08-11 21:59:12 -04:00
Dax Raad
0ca10ec2f5
ignore: log
2025-08-11 21:52:05 -04:00
Dax Raad
f03fae03e5
switch back to didUpdate instead of closing and opening file
2025-08-11 21:36:05 -04:00
opencode
bb14a955a0
release: v0.4.22
2025-08-12 01:07:27 +00:00
Dax Raad
dac1506680
update anthropic prompt and variables
2025-08-11 21:01:33 -04:00
opencode
3946a08f40
release: v0.4.21
2025-08-12 00:30:49 +00:00
adamdotdevin
ee0519aacc
feat: add clangd for cpp
2025-08-11 19:21:59 -05:00
adamdotdevin
dec1e3fdda
fix: complete item on space
2025-08-11 18:58:42 -05:00
Carl Brugger
f54e900716
Fix plugin file name ( #1837 )
2025-08-11 23:43:43 +00:00
opencode
7e8b5749fa
release: v0.4.20
2025-08-11 23:43:43 +00:00
adamdotdevin
febf902dc4
Revert "feat: improve file attachment pasting ( #1704 )"
...
This reverts commit 81a3e02474 .
2025-08-11 18:37:34 -05:00
Jay V
04b51f2610
ignore: share page thinking blocks
2025-08-11 19:36:34 -04:00
Aiden Cline
b2a4f57d64
feat: add -c and -s args to tui command following run command pattern ( #1835 )
2025-08-11 18:32:09 -05:00
Dax Raad
0ce7d92a8b
ignore: fix share page
2025-08-11 16:12:26 -04:00
adamdotdevin
7a67fe7dde
fix: collapsed tool calls hidden at times
2025-08-11 13:54:58 -05:00
Aiden Cline
00b4670b8b
docs: fix instructions ( #1827 )
2025-08-11 13:44:12 -05:00
Dax Raad
7633a951e6
ignore: test
2025-08-11 14:43:42 -04:00
adamdotdevin
4ff64c6209
fix: take up less vertical space
2025-08-11 13:38:39 -05:00
Dax Raad
22023fa9e7
remove git bash tool coauthor message
2025-08-11 18:36:06 +00:00
opencode
85e0b53c33
release: v0.4.19
2025-08-11 18:36:06 +00:00
Dax Raad
6eaa231587
Update GPT-5 system prompt to use copilot-specific prompt instead of codex prompt
...
🤖 Generated with [opencode](https://opencode.ai )
Co-Authored-By: opencode <noreply@opencode.ai>
2025-08-11 14:28:49 -04:00
Jay V
befb7509de
docs: share
2025-08-11 14:19:22 -04:00
Jay V
09bf0b86d8
docs: share page
2025-08-11 14:01:20 -04:00
Jay V
b5d45fa9f5
docs: share page
2025-08-11 13:57:41 -04:00
Jay V
a6a633d5c1
docs: test share
2025-08-11 13:45:55 -04:00
Jay V
e83e8001da
docs: test share
2025-08-11 13:38:03 -04:00
Jay V
0386898476
docs: comment out thinking blocks for share page
2025-08-11 13:21:59 -04:00
adamdotdevin
5e777fd2a2
feat: toggle tool details visible
2025-08-11 11:58:46 -05:00
adamdotdevin
3c71fda648
fix: don't display placeholder on error
2025-08-11 11:58:46 -05:00
Jay V
42329a038a
docs: share page fix
2025-08-11 12:51:19 -04:00
Jay V
10f3983f0b
docs: edits
2025-08-11 12:41:13 -04:00
opencode
e9de7f95a7
release: v0.4.18
2025-08-11 16:04:07 +00:00
adamdotdevin
a4113acd15
fix: assistant message footer styles
2025-08-11 10:57:18 -05:00
adamdotdevin
9c8e56fc96
fix: assistant message footer styles
2025-08-11 10:52:49 -05:00
adamdotdevin
c78cb57c41
fix: assistant message footer styles
2025-08-11 10:50:00 -05:00
opencode
eb15b2ba75
release: v0.4.17
2025-08-11 15:15:24 +00:00
Dax Raad
279edb6f24
fix azure gpt config
2025-08-11 10:56:16 -04:00
Dax Raad
c51a34bf4b
make models key optional in config
2025-08-11 10:54:14 -04:00
adamdotdevin
e8d144d2a2
fix: reformat assistant message footer
2025-08-11 09:38:52 -05:00
adamdotdevin
a760e8364f
feat: placeholder on pending assistant message
2025-08-11 09:29:44 -05:00
adamdotdevin
fa7cae59c0
fix: re-render messages on session error
2025-08-11 09:19:45 -05:00
spoons-and-mirrors
8780fa6ccf
Fix: Respect agent's preferred model at TUI startup ( #1683 )
...
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-11 08:51:35 -05:00
spoons-and-mirrors
ab2df0ae33
Feat: Implement Wrap-Around Navigation for List Selection (for Models and Tools modal) ( #1768 )
2025-08-11 08:47:51 -05:00
Timo Clasen
23757f3ac0
fix: only load the first local and global rule file ( #1761 )
2025-08-11 08:28:03 -05:00
Aiden Cline
df7296cfe1
fix: instructions should be able to handle absolute paths ( #1762 )
2025-08-11 08:23:41 -05:00
opencode
776276d5a4
release: v0.4.16
2025-08-11 12:59:20 +00:00
opencode
ddacb04f99
release: v0.4.15
2025-08-11 12:49:52 +00:00
spoons-and-mirrors
73a8356b10
Feat: Add F2 Keybind to Cycle Through the 5 Most Recent Models ( #1778 )
2025-08-11 07:00:32 -05:00
cvzakharchenko
8db75266d0
Issue 1676: Don't eat up the last newline in a multi-line replacement ( #1777 )
2025-08-11 06:55:45 -05:00
Jake
6c30565d40
Add support for biome.jsonc config file ( #1791 )
2025-08-11 06:48:46 -05:00
spoons-and-mirrors
b223a29603
Fix: Sanitize MCP Tool Names for Consistency in User Expectations ( #1769 )
2025-08-11 01:59:50 -04:00
Stibbs
8ed72ae087
chore: add OPENCODE env var ( #1780 )
2025-08-11 01:56:42 -04:00
Aiden Cline
62b8c7aee0
feat (tui): agents dialog ( #1802 )
2025-08-11 01:46:38 -04:00
Dax Raad
6145dfcca0
fix run command to be less messy
2025-08-11 01:45:05 -04:00
opencode
4580c88c0b
release: v0.4.12
2025-08-11 05:28:22 +00:00
Dax Raad
061ba65d20
show combined output of bash tool progressively
2025-08-11 01:23:00 -04:00
Dax Raad
457386ad08
fix plan mode bash tool making changes
2025-08-11 01:15:12 -04:00
opencode
fce04dc48b
release: v0.4.11
2025-08-11 02:30:21 +00:00
Dax Raad
81534ab387
ci: tweaks
2025-08-10 22:23:59 -04:00
Aiden Cline
409a6f93b2
fix: enforce field requirement for cli cmds ( #1796 )
2025-08-10 22:17:12 -04:00
opencode
55c294c013
release: v0.4.6
2025-08-11 01:59:27 +00:00
Dax Raad
70db372466
add OPENCODE_DISABLE_AUTOUPDATE flag
2025-08-10 21:52:52 -04:00
Dax Raad
8fde772957
ci: smoke test
2025-08-10 21:37:48 -04:00
Dax Raad
d8dc23bde9
pass through additional agent options to the provider
2025-08-10 21:34:46 -04:00
Tom
1c83ef75a2
fix(plugin): prevent compiled binary hang by removing lazy dynamic import ( #1794 )
...
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-10 21:31:15 -04:00
opencode
95e410db88
release: v0.4.3
2025-08-11 00:53:06 +00:00
Dax Raad
13d3fba86b
switch gpt-5 to codex prompt
2025-08-10 20:47:38 -04:00
Dax Raad
3ab4f42ebb
support agent options
2025-08-10 20:30:37 -04:00
adamdotdevin
b8d2aebf09
feat: thinking blocks rendered in tui and share page
2025-08-10 19:25:03 -05:00
Aiden Cline
542186aa49
feat: webfetch permission support ( #1772 )
2025-08-10 08:00:44 -05:00
spoons-and-mirrors
bd4319f2bc
Feat: Add Agent Name in the LLM Response Footer (and re-order it) ( #1770 )
2025-08-09 20:22:16 -05:00
Frank
696ab1a752
Update moonshot ai provider doc
2025-08-09 19:22:50 -04:00
Dax Raad
d3ff66e911
use minimal reasoning effort for gpt-5
2025-08-09 15:38:48 -04:00
Aiden Cline
1954b59167
feat: eslint lsp ( #1744 )
2025-08-09 11:04:58 -05:00
Aiden Cline
e2fac991dc
better permissions ux when denying ( #1747 )
2025-08-09 11:03:33 -05:00
Frank
7446f5ad7b
wip gateway
2025-08-09 01:28:27 -04:00
Dominik Engelhardt
81a3e02474
feat: improve file attachment pasting ( #1704 )
2025-08-08 20:06:38 -05:00
Dax Raad
7bbc643600
remove synthetic message in plan mode, fixes being confused in build mode
2025-08-08 20:45:24 -04:00
Dax Raad
53630ebdce
gpt-5 lower verbosity
2025-08-08 20:42:22 -04:00
Dax
85eaa5b58b
Remove unused OpenTelemetry tracing and fix overlapping highlights ( #1738 )
...
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-08 20:20:01 -04:00
Erick Christian
b789844b9c
feat(agent): allow mode selection during creation ( #1699 )
2025-08-08 20:07:20 -04:00
Clayton
9b6ef074f0
Reference the actual name of the windows package ( #1700 )
2025-08-08 20:07:00 -04:00
zWing
2f4291672b
chore(js-sdk): Compatible with nodenext ( #1667 )
2025-08-08 20:05:50 -04:00
rmoriz
83f4e8e156
Clarify remote mcp error ( #1729 )
...
Co-authored-by: opencode <noreply@opencode.ai>
2025-08-08 20:04:26 -04:00
gsbain
7af2771a7e
Docs: Homebrew can install Opencode on Linux ( #1737 )
2025-08-08 20:04:02 -04:00
Max Pod
d1208bf0a1
docs: Update plugins.mdx ( #1690 )
2025-08-08 17:11:06 -04:00
Typing Turtle
0a9463541a
docs: Adds required models field to variables documentation ( #1709 )
2025-08-08 16:57:31 -04:00
Yihui Khuu
fe26b4a7b1
fix(tui): preserve scroll position when reflowing due to message stream ( #1716 )
2025-08-08 13:14:09 -05:00
Frank
183e0911b7
wip: gateway
2025-08-08 13:24:32 -04:00
Timo Clasen
e444d15b57
fix(TUI): enable general (sub-) agent for @ referencing ( #1705 )
2025-08-08 05:36:55 -05:00
opencode
063d67a046
release: v0.4.1
2025-08-08 03:01:03 +00:00
Dax Raad
4f164c53d2
temporary fix for max output token
2025-08-07 22:54:59 -04:00
Dax Raad
02ef96f89b
docs: fix
2025-08-07 21:49:18 -04:00
Dax Raad
8750744068
renable todo tool
2025-08-07 21:47:37 -04:00