mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-20 02:03:16 +00:00
Expand configured extension directories from settings.json (#480)
* Expand configured extension directories * Extract resolveExtensionEntries helper for directory resolution * Update CHANGELOG for extension directory resolution
This commit is contained in:
parent
1922db81a2
commit
132ff1e7e4
2 changed files with 60 additions and 24 deletions
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Changed
|
||||
|
||||
- Configured extension directories now respect `package.json` manifests: when a directory is specified in `settings.json` extensions array, it now checks for `pi.extensions` in `package.json` first, then falls back to `index.ts`/`index.js`
|
||||
|
||||
## [0.37.1] - 2026-01-05
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue