File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ theme = "base16-ocean.dark"
107107
108108## Tools
109109
110- Codey provides nine tools:
110+ Codey provides eleven tools:
111111
112112| Tool | Description |
113113| ------| -------------|
@@ -119,7 +119,9 @@ Codey provides nine tools:
119119| ` fetch_html ` | Fetch web pages as readable markdown using headless browser |
120120| ` web_search ` | Search the web and return results |
121121| ` open_file ` | Open a file in the IDE at a specific line |
122- | ` task ` | Spawn a sub-agent for research/analysis tasks |
122+ | ` spawn_agent ` | Spawn a sub-agent for research/analysis tasks |
123+ | ` list_background_tasks ` | List all background tasks and their status |
124+ | ` get_background_task ` | Retrieve the result of a completed background task |
123125
124126### Tool Filters
125127
You can’t perform that action at this time.
0 commit comments