Dax Raad
446783e035
feat(plugin): add promise plugin cleanup
2026-07-10 11:23:20 -04:00
Dax Raad
39b9f706fb
refactor(plugin): include name in promise tools
2026-07-10 00:22:45 -04:00
Dax Raad
deadf659b9
refactor(plugin): simplify promise tool declarations
2026-07-10 00:18:13 -04:00
Dax Raad
7078840016
fix(plugin): restore package publishing
2026-07-09 22:18:58 -04:00
Dax Raad
83bd4619a9
refactor(tui): migrate v2 calls to new client
2026-07-09 16:57:13 -04:00
Dax Raad
0121735d90
fix(core): restore plugins after failed activation
2026-07-09 16:28:22 -04:00
Aiden Cline
37301ffaa7
refactor: remove todo tool ( #35989 )
2026-07-09 00:13:48 -05:00
Kit Langton
7a1a9ef055
refactor(schema): apply session review decisions ( #35793 )
2026-07-07 22:10:11 -04:00
Dax
a0233521c7
feat(plugin): add session request hook ( #35794 )
2026-07-07 19:56:47 -04:00
James Long
0864bd83aa
feat(tui): wire move session command ( #35203 )
2026-07-07 14:49:11 -04:00
Kit Langton
c0f7e88d4b
feat(v2): expose canonical schema contracts ( #35595 )
2026-07-06 15:45:46 -04:00
Dax Raad
5f77640149
feat(tui): use canonical prompt attachments
2026-07-06 14:35:31 -04:00
Kit Langton
1a7f7c1cb4
fix(plugin): reload late SDK plugins ( #35576 )
2026-07-06 13:36:19 -04:00
Dax Raad
7d02fd95aa
feat(core): manage configurable plugin generations
2026-07-05 15:59:44 -04:00
Aiden Cline
452e6f955f
feat(core): add grouped and deferred tool registration ( #35232 )
2026-07-04 11:49:24 -05:00
Dax Raad
f9aae06022
feat(core): reload config on filesystem changes
2026-07-03 20:35:04 -04:00
Dax Raad
abf5469a3b
feat(plugin): align hooks with client APIs
2026-07-03 18:12:22 -04:00
James Long
6c3dcc0a08
feat(core): implement V2 session.shell ( #35183 )
2026-07-03 12:19:09 -04:00
Shoubhit Dash
11f6ecfdb0
feat(core): expose V2 VCS status and diff APIs ( #35129 )
2026-07-03 16:49:03 +05:30
Aiden Cline
9b8cd55717
feat(server): add form routes ( #35099 )
...
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com >
2026-07-03 02:40:44 -05:00
Aiden Cline
d22a93f462
fix(core): revert form service and mcp elicitation ( #35080 )
2026-07-03 00:32:10 -05:00
opencode-agent[bot]
105fbbf7b0
feat(session): filter v2 session list by parent ( #35037 )
...
Co-authored-by: Dax <mail@thdxr.com >
2026-07-02 19:48:49 -04:00
Aiden Cline
a7d3f76f99
feat(core): add session form service ( #34855 )
2026-07-02 17:15:18 -05:00
Kit Langton
7dede6e4fd
feat(server): durable log reads, changes feed, and watermarked snapshots ( #34962 )
2026-07-02 16:42:30 -04:00
Aiden Cline
fe76a9a5de
feat(core): port v2 command invocation ( #34849 )
2026-07-02 11:22:04 -05:00
Kit Langton
4457a878e4
feat(core): API-managed per-session context entries ( #34941 )
2026-07-02 10:05:47 -04:00
Simon Klee
3e36163298
feat(mini): migrate mini to v2 ( #34895 )
...
feat(run): migrate non-interactive prompts to V2
feat(run): route mini prompts through V2
fix(run): use current session contracts
fix(run): fix V2 prompt turns
feat(cli): add mini subcommand
feat(run): use settled execution events
fix(run): handle remote prompt file attachments
feat(run): send prompt files as attachments
feat(run): use current APIs for run state
fix(run): adopt app-node runtime deps
feat(run): track subagent sessions
feat(run): move catalogs and default model onto current APIs
2026-07-02 12:06:49 +02:00
Dax Raad
b63ccf0037
feat(core): tool execute hooks, session instructions, synthetic endpoint
...
- V2 tool execute hooks: add `ctx.tool.execute.before/after` plugin API,
core ToolHooks service, and registry wiring so hosted/local tool calls
run registered before/after hooks; provider-executed calls are excluded.
- Session synthetic endpoint: add `POST /api/session/:sessionID/synthetic`
with text/description/metadata plus regenerated Promise/Effect/JS client
surfaces.
- SessionInstructions service: read tool discovers nearby AGENTS.md walking
up to the Location root (exclusive) and injects them as durable synthetic
instructions, with lazy history dedup of prior claims.
- to-llm-message: stop forwarding synthetic message metadata to the model so
bookkeeping annotations stay model-hidden.
- schema changelog entry for synthetic metadata and the metadata leak fix.
2026-07-01 20:50:10 -04:00
Dax Raad
95efa59776
feat: background blocking tools
2026-07-01 12:18:04 -04:00
Dax Raad
09cc40e316
feat(core): add plugin list endpoint
...
Adds a plugin.list HTTP endpoint that reports currently loaded plugins, wires it through protocol, server, and generated clients, and merges it into sdk-next's plugin API. Also updates the sample plugin to register a primary agent instead of a subagent for local testing.
2026-07-01 00:53:53 -04:00
Kit Langton
c4ed481ceb
refactor(plugin): move tool implementation to plugin ( #34665 )
2026-06-30 23:30:56 -04:00
Kit Langton
274223dab3
feat(plugin): support plugin-provided tools ( #34619 )
2026-06-30 13:18:56 -04:00
Dax Raad
063f17382c
fix: stabilize v2 runtime behavior
2026-06-26 20:56:36 -04:00
Victor Navarro
cca3084696
feat(tui): add main branch source to diff mode ( #30942 )
2026-06-24 10:35:37 +00:00
opencode-agent[bot]
b83005fa98
chore: generate
2026-06-23 23:46:36 +00:00
Dax
5e12cf6751
feat(core): add opencode integration ( #33555 )
2026-06-23 23:45:02 +00:00
Dax Raad
2ccb306175
refactor(plugin): use direct runtime registry
2026-06-22 20:10:29 -04:00
Dax
9371e151f4
feat(plugin): add namespaced hook API ( #33416 )
2026-06-22 19:06:57 -04:00
Dax
f576efbfa8
feat(plugin): add v2 effect host ( #33111 )
2026-06-21 08:05:49 -04:00
Aiden Cline
cf357dc4df
feat(core): update Copilot for token-based billing ( #30181 )
2026-06-01 14:55:23 -05:00
Aiden Cline
bd13b39b5c
feat(plugin): add dispose hook ( #29493 )
2026-05-26 21:21:53 -05:00
James Long
58833d5701
fix(tui): default new sessions always to local project ( #28541 )
2026-05-20 18:35:37 -04:00
Sebastian
e7ce2cb2ce
use keymap state for layer visibility ( #26246 )
2026-05-19 17:07:26 +02:00
James Long
71e10d2689
fix(plugin): ask in tools from plugins returns promise instead of effect ( #28217 )
2026-05-18 18:57:29 +00:00
Aiden Cline
d23a7b137d
fix(tool): bridge custom tool zod metadata ( #27770 )
2026-05-15 14:50:21 -05:00
Aiden Cline
7ea63f84fb
fix(tool): preserve custom tool arg descriptions ( #27750 )
...
Co-authored-by: khimaros <231498+khimaros@users.noreply.github.com >
2026-05-15 10:11:01 -05:00
Sebastian
18c1e45c76
Add TUI notifications and attention sounds (disabled by default) ( #26980 )
2026-05-13 03:26:25 +02:00
Aiden Cline
c314ae25cb
fix(plugin): preserve tool attachments ( #27157 )
2026-05-12 16:23:15 -05:00
Musa
d10af17839
feat(plugin): add DigitalOcean OAuth + Inference Routers ( #26095 )
2026-05-12 16:22:40 -05:00
Dax
970fe5b840
Track session usage totals ( #26644 )
2026-05-12 01:18:57 -04:00