Dax Raad
3ae93f1676
fix(core): skip unchanged plugin activation
2026-07-10 20:49:16 -04:00
Dax Raad
0121735d90
fix(core): restore plugins after failed activation
2026-07-09 16:28:22 -04:00
Dax
a0233521c7
feat(plugin): add session request hook ( #35794 )
2026-07-07 19:56:47 -04:00
Dax Raad
dae0e3e949
feat(plugin): publish generation updates
2026-07-05 17:21:39 -04:00
Dax Raad
1cbc62f5b5
fix(core): reload local plugins on file changes
2026-07-05 16:54:17 -04:00
Dax Raad
7d02fd95aa
feat(core): manage configurable plugin generations
2026-07-05 15:59:44 -04:00
Kit Langton
f45c7dd65a
chore: effect pattern lint infrastructure ( #35210 )
2026-07-03 13:58:26 -04: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
James Long
5e2b06579a
chore: merge dev into v2 ( #34788 )
...
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com >
Co-authored-by: Kit Langton <kit.langton@gmail.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Affan Ali <93028901+affanali2k3@users.noreply.github.com >
Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com >
Co-authored-by: Frank <frank@anoma.ly >
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴 <little-frank@opencord.local >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com >
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com >
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com >
Co-authored-by: Ben Guthrie <benjee.012@gmail.com >
Co-authored-by: Dax <mail@thdxr.com >
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com >
Co-authored-by: Max Anderson <max.a.anderson95@gmail.com >
Co-authored-by: Brendan Allan <git@brendonovich.dev >
Co-authored-by: Jack <jack@anoma.ly >
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
Co-authored-by: Dustin Deus <deusdustin@gmail.com >
Co-authored-by: starptech <starptech@starptechs-MBP.fritz.box >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
Co-authored-by: usrnk1 <7547651+usrnk1@users.noreply.github.com >
Co-authored-by: Jay <53023+jayair@users.noreply.github.com >
Co-authored-by: runvip <164729189+runvip@users.noreply.github.com >
Co-authored-by: opencode <opencode@sst.dev >
Co-authored-by: Julian Coy <julian@ex-machina.co >
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com >
2026-07-01 17:12:00 -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
274223dab3
feat(plugin): support plugin-provided tools ( #34619 )
2026-06-30 13:18:56 -04:00
Kit Langton
c64a4b7557
chore: merge dev into v2 ( #34317 )
...
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Affan Ali <93028901+affanali2k3@users.noreply.github.com >
Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com >
Co-authored-by: Frank <frank@anoma.ly >
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: James Long <longster@gmail.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com >
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com >
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com >
Co-authored-by: Ben Guthrie <benjee.012@gmail.com >
Co-authored-by: Dax <mail@thdxr.com >
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com >
2026-06-28 11:30:38 -04:00
Kit Langton
ec48f9848a
refactor(schema): normalize module patterns ( #33770 )
2026-06-25 15:42:22 +00:00
Kit Langton
d359001a2b
refactor(schema): extract public event definitions ( #33579 )
2026-06-24 16:43:17 -04:00
Dax Raad
147b2a7e68
fix(core): await plugin readiness
2026-06-22 22:49:57 -04: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 Raad
6e038e22ea
fix(core): batch plugin shutdown
2026-06-22 09:04:29 -04:00
Dax
f576efbfa8
feat(plugin): add v2 effect host ( #33111 )
2026-06-21 08:05:49 -04:00
Dax
7489190405
feat(core): add connector authentication ( #31837 )
2026-06-11 06:31:17 +00:00
Kit Langton
540e83b6c8
feat(core): add embedded v2 session runtime and tool foundation ( #30632 )
2026-06-03 23:02:17 -04:00
Dax
07a4c49e30
feat(worktree): add managed workspace cloning ( #30117 )
2026-05-31 11:57:44 -04:00
Dax
e2a8e18298
refactor(core): move database schema ownership ( #29068 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-05-30 21:08:38 -04:00
Dax
999db7786c
feat(core): add location-scoped config loading ( #29625 )
2026-05-30 04:06:08 +00:00
Dax
106fa6518a
Rename v2 auth service to account ( #28260 )
2026-05-21 00:53:27 +00:00
Dax
0381c92481
core: expose v2 model listing API ( #25821 )
2026-05-13 14:43:08 +00:00