You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify tool types using discriminated unions
- Convert ToolEntry to discriminated union with explicit type variants
- HelperToolEntry: type: 'internal'
- ActorToolEntry: type: 'actor'
- ActorMcpToolEntry: type: 'actor-mcp'
- Remove actorFullName from all internal tools (11 tools across 9 files)
- Remove unused ToolType export
- Improves type safety and enables automatic type narrowing in TypeScript
0 commit comments