co-mono/packages/coding-agent/test/session-manager
Mario Zechner 568150f18b Rework custom tools API with CustomToolContext
- CustomAgentTool renamed to CustomTool
- ToolAPI renamed to CustomToolAPI
- ToolContext renamed to CustomToolContext
- ToolSessionEvent renamed to CustomToolSessionEvent
- Added CustomToolContext parameter to execute() and onSession()
- CustomToolFactory now returns CustomTool<any, any> for type compatibility
- dispose() replaced with onSession({ reason: 'shutdown' })
- Added wrapCustomTool() to convert CustomTool to AgentTool
- Session exposes setToolUIContext() instead of leaking internals
- Fix ToolExecutionComponent to sync with toolOutputExpanded state
- Update all custom tool examples for new API
2025-12-31 12:05:24 +01:00
..
build-context.test.ts refactor(hooks): split session events into individual typed events 2025-12-30 22:42:22 +01:00
file-operations.test.ts Refactor session manager: migration chain, validation, tests 2025-12-30 22:42:18 +01:00
labels.test.ts Add label support for session entries 2025-12-30 22:42:18 +01:00
migration.test.ts Refactor session manager: migration chain, validation, tests 2025-12-30 22:42:18 +01:00
save-entry.test.ts Rework custom tools API with CustomToolContext 2025-12-31 12:05:24 +01:00
tree-traversal.test.ts Rework custom tools API with CustomToolContext 2025-12-31 12:05:24 +01:00