release(cli): cut v0.2.9#4110
Conversation
Changes since v0.2.8: - `superset agents list` (and demoted "presets" to a UI-only concept). CLI now reads canonical agents from host-service. (#4097) - Host-service: refresh stale OAuth access tokens on remote workspace ops instead of failing the request. (#4106) - Host-service: workspace.create now adopts an existing worktree at any path, not just the canonical one. (#4096) - Host-service: AI workspace naming times out after 5s and falls back to a deterministic name. (#4102) Push cli-v0.2.9 after this lands to fire the release pipeline.
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughVersion bump of the CLI package from 0.2.8 to 0.2.9. The VERSION constant in cli.config.ts and the version field in package.json are both updated to reflect the new release. ChangesCLI Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Possibly related PRs
Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe to merge — all three changes are a mechanical version string bump with no logic changes. The only changes are incrementing the version number in No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Version bumped from 0.2.8 to 0.2.9 — straightforward, no other changes. |
| packages/cli/cli.config.ts | Hardcoded VERSION constant updated from "0.2.8" to "0.2.9" to match package.json. |
| bun.lock | CLI workspace entry bumped to 0.2.9; desktop entry synced to 1.8.4 (was stale at 1.8.3 in the lock, but apps/desktop/package.json was already at 1.8.4 on main). |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: release cli v0.2.9] --> B[packages/cli/package.json version 0.2.8 to 0.2.9]
A --> C[packages/cli/cli.config.ts VERSION 0.2.8 to 0.2.9]
A --> D[bun.lock workspace sync]
D --> E[superset/cli 0.2.8 to 0.2.9]
D --> F[superset/desktop lock entry 1.8.3 to 1.8.4 - was stale]
B & C & E --> G[Merge to main]
G --> H[Tag cli-v0.2.9 and push]
H --> I[release-cli.yml fires - publishes draft release and updates cli-latest]
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.9" | Re-trigger Greptile
Changes since v0.2.8: - `superset agents list` (and demoted "presets" to a UI-only concept). CLI now reads canonical agents from host-service. (#4097) - Host-service: refresh stale OAuth access tokens on remote workspace ops instead of failing the request. (#4106) - Host-service: workspace.create now adopts an existing worktree at any path, not just the canonical one. (#4096) - Host-service: AI workspace naming times out after 5s and falls back to a deterministic name. (#4102) Push cli-v0.2.9 after this lands to fire the release pipeline.
Summary
Bump
@superset/clito v0.2.9. Changes since v0.2.8:superset agents listand demote "presets" to a UI-only configuration. CLI reads canonical agents from host-service. (feat(agents): add agents list and demote presets to UI configuration #4097)workspace.createadopts an existing worktree at any path, not just the canonical one. (fix(host-service): adopt existing worktree at any path on workspace.create #4096)Push the
cli-v0.2.9tag after this merges to fire the release pipeline (.github/workflows/release-cli.yml).Test plan
bun run typecheckcleanbun run lintcleangit tag cli-v0.2.9 <merge-sha> && git push origin cli-v0.2.9and confirm the Release CLI workflow publishes a draft release + updatescli-latestSummary by cubic
Release
@superset/cliv0.2.9. Addssuperset agents listand improves host-service reliability (token refresh, worktree adoption, naming timeout fallback).New Features
superset agents list; "presets" are now UI-only; CLI reads canonical agents from host-service.workspace.createcan adopt an existing worktree at any path.Migration
cli-v0.2.9to trigger.github/workflows/release-cli.yml.Written for commit 6665a01. Summary will update on new commits.
Summary by CodeRabbit