Updates
- perf: merge similar tools @JJ-H
Full Changelog: v0.1.17...v1.0.0
⚠️ Breaking Changes
This release introduces breaking changes to the tool API. If you have workflows, prompts, or configurations that reference tool names directly, please update them accordingly.
Merged Tools
| Removed | Replaced By | Key Parameter |
|---|---|---|
create_user_repo create_org_repo create_enterprise_repo |
create_repo |
owner_type: user | org | enterprise |
comment_issue comment_pull |
create_comment |
resource_type: issue | pull |
list_issue_comments list_pull_comments |
list_comments |
resource_type: issue | pull |
approve_pull_review cancel_pull_review |
manage_pull_review |
action: approve | cancel |
Summary
- Tool count reduced from 30 → 25
- All merges use an enum discriminator parameter — no functionality removed