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: Remove focus_areas parameter from agent tool and related components (#541)
Removed the focus_areas parameter throughout the automation plugin to simplify
the interface and reduce parameter complexity. Users can achieve similar
functionality by using the constraints parameter in workflows when needed.
Changes include:
- Remove focus_areas from agent tool input schema
- Update ExploreAgent to remove focus_areas from prepare_context() and explore()
- Remove focus_areas from agent_step workflow step
- Remove focus_areas from ai_split operation and prompt building
- Update ai_exploration_workflow.yaml to remove focus_areas input
- Update documentation to reflect parameter removal
- Update all related tests to remove focus_areas assertions
- All 176 automation tests pass successfully
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments