Commit Graph

389 Commits

Author SHA1 Message Date
opencode-agent[bot] 3084c22d87 chore: generate 2026-04-30 15:46:04 +00:00
Aiden Cline 60f88a613c chore: rm broken codesearch tool (#24992) 2026-04-29 13:15:44 -05:00
opencode-agent[bot] 7342414325 chore: generate 2026-04-28 20:50:56 +00:00
James Long 29be8a7333 feat(core): filter sessions by path and add setting to disable (#24849) 2026-04-28 16:49:13 -04:00
James Long 247e4688a6 feat(core): store relative path for sessions (#24704) 2026-04-28 11:51:24 -04:00
Kit Langton 6efff9327a fix(httpapi): preserve mcp oauth error parity (#24706) 2026-04-27 22:33:21 -04:00
Kit Langton 9abde46e52 fix(httpapi): preserve provider oauth authorize parity (#24703) 2026-04-27 21:48:50 -04:00
opencode-agent[bot] 687081b792 chore: generate 2026-04-28 00:54:28 +00:00
opencode-agent[bot] fbf128bbcd chore: generate 2026-04-27 18:34:44 +00:00
Luke Parker 7454f363db feat: configurable shell selection + desktop settings UI (#20602) 2026-04-27 00:54:55 +00:00
opencode-agent[bot] 2cf505f2a6 chore: generate 2026-04-25 17:31:57 +00:00
Dax Raad 56405bf0c5 core: permission config schema now provides full IntelliSense for all tool permission keys
The permission configuration previously used a generic record type that didn't offer editor completions. Updated the schema to explicitly list all tool permission keys (read, edit, glob, grep, list, bash, task, external_directory, lsp, skill, todowrite, question, webfetch, websearch, codesearch, doom_loop) with proper types, enabling autocomplete when editing permission files.
2026-04-25 09:48:09 -04:00
opencode-agent[bot] 1d9c6bc5b1 chore: generate 2026-04-25 13:19:42 +00:00
opencode-agent[bot] cffa04fc74 chore: generate 2026-04-23 21:44:44 +00:00
Kit Langton baa1493582 refactor(sync): make session events schema-first (#24019) 2026-04-23 12:43:08 -04:00
Kit Langton 5ada6e2456 refactor(core): migrate ConfigPermission.Info to Effect Schema canonical (#23740) 2026-04-21 17:33:13 -04:00
Aiden Cline 2d908487dd tweak: rename tail_tokens -> preserve_recent_tokens (#23491) 2026-04-20 01:06:29 -05:00
opencode-agent[bot] 9d78f7e852 chore: generate 2026-04-19 23:48:44 +00:00
Kit Langton dbd1131e3d refactor(config): migrate skills, formatter, console-state to Effect Schema (#23162) 2026-04-17 20:49:36 +00:00
James Long bc5ef2be93 fix(core): add historical sync on workspace connect (#23121) 2026-04-17 13:30:09 -04:00
opencode-agent[bot] 152c26a567 chore: generate 2026-04-17 13:53:11 +00:00
James Long cfc87d84a6 refactor(core): move server routes around to clarify workspacing (#23031) 2026-04-17 02:06:20 -04:00
Dax 8e9172e230 refactor: make formatter config opt-in (#22997) 2026-04-17 02:33:09 +00:00
opencode-agent[bot] b7733d83fd chore: generate 2026-04-16 07:15:05 +00:00
opencode-agent[bot] 6071cafce1 chore: generate 2026-04-16 03:28:30 +00:00
Kit Langton 949ac8ed15 feat: enable type-aware no-floating-promises rule, fix all 177 violations (#22741)
publish-github-action / publish (push) Has been cancelled
2026-04-15 23:27:32 -04:00
Kit Langton 021fe76e47 fix: clean up 49 unused variables, catch params, and stale imports (#22695) 2026-04-16 02:01:53 +00:00
James Long 4aa52779d0 feat(core): sync routes, refactor proxy, session restore, and more syncing (#22518) 2026-04-15 10:18:48 -04:00
Kit Langton f1635f29d6 fix(question): restore flat reply sdk shape (#22487) 2026-04-14 16:57:32 -04:00
opencode-agent[bot] 20ea688b38 chore: generate 2026-04-14 19:45:10 +00:00
James Long 0ee6e47bde refactor(core): publish sync events to global event stream (#22347) 2026-04-13 16:51:59 -04:00
opencode-agent[bot] c0e2d7c40e chore: generate 2026-04-13 17:37:41 +00:00
opencode-agent[bot] 13fd3f36cd chore: generate 2026-04-13 14:18:05 +00:00
Brendan Allan 90ca9d91c6 sdk: throw error if response has text/html content type (#21289) 2026-04-13 09:39:53 +08:00
opencode-agent[bot] 1b9e337dbc chore: generate 2026-04-12 00:58:05 +00:00
Tommy D. Rossi 04559e85ab feat: allow session permission updates (#22070) 2026-04-11 17:14:30 -05:00
opencode-agent[bot] b027cc52fc chore: generate 2026-04-11 20:56:22 +00:00
opencode-agent[bot] 21f82c881f chore: generate 2026-04-11 03:53:48 +00:00
opencode-agent[bot] b003e0d406 chore: generate 2026-04-11 02:04:02 +00:00
opencode-agent[bot] 62faf81122 chore: generate 2026-04-11 01:48:25 +00:00
James Long a37b37d00c rector(core,tui): handle workspace state in project context, add workspace status, improve ui (#21896) 2026-04-10 13:03:20 -04:00
James Long 10ce83d5e4 refactor(tui): switch to global events and start passing workspace param (#21719) 2026-04-10 10:47:27 -04:00
opencode-agent[bot] 9149024c1d chore: generate 2026-04-09 20:29:48 +00:00
opencode-agent[bot] 35f3e332e0 chore: generate 2026-04-09 20:05:05 +00:00
opencode-agent[bot] cd3ab0e03d chore: generate 2026-04-09 16:47:02 +00:00
Dax 19e24a5850 refactor: fix tool call state handling and clean up imports (#21709) 2026-04-09 11:56:19 -04:00
Aiden Cline 802a7905ec tweak: separate ModelsDev.Model and Config model schemas (#21561) 2026-04-08 15:55:14 -05:00
Aiden Cline 808d35190d fix: ensure that /providers list and shell endpoints are correctly typed in sdk and openapi schema (#21543) 2026-04-08 12:56:15 -05:00
Dax 6cc1116f8e refactor(snapshot): store unified patches in file diffs (#21244)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
2026-04-07 19:48:23 -04:00
Dax b2aee46183 core: refactor tool system to remove agent context from initialization (#21052) 2026-04-07 19:48:12 -04:00