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: Remove destructiveHint per maintainer feedback
Address review feedback from @OrKoN and @sebastianbenz:
- Remove all destructiveHint annotations since destructiveness
is payload-dependent for browser automation tools
- Keep openWorldHint: true on all tools (interact with external web)
- Keep readOnlyHint for tools that only query state
The destructiveness of browser automation tools cannot be reliably
inferred at the tool level - a click on "Delete Account" is destructive,
but a click on "Read More" is not.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
0 commit comments