Conversation
correctly interpret 'all' and return health status for all containers
v0.1.4, install with curl, new health/status,update commands, build r…
Contributor
There was a problem hiding this comment.
Pull request overview
Adds end-user distribution and operational tooling improvements to the Status Panel agent, including new CLI subcommands, self-update helpers, and GitHub Release automation.
Changes:
- Expanded CLI with Docker operations (
start,health,logs), hostmetrics, andupdatesubcommands. - Added a POSIX
install.shinstaller and documented “Quick Install” flow in README. - Updated CI to build release binaries on
v*tags and publish GitHub Releases (with SHA256).
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| src/main.rs | Adds new CLI subcommands for Docker ops, metrics printing, and self-update orchestration. |
| src/commands/stacker.rs | Extends health handling to support aggregated "all" container health results. |
| src/commands/mod.rs | Re-exports load_manifest needed by CLI rollback flow. |
| README.md | Documents quick install via install.sh with version pinning and custom install dir. |
| install.sh | New installer: detects platform, resolves latest tag, downloads binary + checksum, installs. |
| CHANGELOG.md | Documents v0.1.4 changes (installer, CLI updates, CI release publishing). |
| Cargo.toml | Bumps crate version to 0.1.4. |
| Cargo.lock | Updates lockfile version entry for 0.1.4. |
| .github/workflows/ci.yml | Adds tag trigger and a GitHub Release publishing job for tagged builds. |
You can also share your feedback on Copilot code review. Take the survey.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fix: apply rustfmt to stacker.rs
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.
Brings CI tags trigger, install script, and new CLI commands to master so tag-based releases work.