Aiden Cline
802534891c
fix: ensure copilot model list filters out disabled models
2026-04-17 15:50:43 -05:00
Kit Langton
3431dfb8b8
refactor: unwrap ServerProxy namespace + self-reexport ( #22954 )
2026-04-16 21:40:31 +00:00
Kit Langton
fefe8b500a
refactor: unwrap FileWatcher namespace + self-reexport ( #22941 )
2026-04-16 17:39:56 -04:00
Kit Langton
5b8573e804
refactor: unwrap FileTime namespace + self-reexport ( #22940 )
2026-04-16 17:39:53 -04:00
Kit Langton
40123cbe2d
refactor: unwrap Server namespace + self-reexport ( #22955 )
2026-04-16 21:39:52 +00:00
Kit Langton
016c641860
refactor: unwrap Ripgrep namespace + self-reexport ( #22939 )
2026-04-16 17:39:50 -04:00
Kit Langton
b41b0e3d2d
refactor: unwrap MDNS namespace + self-reexport ( #22953 )
2026-04-16 21:38:47 +00:00
Kit Langton
3d3e50ebf0
refactor: unwrap Identifier namespace + self-reexport ( #22932 )
2026-04-16 17:37:51 -04:00
Kit Langton
0abc0d541a
refactor: unwrap BusEvent namespace + self-reexport ( #22930 )
2026-04-16 17:37:47 -04:00
Dax Raad
3f3989e694
fix type error
2026-04-16 17:35:56 -04:00
opencode-agent[bot]
b4667d9b0d
chore: generate
2026-04-16 21:33:01 +00:00
Dax Raad
3c68d75776
import performance improvements
2026-04-16 17:31:43 -04:00
Kit Langton
23ed876835
fix: narrow several from any type assertions in opencode core ( #22926 )
2026-04-16 17:15:18 -04:00
Kit Langton
0e86466f99
refactor: unwrap Discovery namespace to flat exports + self-reexport ( #22878 )
2026-04-16 16:59:30 -04:00
Kit Langton
32548bcb4a
refactor: unwrap ConfigPlugin namespace to flat exports + self-reexport ( #22876 )
2026-04-16 16:59:17 -04:00
James Long
86c54c5acc
fix(tui): minor logging cleanup ( #22924 )
2026-04-16 16:58:17 -04:00
Aiden Cline
ae584332b3
fix: uncomment import ( #22923 )
2026-04-16 15:56:29 -05:00
Kit Langton
1694c5bfe1
refactor: collapse file barrel into file/index.ts ( #22901 )
2026-04-16 16:56:09 -04:00
Kit Langton
cdfbb26c00
refactor: collapse bus barrel into bus/index.ts ( #22902 )
2026-04-16 16:55:57 -04:00
thakrarsagar
610c036ef1
fix(opencode): use low reasoning effort for GitHub Copilot gpt-5 models ( #22824 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com >
2026-04-16 15:44:58 -05:00
Kit Langton
2638e2acfa
refactor: collapse plugin barrel into plugin/index.ts ( #22914 )
2026-04-16 20:37:13 +00:00
Kit Langton
49bbea5aed
refactor: collapse snapshot barrel into snapshot/index.ts ( #22916 )
2026-04-16 20:36:45 +00:00
Kit Langton
5fccdc9fc7
refactor: collapse mcp barrel into mcp/index.ts ( #22913 )
2026-04-16 20:36:23 +00:00
Kit Langton
664b2c36e8
refactor: collapse git barrel into git/index.ts ( #22909 )
2026-04-16 20:36:07 +00:00
Kit Langton
964474a1b1
refactor: collapse permission barrel into permission/index.ts ( #22915 )
2026-04-16 20:36:04 +00:00
Kit Langton
ab15fc1575
refactor: collapse npm barrel into npm/index.ts ( #22911 )
2026-04-16 20:36:02 +00:00
Kit Langton
99d392a4fb
refactor: collapse skill barrel into skill/index.ts ( #22912 )
2026-04-16 20:35:43 +00:00
Kit Langton
ae9a696607
refactor: collapse installation barrel into installation/index.ts ( #22910 )
2026-04-16 20:35:28 +00:00
Kit Langton
bd51a0d35b
refactor: collapse worktree barrel into worktree/index.ts ( #22906 )
2026-04-16 20:35:26 +00:00
Kit Langton
8c191b10c2
refactor: collapse ide barrel into ide/index.ts ( #22904 )
2026-04-16 20:35:04 +00:00
Kit Langton
cb6a9253fe
refactor: collapse sync barrel into sync/index.ts ( #22907 )
2026-04-16 20:34:33 +00:00
Kit Langton
23f97ac49d
refactor: collapse global barrel into global/index.ts ( #22905 )
2026-04-16 20:33:52 +00:00
opencode-agent[bot]
021ab50fb1
chore: generate
2026-04-16 20:31:50 +00:00
Kit Langton
3fe906f517
refactor: collapse command barrel into command/index.ts ( #22903 )
2026-04-16 20:30:52 +00:00
James Long
a8d8a35cd3
feat(core): pass auth data to workspace ( #22897 )
2026-04-16 16:30:11 -04:00
Kit Langton
9b77430d0d
refactor: collapse env barrel into env/index.ts ( #22900 )
2026-04-16 16:29:54 -04:00
Kit Langton
1045a43603
refactor: collapse format barrel into format/index.ts ( #22898 )
2026-04-16 16:29:51 -04:00
James Long
26af77cd1e
fix(core): fix detection of local installation channel ( #22899 )
2026-04-16 20:26:33 +00:00
Dax Raad
25a9de301a
core: eager load config on startup for better traces and refactor npm install for improved error reporting
...
Config is now loaded eagerly during project bootstrap so users can see config loading in traces during startup. This helps diagnose configuration issues earlier in the initialization flow.
NPM installation logic has been refactored with a unified reify function and improved InstallFailedError that includes both the packages being installed and the target directory. This provides users with complete context when package installations fail, making it easier to identify which dependency or project directory caused the issue.
2026-04-16 16:23:19 -04:00
Kit Langton
e0d71f124e
tooling: add collapse-barrel.ts for single-namespace barrel migration ( #22887 )
2026-04-16 16:12:46 -04:00
Kit Langton
1c33b866ba
fix: remove 10 more unnecessary as any casts in opencode core ( #22882 )
2026-04-16 20:11:05 +00:00
Kobi Hudson
5e650fd9e2
fix(opencode): drop max_tokens for OpenAI reasoning models on Cloudflare AI Gateway ( #22864 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-04-16 15:01:21 -05:00
Kit Langton
76275fc3ab
refactor: move Pty into pty/index.ts with self-reexport ( #22881 )
2026-04-16 15:49:21 -04:00
Aiden Cline
6c3b28db64
fix: ensure that double pasting doesnt happen after tui perf commit was merged ( #22880 )
2026-04-16 14:38:39 -05:00
Kit Langton
2fe9d94470
fix: remove 8 more unnecessary as any casts in opencode core ( #22877 )
2026-04-16 19:27:53 +00:00
Kit Langton
219b473e66
refactor: unwrap BashArity namespace to flat exports + self-reexport ( #22874 )
2026-04-16 15:24:24 -04:00
opencode-agent[bot]
7c1b30291c
chore: update nix node_modules hashes
2026-04-16 19:19:52 +00:00
Aiden Cline
47e0e2342c
tweak: set display 'summarized' by default for opus 4.7 thorugh messages api ( #22873 )
2026-04-16 14:12:43 -05:00
Kit Langton
bf4c107829
fix: remove 7 unnecessary as any casts in opencode core ( #22840 )
2026-04-16 15:07:02 -04:00
Dax
9afbdc102c
fix(test): make plugin loader theme source path separator-safe ( #22870 )
2026-04-16 14:45:17 -04:00