opencode/packages/shared
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
..
src core: eager load config on startup for better traces and refactor npm install for improved error reporting 2026-04-16 16:23:19 -04:00
test feat: enable type-aware no-base-to-string rule, fix 56 violations (#22750) 2026-04-16 03:50:47 +00:00
package.json fix: add missing glob dependency (#22851) 2026-04-16 13:21:04 -05:00
tsconfig.json CLI perf: reduce deps (#22652) 2026-04-16 02:03:03 -04:00