firepass_worker
Autonomously complete coding tasks by reading, writing, editing files, running shell commands, and searching code with ripgrep or ast-grep in a sandboxed directory.
Instructions
Run a coding task with FirePass worker (Kimi K2.6 Turbo + tool loop).
The worker can read/write/edit files, run bash, search with ripgrep/ast-grep/jq, and iterate autonomously until done.
Args: prompt: The coding task. cwd: Working directory to sandbox file access to. context: Optional file contents, errors, or specs to pre-load. max_iterations: Max tool-call rounds (default 60).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | ||
| cwd | Yes | ||
| context | No | ||
| max_iterations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |