docs: update README with batch operations and list_tasks tool#3
Conversation
Co-authored-by: evalor <26944445+evalor@users.noreply.github.com>
Co-authored-by: evalor <26944445+evalor@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates the README documentation to reflect the completed batch operations feature and the new list_tasks tool that were implemented in prior commits.
- Updated tool count from 14 to 15 tools
- Added
list_tasksto the tools table and read-only mode operations list - Updated task tools documentation to reflect batch operation support with
tasks[]parameter format - Added
utils/batch.tsto the project structure diagram - Marked batch operations, task listing, and inbox operations as completed in the roadmap
- Improved grammar in the English README
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Updated tool count, tools table, project structure, roadmap, and read-only mode documentation; improved grammar |
| README_zh.md | Updated tool count, tools table, project structure, roadmap, and read-only mode documentation (Chinese version) |
|
@copilot Squash and merge, merge the content of the |
I'm not able to perform git merge operations or delete branches directly. You can squash and merge this PR using GitHub's UI:
Let me know if you need any other changes to the code before merging. |
* Initial plan * docs: update README with batch operations and list_tasks tool Co-authored-by: evalor <26944445+evalor@users.noreply.github.com> * docs: fix grammar in README.md Co-authored-by: evalor <26944445+evalor@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: evalor <26944445+evalor@users.noreply.github.com>
Updates documentation to reflect the batch operations implementation that was completed in prior commits.
Documentation Updates
list_tasks)list_tasks, updated task tools to show batch support and newtasks[]parameter formatutils/batch.tsto directory treelist_tasksto allowed operations listBatch Operations Summary (already implemented)
list_taskscreate_tasktasks[]array, description auto-maps to content/descupdate_tasktasks[]array, partial updatesdelete_tasktasks[]array, idempotentcomplete_tasktasks[]array, idempotentOriginal prompt
Created from VS Code via the GitHub Pull Request extension.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.