release(cli): cut v0.2.16#4494
Conversation
Changes since v0.2.15: - workspaces: `superset workspaces list` table now shows the workspace ID column. (#4463) - docs: VHS demo walkthrough recording added under `packages/cli/demo/`. (#4461) - auth: `superset auth login --api-key sk_live_…` stores an API key at `~/.superset/config.json` instead of running the OAuth flow; `whoami` and `logout` updated to recognize stored keys. (#4472) - hosts: `superset hosts list` shows `local` for the host machine you're invoking from, distinct from `online`/`no`. (#4476) - automations: `--agent` is now the host agent instance/preset id (e.g. `claude`, `codex`, `superset`) and is resolved live from the host on every run. The `--agent-config-file` flag is removed; create/update rename `agentConfig` -> `agent` end-to-end. (#4481) Push cli-v0.2.16 after this lands to fire the release pipeline.
|
Capy auto-review is paused for this organization because the monthly auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
|
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)
📝 WalkthroughWalkthroughThis PR bumps the CLI package version from ChangesCLI Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 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 |
Greptile SummaryThis PR cuts the v0.2.16 release of the
Confidence Score: 5/5Safe to merge — all three version references are in sync and no logic was changed. The change is purely a version bump across package.json, cli.config.ts, and bun.lock. All three values agree on 0.2.16, and no functional code was modified. No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/cli.config.ts | VERSION constant bumped from 0.2.15 to 0.2.16 — matches package.json and bun.lock. |
| packages/cli/package.json | Package version bumped from 0.2.15 to 0.2.16 — consistent with the other changed files. |
| bun.lock | Lockfile entry for @superset/cli updated from 0.2.15 to 0.2.16 to reflect the version bump. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: cut v0.2.16] --> B["packages/cli/package.json — version 0.2.16"]
A --> C["packages/cli/cli.config.ts — VERSION 0.2.16"]
A --> D["bun.lock — @superset/cli 0.2.16"]
B & C & D --> E[CI green, merge]
E --> F[Push cli-v0.2.16 tag]
F --> G[Release pipeline builds linux-x64 / darwin-arm64 / linux-arm64]
G --> H[Update cli-latest pointer]
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.16" | Re-trigger Greptile
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Summary
Changes since v0.2.15:
superset workspaces listtable now shows the workspace ID column. (feat(cli): show workspace id inworkspaces listdefault table #4463)packages/cli/demo/. (docs(cli): add VHS demo walkthrough for the Superset CLI #4461)superset auth login --api-key sk_live_…stores an API key at~/.superset/config.jsoninstead of running the OAuth flow;whoamiandlogoutupdated to recognize stored keys. (feat(cli): add --api-key option to auth login #4472)superset hosts listshowslocalfor the host machine you're invoking from, distinct fromonline/no. (feat(api): reconcile host online status from relay directory #4476)--agentis now the host agent instance/preset id (e.g.claude,codex,superset) and is resolved live from the host on every run. The--agent-config-fileflag is removed; create/update renameagentConfig->agentend-to-end. (fix(automations): resolve agent presets live from host instead of snapshot #4481)Test plan
cli-v0.2.16tag to fire the release pipeline (Release CLI workflow → builds linux-x64 / darwin-arm64 / linux-arm64 and updates the rollingcli-latestpointer)cli-latestonce the release is publishedSummary by cubic
Cut
@superset/cliv0.2.16. Adds API key login, clearer host labeling, workspace IDs in lists, and a simplified--agentflag (removes--agent-config-file).New Features
superset workspaces listnow shows the workspace ID column.superset auth login --api-key ...stores the key in~/.superset/config.json;whoamiandlogoutuse stored keys.superset hosts listnow marks the current machine aslocal.--agentis now a host agent ID (e.g.,claude,codex,superset) resolved at run time.Migration
--agent-config-filewith--agent.agentConfigtoagent.Written for commit 9cd1a37. Summary will update on new commits.
Summary by CodeRabbit