MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / _valid_options_str

Function _valid_options_str

src/command_system/effort_command.py:89–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88
89def _valid_options_str() -> str:
90 base = "low, medium, high, max, auto"
91 from src.workflow.gating import is_workflows_enabled
92
93 return f"{base}, ultracode" if is_workflows_enabled() else base
94
95
96def _invalid_msg(raw: str) -> str:

Callers 1

_invalid_msgFunction · 0.85

Calls 1

is_workflows_enabledFunction · 0.90

Tested by

no test coverage detected