Skip to content

Commit 928234d

Browse files
committed
fix double tool
1 parent 2fc7526 commit 928234d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -605,15 +605,6 @@ The following sets of tools are available (all are on by default):
605605
- `owner`: Repository owner (username or organization name) (string, required)
606606
- `repo`: Repository name (string, required)
607607

608-
- **label_write** - Write operations on repository labels.
609-
- `color`: Label color as 6-character hex code without '#' prefix (e.g., 'f29513'). Required for 'create', optional for 'update'. (string, optional)
610-
- `description`: Label description text. Optional for 'create' and 'update'. (string, optional)
611-
- `method`: Operation to perform: 'create', 'update', or 'delete' (string, required)
612-
- `name`: Label name - required for all operations (string, required)
613-
- `new_name`: New name for the label (used only with 'update' method to rename) (string, optional)
614-
- `owner`: Repository owner (username or organization name) (string, required)
615-
- `repo`: Repository name (string, required)
616-
617608
- **list_issue_types** - List available issue types
618609
- `owner`: The organization owner of the repository (string, required)
619610

pkg/github/tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ func DefaultToolsetGroup(readOnly bool, getClient GetClientFn, getGQLClient GetG
188188
toolsets.NewServerTool(AddSubIssue(getClient, t)),
189189
toolsets.NewServerTool(RemoveSubIssue(getClient, t)),
190190
toolsets.NewServerTool(ReprioritizeSubIssue(getClient, t)),
191-
toolsets.NewServerTool(LabelWrite(getGQLClient, t)),
192191
).AddPrompts(
193192
toolsets.NewServerPrompt(AssignCodingAgentPrompt(t)),
194193
toolsets.NewServerPrompt(IssueToFixWorkflowPrompt(t)),

0 commit comments

Comments
 (0)