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
fix(cli): fix tool name access in ToolPermissionService.agentfile.test.ts
- Replace t.name with t.function?.name for tool name access
- Add .filter(Boolean) to remove any undefined names from the array
- Ensures consistent tool name access pattern across all test files
- All 18 agent file integration tests now pass
- Maintains consistency with other permission service fixes
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <[email protected]>
0 commit comments