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
Tool selection control (enabled_tools): Added enabled_tools parameter to create_agent() and PATCHPAL_ENABLED_TOOLS environment variable to limit which built-in tools are available to agents. Enables creation of specialized agents (e.g., read-only, editor-only) for security and performance. Parameter takes precedence over environment variable.
Optional tools (grep, list_files): Re-added grep and list_files tools as optional, disabled-by-default tools. Provide lightweight search and navigation for read-only agents without requiring run_shell access or expensive code parsing. Enable via enabled_tools parameter when needed. Shell commands remain preferred for most use cases.