mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 03:03:44 +00:00
Use @mariozechner/jiti fork with virtualModules for extension loading in Bun binary
- Switch from jiti to @mariozechner/jiti fork - Use virtualModules option for bundled packages in compiled binary - Disable tryNative so jiti handles all nested imports - Lazy-load pi-coding-agent to avoid circular dependency
This commit is contained in:
parent
cedd8fe306
commit
1919fd7c9c
4 changed files with 243 additions and 29 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
### Fixed
|
||||
|
||||
- Extensions now load correctly in compiled Bun binary by using jiti for module resolution with proper alias handling
|
||||
- Extensions now load correctly in compiled Bun binary using `@mariozechner/jiti` fork with `virtualModules` support. Bundled packages (`@sinclair/typebox`, `@mariozechner/pi-tui`, `@mariozechner/pi-ai`, `@mariozechner/pi-coding-agent`) are accessible to extensions without filesystem node_modules.
|
||||
|
||||
## [0.45.1] - 2026-01-13
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue