Skip to content

Commit cd1e06f

Browse files
committed
Update README with correct tool names
- Rename 'task' to 'spawn_agent' - Add list_background_tasks and get_background_task tools - Update count from 9 to 11 tools
1 parent 05da745 commit cd1e06f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)