CodexPro Supertool
codexproDispatch hidden specialist actions within the CodexPro Runtime by routing calls to registered tools, while visible tools should be called directly to avoid routing failures.
Instructions
Stable wrapper only for hidden specialist actions. Call visible tools such as search_project, read_many_files, apply_patch_bundle, run_validation, and show_changes directly; wrapping visible actions adds avoidable routing failures. It cannot call tools disabled by the current mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Arguments for the selected action. Same shape as the wrapped CodexPro tool. | |
| action | No | Action or registered tool name. Use list_actions to see what this server mode allows. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool_result | Yes |