Commit Graph

53 Commits

Author SHA1 Message Date
Dax Raad dae0e3e949 feat(plugin): publish generation updates 2026-07-05 17:21:39 -04:00
Kit Langton cd2a2804e7 fix(protocol): keep internal events off SSE (#35378) 2026-07-04 21:12:45 -04:00
Kit Langton bb9f436047 fix(protocol): expose MCP tool change events (#35373) 2026-07-04 20:47:33 -04:00
Kit Langton 6a0a4968bd fix(tui): distinguish variant switch notices (#35315) 2026-07-04 10:58:56 -04:00
Dax Raad f9aae06022 feat(core): reload config on filesystem changes 2026-07-03 20:35:04 -04:00
Aiden Cline fbbb0ef97f fix(tui): expand MCP server errors in dialog (#35243) 2026-07-03 18:19:16 -05:00
Kit Langton 45b2057d91 refactor(schema): session shell payloads and event prefix restore (#35229) 2026-07-03 17:30:25 -04:00
Aiden Cline 1b7faa7cdb fix(core): clean up mcp event surface (#35221) 2026-07-03 13:43:21 -05:00
Kit Langton 0033be88fc refactor(schema): rename V2 session events and normalize payloads (#35217) 2026-07-03 14:25:59 -04:00
Kit Langton 3784670419 refactor(schema): declare event durability at definition level (#35172) 2026-07-03 12:35:35 -04:00
Shoubhit Dash e28b98b7fc feat(core): add mercurial adapter for vcs status and diff (#35141) 2026-07-03 17:42:25 +05:30
Shoubhit Dash 11f6ecfdb0 feat(core): expose V2 VCS status and diff APIs (#35129) 2026-07-03 16:49:03 +05:30
Aiden Cline 9749859a2e feat(core): rework form when conditions (#35115) 2026-07-03 04:23:20 -05:00
Aiden Cline 2c7287ab2e feat(core): global forms support (#35106) 2026-07-03 03:55:15 -05:00
Aiden Cline d6bd5d0978 feat(core): add form service (#35094) 2026-07-03 01:41:37 -05:00
Dax Raad 7a54335207 fix(schema): expose client-consumed events in the server manifest 2026-07-03 01:45:59 -04:00
Aiden Cline d22a93f462 fix(core): revert form service and mcp elicitation (#35080) 2026-07-03 00:32:10 -05:00
Kit Langton 85f34fc39b feat(core): deterministic session log replay with synced watermark (#35040) 2026-07-02 21:38:20 -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
Aiden Cline 7ac6e9dc79 fix(core): derive models.dev reasoning variants (#34726) 2026-07-02 00:23:46 -05: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 e826c7e3bc feat(core): add skill autoinvoke metadata 2026-07-01 15:13:40 -04:00
Dax Raad 6f72b5c73b feat: update session notices and skill reloads 2026-07-01 14:37:27 -04:00
Dax Raad cf8823136c feat(schema): publish package 2026-07-01 13:33:59 -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
Aiden Cline 7b1ec7a1ca feat(cli): add mcp list, add, auth, and logout commands (#34643) 2026-06-30 13:49:07 -05:00
Aiden Cline 511f5536ca feat(core): add mcp support (#34513) 2026-06-30 08:37:44 -05:00
Dax Raad 31db828104 feat(core): add native skill activation 2026-06-30 01:16:33 -04:00
Dax Raad 756c2dcde0 feat(tui): refresh agents after update events 2026-06-30 00:18:26 -04:00
Dax Raad cf692dd8d7 refactor(core): simplify session fork event 2026-06-29 16:16:13 -04:00
Dax Raad 710cea7f52 feat(core): add durable session fork event 2026-06-29 16:13:51 -04:00
Kit Langton 91d18cc9d7 feat(client): expose v2 project APIs (#34456) 2026-06-29 14:10:11 -04:00
Dax Raad 278108ef79 refactor(core): replace bash tool with shell tool 2026-06-29 00:44:17 -04:00
Kit Langton b538078804 fix(core): remove per-prompt system option (#34361) 2026-06-28 21:56:59 -04:00
Kit Langton 17199335ab feat(core): restore per-request system prompt (#34335) 2026-06-28 14:02:46 -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
Dax 84503f3353 feat(tui): wire up undo/redo and revert for V2 sessions (#34263) 2026-06-28 00:04:53 +00:00
Dax Raad 095388a5df feat(tui): add v2 terminal interface 2026-06-26 14:38:25 -04:00
Dax Raad 0adb097898 fix(core): resolve prompt attachment mime types 2026-06-26 13:51:00 -04:00
Kit Langton 622d8648bc feat(sdk): restore session runtime operations (#33777) 2026-06-25 14:23:01 -04:00
Kit Langton c41efd6f64 refactor(schema): isolate v1 contracts (#33769) 2026-06-25 17:26:47 +00:00
Kit Langton c31dc9c7b7 refactor(schema): tighten public contracts (#33771) 2026-06-25 17:10:23 +00:00
Kit Langton ec48f9848a refactor(schema): normalize module patterns (#33770) 2026-06-25 15:42:22 +00:00
Kit Langton 67531f5b89 refactor(protocol): extract server contracts (#33708) 2026-06-24 22:15:31 -04:00
Dax 00591ebff4 feat(core): add session snapshot and revert system (#33226) 2026-06-24 23:41:16 +00:00