Commit Graph

112 Commits

Author SHA1 Message Date
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
Sebastian 4197273544 Plugin command API shim (#26564) 2026-05-09 21:56:49 +02:00
Sebastian 4d6a1c6101 flatten to keybind compatible config (#26421) 2026-05-09 01:29:13 +02:00
Sebastian e39b558e44 internal which-key plugin, inactive by default (#26337) 2026-05-08 13:55:49 +02:00
Sebastian 4785e66cc6 introduce opentui keymap as sole key/cmd engine (#26053) 2026-05-07 20:35:31 +02:00
Kit Langton e159608e59 refactor: rename workspace adapters (#25272) 2026-05-01 07:36:52 -04:00
opencode-agent[bot] 239a6481dd chore: generate 2026-04-20 17:43:32 +00:00
James Murdza 4095d1989a fix(plugin): add env parameter to WorkspaceAdaptor.create type (#23235) 2026-04-20 13:41:38 -04:00