Skip to content

docs: add go install as first-class installation method#2405

Open
Will-hxw wants to merge 4 commits intogithub:mainfrom
Will-hxw:docs/add-go-install-installation-method
Open

docs: add go install as first-class installation method#2405
Will-hxw wants to merge 4 commits intogithub:mainfrom
Will-hxw:docs/add-go-install-installation-method

Conversation

@Will-hxw
Copy link
Copy Markdown

Summary

  • Add go install as a first-class installation option alongside Docker
  • Go install is the idiomatic way to distribute Go CLI tools

Test plan

  • Documentation renders correctly

🤖 Generated with Claude Code

…rors

The previous description gave AI models insufficient guidance on
GitHub code search syntax, leading to common mistakes like:
- Using \| instead of /...|.../ for regex OR
- Confusing filename: with path: qualifiers
- Misunderstanding boolean operator precedence

The new description explicitly documents:
- Qualifiers: repo:, org:, language:, path:, path:/regex/, symbol:, content:, is:
- Boolean operators: AND, OR, NOT, parentheses
- Regex syntax: surround with slashes e.g. /foo|bar/
- Glob patterns in path: path:*.ts, path:/src/**/*.js

Fixes github#2390
Allow get_job_logs tool to return logs for all jobs in a workflow
run when only run_id is provided (without failed_only parameter).
This matches the documented behavior where:
- run_id + failed_only=true returns only failed job logs
- run_id alone (or with failed_only=false) returns all job logs

Fixes github#2389
Detect RateLimitError and AbuseRateLimitError in NewGitHubAPIErrorResponse
and return clear, actionable messages with retry duration instead of
burying the information in raw HTTP strings.

Fixes github#2385
Add go install alongside Docker as a first-class installation option.
go install is the idiomatic way to distribute Go CLI tools and
provides a simpler experience for users who already have Go installed.

Fixes github#2364
@Will-hxw Will-hxw requested a review from a team as a code owner April 29, 2026 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants