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

Function _current_effort

src/command_system/effort_command.py:130–132  ·  view source on GitHub ↗

Effort to pre-highlight in the picker — the persisted level, or ``"auto"``.

()

Source from the content-addressed store, hash-verified

128
129
130def _current_effort() -> str:
131 """Effort to pre-highlight in the picker — the persisted level, or ``"auto"``."""
132 return _settings_effort() or "auto"
133
134
135def _effort_options(current: str) -> list[UIOption]:

Callers 1

runMethod · 0.85

Calls 1

_settings_effortFunction · 0.85

Tested by

no test coverage detected