ccproxy.plugins.claude_api.tasks¶
ccproxy.plugins.claude_api.tasks
¶
Scheduled tasks for Claude API plugin.
ClaudeAPIDetectionRefreshTask
¶
ClaudeAPIDetectionRefreshTask(
name,
interval_seconds,
detection_service,
enabled=True,
skip_initial_run=True,
**kwargs,
)
Bases: BaseScheduledTask
Task to periodically refresh Claude CLI detection headers.
Source code in ccproxy/plugins/claude_api/tasks.py
run
async
¶
Execute the detection refresh.