Add CLI update banner using axoupdater#943
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting
|
@claude please review |
|
Claude finished @dionysuzx's task —— View job Code ReviewI've reviewed the CLI update banner implementation. Here's my analysis: Regarding the Tokio
|
54a565a to
7f5e4af
Compare
7f5e4af to
a9a959d
Compare
This PR adds a lightweight update-notification flow to the clap-based CLI, modeled after Codex but using axoupdater. Highlights:
Development notes:
website format-lint: Checking formatting...
app format-lint: Checking formatting...
website format-lint: All matched files use Prettier code style!
app format-lint: All matched files use Prettier code style!
docs format-lint: Checked 9 files in 2ms. No fixes applied.
docs format-lint: Exited with code 0
website format-lint: Checked 24 files in 4ms. No fixes applied.
app format-lint: Checked 125 files in 8ms. No fixes applied.
website format-lint: Checked 15 files in 4ms. No fixes applied.
website format-lint: Exited with code 0
app format-lint: Checked 45 files in 8ms. No fixes applied.
app format-lint: Exited with code 0
app check: Loading svelte-check in workspace: /Users/lucy/fun/kittynode-workspace/cli-update-banner/packages/app
app check: Getting Svelte diagnostics...
app check:
website check: Loading svelte-check in workspace: /Users/lucy/fun/kittynode-workspace/cli-update-banner/website
website check: Getting Svelte diagnostics...
website check:
app check: svelte-check found 0 errors and 0 warnings
app check: Exited with code 0
website check: svelte-check found 0 errors and 0 warnings
website check: Exited with code 0 pass
Let me know if you want the refresh interval or timeout tweaked.