mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 20:03:05 +00:00
Add custom tool dispose removal to CHANGELOG
This commit is contained in:
parent
ff78ac2f84
commit
b123df5fab
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@
|
|||
- **SessionManager**:
|
||||
- `getSessionFile()` now returns `string | undefined` (undefined for in-memory sessions)
|
||||
- **Themes**: Custom themes must add `selectedBg`, `customMessageBg`, `customMessageText`, `customMessageLabel` color tokens (50 total)
|
||||
- **Custom tools**: `dispose()` method removed from `CustomAgentTool`. Use `onSession` with `reason: "shutdown"` instead for cleanup. `SessionEvent.reason` now includes `"shutdown"`.
|
||||
- **Renamed exports**:
|
||||
- `messageTransformer` → `convertToLlm`
|
||||
- `SessionContext` alias `LoadedSession` removed (use `SessionContext` directly)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue