Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
103 commits
Select commit Hold shift + click to select a range
656fa19
refactor: lsp server and core improvements
thdxr Mar 10, 2026
e8ee1e2
sync
thdxr Mar 10, 2026
173128d
Update packages/opencode/src/npm/index.ts
thdxr Mar 10, 2026
27f3598
Update packages/opencode/src/util/which.ts
thdxr Mar 10, 2026
0e176d3
sync
thdxr Mar 10, 2026
528daf5
core: dynamically resolve formatter executable paths at runtime
thdxr Mar 10, 2026
a9b01be
core: disable npm bin links to fix package installation in sandboxed …
thdxr Mar 10, 2026
0cdd4e4
core: fix dependency installation failures behind corporate proxies o…
thdxr Mar 10, 2026
4c57e39
core: enable npm bin links on non-Windows platforms to allow plugin e…
thdxr Mar 10, 2026
85c2bb3
core: fix npm dependency installation on Windows CI by disabling bin …
thdxr Mar 10, 2026
124a8ab
tui: export sessions using consistent Filesystem API instead of Bun.w…
thdxr Mar 10, 2026
b1a15d5
sync
thdxr Mar 10, 2026
ceb79c7
core: fix CLI tools from npm packages not being accessible after inst…
thdxr Mar 10, 2026
0ff8bfe
sync
thdxr Mar 10, 2026
58cf092
core: log npm install errors to console for debugging dependency fail…
thdxr Mar 10, 2026
0faa191
sync
thdxr Mar 10, 2026
58a4cd0
sync
thdxr Mar 10, 2026
2678ceb
sync
thdxr Mar 10, 2026
3c2fda4
core: fix custom tool loading to properly resolve module paths
thdxr Mar 10, 2026
b2eae86
tui: fix Windows plugin loading by using direct paths instead of file…
thdxr Mar 10, 2026
2f41d89
fix: work around Bun/Windows UV_FS_O_FILEMAP incompatibility in tar (…
Hona Mar 10, 2026
5dc8b4e
core: add Node.js runtime support
thdxr Mar 10, 2026
406d216
refactor(server): replace Bun serve with Hono node adapters
thdxr Mar 9, 2026
070c167
core: bundle database migrations into node build and auto-start serve…
thdxr Mar 10, 2026
d4e51e0
sync
thdxr Mar 10, 2026
d67e877
core: remove shell execution and server URL from plugin API
thdxr Mar 10, 2026
5f277d1
core: return structured server info with stop method from workspace s…
thdxr Mar 10, 2026
21e72cb
core: cleaner error output and more flexible custom tool directories
thdxr Mar 10, 2026
4d81e2d
sync
thdxr Mar 10, 2026
a28648f
core: enable running in non-Bun environments by using standard Node.j…
thdxr Mar 10, 2026
4d5da96
sync
thdxr Mar 10, 2026
040700d
unbreak
thdxr Mar 10, 2026
b99de41
refactor(npm): inline pkgPath and lockPath variables
thdxr Mar 10, 2026
cb5674e
sync
thdxr Mar 10, 2026
6ad171d
Merge branch 'dev' into opencode-2-0
thdxr Mar 10, 2026
7910ce5
fix: guard Npm.which() against infinite loop when .bin is empty (#16961)
Hona Mar 11, 2026
870a573
refactor: lsp server and core improvements
thdxr Mar 10, 2026
6722ee2
sync
thdxr Mar 10, 2026
e6bf830
Update packages/opencode/src/npm/index.ts
thdxr Mar 10, 2026
c10b588
Update packages/opencode/src/util/which.ts
thdxr Mar 10, 2026
4a6a18c
sync
thdxr Mar 10, 2026
721b240
core: dynamically resolve formatter executable paths at runtime
thdxr Mar 10, 2026
8e102d1
core: disable npm bin links to fix package installation in sandboxed …
thdxr Mar 10, 2026
1b408cf
core: fix dependency installation failures behind corporate proxies o…
thdxr Mar 10, 2026
0b5d54f
core: enable npm bin links on non-Windows platforms to allow plugin e…
thdxr Mar 10, 2026
ca26e63
core: fix npm dependency installation on Windows CI by disabling bin …
thdxr Mar 10, 2026
fac0aec
tui: export sessions using consistent Filesystem API instead of Bun.w…
thdxr Mar 10, 2026
791e27d
sync
thdxr Mar 10, 2026
dd0c258
core: fix CLI tools from npm packages not being accessible after inst…
thdxr Mar 10, 2026
655fe20
sync
thdxr Mar 10, 2026
ced125a
core: log npm install errors to console for debugging dependency fail…
thdxr Mar 10, 2026
a18528a
sync
thdxr Mar 10, 2026
5ea92ea
sync
thdxr Mar 10, 2026
2a98920
sync
thdxr Mar 10, 2026
5325b2e
core: fix custom tool loading to properly resolve module paths
thdxr Mar 10, 2026
5e069aa
tui: fix Windows plugin loading by using direct paths instead of file…
thdxr Mar 10, 2026
4f82248
fix: work around Bun/Windows UV_FS_O_FILEMAP incompatibility in tar (…
Hona Mar 10, 2026
0ec4258
core: add Node.js runtime support
thdxr Mar 10, 2026
88dae67
refactor(server): replace Bun serve with Hono node adapters
thdxr Mar 9, 2026
66342ac
core: bundle database migrations into node build and auto-start serve…
thdxr Mar 10, 2026
4cba561
sync
thdxr Mar 10, 2026
0b686b8
core: remove shell execution and server URL from plugin API
thdxr Mar 10, 2026
3154f0a
core: return structured server info with stop method from workspace s…
thdxr Mar 10, 2026
190319f
core: cleaner error output and more flexible custom tool directories
thdxr Mar 10, 2026
1ac3971
sync
thdxr Mar 10, 2026
bca723e
core: enable running in non-Bun environments by using standard Node.j…
thdxr Mar 10, 2026
27ab51f
sync
thdxr Mar 10, 2026
be6f590
unbreak
thdxr Mar 10, 2026
f0b7c8c
refactor(npm): inline pkgPath and lockPath variables
thdxr Mar 10, 2026
2e04b66
sync
thdxr Mar 10, 2026
fb63fd7
cleanup
thdxr Mar 11, 2026
04954a9
Merge remote-tracking branch 'origin/opencode-2-0' into opencode-2-0
thdxr Mar 11, 2026
6f5b2f7
wip: node-pty
adamdotdevin Mar 11, 2026
0a53f8e
chore: cleanup
adamdotdevin Mar 11, 2026
63af295
Merge origin/dev into opencode-2-0
thdxr Mar 19, 2026
bd7a4ce
sync
thdxr Mar 19, 2026
b5ebc54
Merge remote-tracking branch 'origin/dev' into opencode-2-0
thdxr Mar 19, 2026
48e867e
Merge remote-tracking branch 'origin/dev' into opencode-2-0
thdxr Mar 19, 2026
850dbb9
Merge remote-tracking branch 'origin/dev' into opencode-2-0
thdxr Mar 19, 2026
0293a8b
chore: revert changes overlapping with #18308
thdxr Mar 20, 2026
08b6d9c
sync
thdxr Mar 20, 2026
fcf1bb0
chore: update lockfile and package.json
thdxr Mar 20, 2026
2bfe81e
chore: extract SQLite abstraction into separate PR (#refactor/sqlite-…
thdxr Mar 20, 2026
9439a56
chore: revert drizzle upgrade (extracted to sqlite PR)
thdxr Mar 20, 2026
f5783c4
chore: extract portable process changes into #18318
thdxr Mar 20, 2026
d473b7e
chore: extract which/global changes into #18320
thdxr Mar 20, 2026
b9b210a
Merge branch 'dev' into opencode-2-0
thdxr Mar 20, 2026
cbc40a5
chore: extract node entry point into #18324
thdxr Mar 20, 2026
65e7862
chore: extract OAuth changes into #18327
thdxr Mar 20, 2026
3eeeec3
chore: extract misc fixes into #18328
thdxr Mar 20, 2026
b77c797
Merge branch 'dev' into refactor/hono-server
thdxr Mar 20, 2026
37ff5aa
Merge branch 'dev' into refactor/hono-server
thdxr Mar 20, 2026
a6bff14
Merge branch 'dev' into refactor/hono-server
thdxr Mar 20, 2026
ada7b11
Merge branch 'dev' into pr-18335
thdxr Mar 26, 2026
282ab0f
Merge branch 'node-pty' into pr-18335
thdxr Mar 26, 2026
57f7d39
sync
thdxr Mar 27, 2026
5079bf8
expect error
thdxr Mar 27, 2026
0b93d2d
Merge branch 'dev' into refactor/hono-server
Brendonovich Apr 1, 2026
751d42d
cleanup
Brendonovich Apr 1, 2026
529a4d5
fix(build-node): preserve Bun linker for node-pty install (#20364)
Hona Apr 1, 2026
0d28d22
Merge branch 'dev' into refactor/hono-server
Brendonovich Apr 6, 2026
8c7560e
Merge branch 'dev' into refactor/hono-server
thdxr Apr 6, 2026
45220b4
fix: e2e-local script
adamdotdevin Apr 6, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
core: log npm install errors to console for debugging dependency fail…
…ures
  • Loading branch information
thdxr committed Mar 10, 2026
commit 58cf092105c2c2c523551406f6452618a6dce908
1 change: 1 addition & 0 deletions packages/opencode/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ export namespace Config {
// Install any additional dependencies defined in the package.json
// This allows local plugins and custom tools to use external packages
await Npm.install(dir).catch((err: any) => {
console.log(err)
log.warn("failed to install dependencies", { dir, error: err.message })
})
}
Expand Down