| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Adds best-effort remote stack detection to interactive checkout.
Changes:
| File | Description |
|---|---|
| README.md | Documents auto-detection. |
| cmd/checkout.go | Implements detection and confirmation. |
| cmd/checkout_picker_test.go | Tests detection behavior. |
| internal/github/github.go | Paginates stack listing. |
| internal/github/github_test.go | Tests pagination. |
| docs/src/content/docs/reference/cli.md | Updates CLI reference. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When gh stack checkout runs without a target, it now checks whether the current branch is not part of a local stack but belongs to an active stack on GitHub. If found, it offers to check out that stack locally.
The lookup remains best-effort: network failures, no or multiple matches, and declined confirmation fall through to the existing picker. Fully merged stacks are ignored, Ctrl+C still aborts, and non-interactive behavior is unchanged.
Stack created with GitHub Stacks CLI • Give Feedback 💬