Warn about repo issues disabled on issue status/list/create#178
Merged
Warn about repo issues disabled on issue status/list/create#178
issue status/list/create#178Conversation
Before, a person would be prompted for title & body before unconditionally failing due to issues being disabled.
vilmibm
approved these changes
Dec 19, 2019
mislav
pushed a commit
that referenced
this pull request
Sep 28, 2021
ghcs ssh: check user has authorised SSH keys
Stonre
pushed a commit
to Stonre/strands-fork
that referenced
this pull request
Jul 21, 2025
…cli#178) Enable direct method tool invocations of `example_tool` to match tools with the name of `example-tool`, which fixes cli#139. In the case where no direct match is found but multiple tools would match, we throw an error to avoid ambiguous errors Co-authored-by: Mackenzie Zastrow <zastrowm@users.noreply.github.com>
Stonre
pushed a commit
to Stonre/strands-fork
that referenced
this pull request
Jul 21, 2025
Per follow-up to cli#178, where we discussed preventing similar_tool and similar-tool from both being added to the tool registry, to avoid ambiguity in direct-method invocations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
If the repository has disabled issues, running any
issuecommand will print an error:Fixes #175