Commit Graph

4055 Commits

Author SHA1 Message Date
Kit Langton 516d5a158c refactor(session): pass project to list (#25215) 2026-04-30 23:00:59 -04:00
Kit Langton 6ff1049d41 fix(httpapi): omit absent optional response fields (#25214) 2026-05-01 02:38:32 +00:00
Kit Langton 6e79f20932 fix(tui): scope Zed editor context to containing workspaces (#25211) 2026-04-30 22:33:39 -04:00
Kit Langton 5fd7ed114f refactor(httpapi): scope async prompt fiber (#25213) 2026-04-30 22:33:02 -04:00
opencode-agent[bot] 1201bd23d2 chore: generate 2026-05-01 02:26:56 +00:00
Kit Langton 63e8f112cd refactor(httpapi): drop session prompt bridge (#25210) 2026-04-30 22:25:52 -04:00
opencode-agent[bot] 18dbc78a1b chore: generate 2026-05-01 01:46:55 +00:00
Kit Langton ca66215e5c refactor(session): yield instance context in system prompt (#25207) 2026-04-30 21:45:48 -04:00
Kit Langton 06346a9c2e refactor(file): yield instance context in watcher (#25205) 2026-04-30 21:45:21 -04:00
Kit Langton 30272ee106 refactor(sync): capture instance context for publish (#25206) 2026-04-30 21:45:02 -04:00
Kit Langton f67c255cb6 refactor(project): yield instance context in bootstrap (#25204) 2026-04-30 21:44:52 -04:00
Kit Langton ec7b84d06c refactor(session): yield instance context in llm (#25200) 2026-04-30 21:29:28 -04:00
opencode-agent[bot] ffca795864 chore: generate 2026-05-01 01:28:37 +00:00
OpeOginni 9cd86e3ba2 fix(desktop): Prevent Model response Interruption when opening settings dialog (#25114) 2026-05-01 01:27:38 +00:00
Kit Langton 3306e7388f Pass CORS options to HttpApi backend (#25201) 2026-04-30 21:26:32 -04:00
Kit Langton 3a7cd2dbee refactor(tool): yield InstanceState context (#25199) 2026-04-30 21:01:06 -04:00
Kit Langton dd31478899 Document HttpApi route patterns (#25188) 2026-04-30 20:48:14 -04:00
Kit Langton 0e7820c4cb refactor(tool/read): yield InstanceState.context instead of reading ALS (#25183) 2026-04-30 20:33:04 -04:00
Kit Langton 8c17784d2d refactor(httpapi): preserve typed errors in session prompt handlers (#25181) 2026-04-30 20:04:00 -04:00
opencode-agent[bot] 339a2581cd chore: generate 2026-05-01 00:03:55 +00:00
Kit Langton 3cf924c51c Serve instance events through HttpApiBuilder (#25182) 2026-04-30 20:02:46 -04:00
opencode-agent[bot] 6fbe1b56c2 chore: generate 2026-04-30 23:37:58 +00:00
Kit Langton 9788be5276 Avoid request-time HttpApi layer provisioning (#25179) 2026-04-30 19:36:57 -04:00
opencode-agent[bot] 05d849d89c chore: generate 2026-04-30 23:29:58 +00:00
Kit Langton b79d868bbe refactor(session): align prompt input types with their schemas (#25178) 2026-04-30 19:28:46 -04:00
opencode-agent[bot] 6ed09d8a73 chore: generate 2026-04-30 23:25:10 +00:00
Kit Langton 8054e77dc1 Build HttpApi UI route from services (#25177) 2026-04-30 19:24:10 -04:00
opencode-agent[bot] 6f38c7e892 chore: generate 2026-04-30 23:06:57 +00:00
Sewer. 4737f0b6e8 fix(provider): split providerOptions key on dot for openai-compatible, openai, and anthropic providers (#25145) 2026-04-30 18:05:56 -05:00
opencode-agent[bot] 9fa2102096 chore: generate 2026-04-30 22:51:09 +00:00
Kit Langton d59b179f07 Protect HttpApi web UI fallback with auth (#25169) 2026-04-30 18:49:54 -04:00
Aiden Cline 27aba83a72 fix: ensure user config takes precendence over plugin hooks for model resolution (#25167) 2026-04-30 17:15:56 -05:00
Kit Langton c0f3526ce2 Fix HttpApi web UI fallback (#25163) 2026-04-30 17:43:18 -04:00
opencode-agent[bot] 2c77506439 chore: generate 2026-04-30 21:04:24 +00:00
Aiden Cline b6cf4bd356 tweak: adjust codex plugin to use the models hook (#25157) 2026-04-30 16:03:07 -05:00
Kit Langton 83175c48a9 Add SyncEvent service (#25158) 2026-04-30 16:45:26 -04:00
Kit Langton 7f007e3e29 Fix HttpApi raw route authorization (#25154) 2026-04-30 19:55:20 +00:00
Kit Langton 186abfc717 Refactor workspace service boundaries (#25152) 2026-04-30 15:34:37 -04:00
Kit Langton e8ae2fc3c2 Isolate TUI thread cwd resolution test (#25147) 2026-04-30 15:10:30 -04:00
Kit Langton 5a41a21f26 Use PTY service directly in HTTP routes (#25138) 2026-04-30 14:24:43 -04:00
Kit Langton 738a379fd5 Support multiple Zed selections in TUI context (#25140) 2026-04-30 14:15:50 -04:00
Kit Langton 206a032c6f Use workspace service in HTTP routes (#25139) 2026-04-30 13:57:25 -04:00
Kit Langton 50f540b418 Preserve workspace context in session HTTP routes (#25136) 2026-04-30 13:53:26 -04:00
Kit Langton ef11a6a9c7 test: use testEffect for system prompt test (#25047) 2026-04-30 12:51:32 -04:00
Aiden Cline 3df566eee2 fix: ensure disabling OPENCODE_DISABLE_CLAUDE_CODE_SKILLS doesnt disable external skills too (#25123) 2026-04-30 11:15:53 -05:00
Kit Langton f5cbfb0ef8 test: use testEffect for instruction tests (#25046) 2026-04-30 11:48:13 -04:00
opencode-agent[bot] 3084c22d87 chore: generate 2026-04-30 15:46:04 +00:00
James Long 07ecaa2562 refactor(core): convert control-plane workspace to Effect (#25018) 2026-04-30 11:44:58 -04:00
opencode-agent[bot] d8c735fee9 chore: generate 2026-04-30 15:08:03 +00:00
Kit Langton 210b03d342 test: port instance HttpApi path/vcs read coverage to Effect 2026-04-30 11:07:00 -04:00