feat(coding-agent): flush registerProvider immediately after bindCore, add unregisterProvider
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
- `pi.unregisterProvider(name)` removes a dynamically registered provider and its models from the registry without requiring `/reload`. Built-in models that were overridden by the provider are restored.
|
||||
|
||||
### Fixed
|
||||
|
||||
- `pi.registerProvider()` now takes effect immediately when called after the initial extension load phase (e.g. from a command handler). Previously the registration sat in a pending queue that was never flushed until the next `/reload`.
|
||||
|
||||
## [0.53.0] - 2026-02-17
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
Reference in New Issue
Block a user