Commit graph

193 commits

Author SHA1 Message Date
opencode-agent[bot]
b2f0f45c9e chore: generate 2026-08-10 04:23:14 +00:00
Aiden Cline
f64b024f46
fix(core): resolve models.dev URL env vars (#41474) 2026-08-09 23:22:01 -05:00
Aiden Cline
9bc4eea79a
refactor(core): replace integration prompts with forms (#40997) 2026-08-09 22:00:18 -05:00
Kit Langton
4eff0ee2db
fix(core): flush plugin reload generations (#41309) 2026-08-08 20:18:21 -04:00
Kit Langton
c2ba0bef6b
feat: attach skills to prompts (#41188) 2026-08-08 13:24:22 -04:00
opencode-agent[bot]
b274db88b0
chore(core): format package (#41205)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-07 23:18:03 -05:00
Kit Langton
db31c42e39
refactor(core): move mutation path onto environment (#41091) 2026-08-07 11:42:37 -04:00
Shoubhit Dash
e6c9b6bef7
feat(core): add firecrawl web search (#41042) 2026-08-07 16:51:09 +05:30
Aiden Cline
ec95b27308
fix(core): align ChatGPT context limits (#40902) 2026-08-06 13:35:48 -05:00
Aiden Cline
be2f74d44a
refactor(plugin): split session HTTP hooks (#40724) 2026-08-06 13:23:22 -05:00
Dax
939da6a5e7
feat(cli): add debug config command (#40895) 2026-08-06 10:35:48 -07:00
Kit Langton
51cef27579
refactor(core): deduplicate Copilot endpoint routing (#40765) 2026-08-06 11:10:47 -04:00
Aiden Cline
ae494ffce5
fix(core): retire legacy provider aliases (#40487) 2026-08-05 23:27:14 -05:00
Aiden Cline
daa998f9c3
fix(core): make xAI OAuth device-only (#40538) 2026-08-04 22:55:31 -05:00
Aiden Cline
b9c118e0fe
chore(core): drop unreachable AI SDK provider packages (#40504) 2026-08-04 14:37:56 -05:00
Aiden Cline
aa820db18d
feat(plugin): add session HTTP middleware (#40327) 2026-08-04 09:15:52 -05:00
Aiden Cline
a4ad17347f
fix(core): apply safe defaults to all agents (#40316) 2026-08-03 17:56:04 -05:00
opencode-agent[bot]
f99469bdf8
refactor(core): remove unused layer exports (#39975)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:26:38 -04:00
opencode-agent[bot]
6c567dc745
refactor(core): remove unreferenced layer map example (#39971)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
2026-07-31 20:25:27 -04:00
Kit Langton
2cfe8883ea
feat(plugin): expose session rename and wait to plugins (#39932) 2026-07-31 21:08:33 +00:00
Aiden Cline
7129ed6e62
fix(core): respect model input limits (#39797) 2026-07-31 10:41:36 -05:00
Aiden Cline
671e164f8d
refactor(core): contain Codex in OpenAI plugin (#39734) 2026-07-30 21:43:38 -05:00
opencode-agent[bot]
0ffec67ca3
refactor: remove unused V2 code (#39699)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-30 11:25:03 -05:00
James Long
94ee274aeb
feat(core): add V2 formatter runtime (#39564) 2026-07-29 17:23:04 -04:00
Aiden Cline
c8dca936b1
feat(plugin): add shell.create.before hook (#39547) 2026-07-29 14:11:52 -05:00
Dax Raad
bd906d468d refactor(core): make watcher subscription effectful 2026-07-29 09:50:24 -04:00
Kit Langton
27e7b0558a
fix(core): preserve plugin update order (#39372) 2026-07-28 13:00:24 -04:00
Kit Langton
e556aca833
refactor(core): simplify plugin reload loop (#39356) 2026-07-28 12:21:29 -04:00
Aiden Cline
62320947d9
fix(core): refresh system prompt references (#39245) 2026-07-27 21:52:31 -05:00
Aiden Cline
0cb9bb567e
fix(core): align Meta system prompt (#39240) 2026-07-27 21:31:49 -05:00
Aiden Cline
abcbdad530
fix(core): refresh Meta system prompt (#39237) 2026-07-27 21:14:16 -05:00
Kit Langton
debdea40ea
feat(core): reload configured plugins from source edits (#39224) 2026-07-27 22:04:28 -04:00
Kit Langton
8b4b0d67d7
feat(core): reload discovered plugins from source edits (#39174) 2026-07-27 18:20:13 -04:00
Dax Raad
8db7487c89 refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
Shoubhit Dash
efb629a33a
feat(core): add pluggable web search (#35558)
Co-authored-by: Dax Raad <d@ironbay.co>
2026-07-26 03:55:05 +00:00
Dax Raad
203a0613b8 feat(www): migrate docs to Blume 2026-07-25 21:17:25 -04:00
Dax Raad
02c66c5fc1 docs(core): fix OpenCode skill links 2026-07-25 14:08:29 -04:00
Kit Langton
e7ecee5df2
fix(core): isolate tool hook outcomes (#38571) 2026-07-23 17:40:42 -04:00
Kit Langton
79c1544072
refactor(tools): unify tool APIs and result handling (#38367) 2026-07-23 21:13:31 +00:00
Kit Langton
203b9f59b7
fix(core): load dynamic models for generation (#38401) 2026-07-22 22:26:08 -04:00
Aiden Cline
23483ea013
feat(ai): support custom reasoning fields (#38227) 2026-07-21 23:42:59 -05:00
Dax Raad
e84938b309 fix(core): make session warming observable 2026-07-21 21:30:05 -04:00
Dax Raad
f683eef5f9 feat(core): add session warming 2026-07-21 20:43:26 -04:00
Aiden Cline
a0a6963beb
fix(core): discover Copilot API endpoint (#38184) 2026-07-21 19:28:31 -05:00
Dax
8de40be6ea
feat(plugin): expose app metadata (#38179) 2026-07-21 22:16:25 +00:00
Shoubhit Dash
cf651bc41b
feat(cli): port ACP to V2 (#37907) 2026-07-21 21:13:21 +05:30
opencode-agent[bot]
cf2c1bf425
refactor(core): break plugin host cycle (#38120)
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com>
2026-07-21 10:35:00 -04:00
Dax
e0810753f2
refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
Aiden Cline
455b5d3165
fix(core): match dev patch behavior (#37709) 2026-07-20 16:46:11 -05:00
Kit Langton
6d32bc9cb0
feat(simulation): control arbitrary tool lifecycles (#37816) 2026-07-19 17:40:30 -04:00