release(cli): cut v0.2.10#4138
Conversation
|
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)
📝 WalkthroughWalkthroughThe CLI package version is incremented from 0.2.9 to 0.2.10 across configuration and package manifest files. No logic or behavior changes were made. ChangesCLI Version Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 SummaryBumps
Confidence Score: 5/5Safe to merge — only the version string changes, with no functional code modifications. All three version sites (package.json, cli.config.ts, bun.lock) are updated consistently to 0.2.10. No source logic, dependencies, or configuration values are touched, so there is no risk of behavioral regression. No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/cli/package.json | Version bumped from 0.2.9 to 0.2.10; no dependency changes. |
| packages/cli/cli.config.ts | VERSION constant updated from "0.2.9" to "0.2.10", consistent with package.json. |
| bun.lock | Lockfile entry for @superset/cli updated to reflect the new version 0.2.10. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR merged to main] --> B[Tag cli-v0.2.10 on merge SHA]
B --> C[Push tag to origin]
C --> D[.github/workflows/release-cli.yml fires]
D --> E[Build CLI binaries]
E --> F[Publish draft release]
F --> G[Update cli-latest pointer]
Reviews (1): Last reviewed commit: "release(cli): cut v0.2.10" | Re-trigger Greptile
Changes since v0.2.9: - New `superset` chat agent surfaced in `agents list`. (#4116) - `workspaces create` accepts `--agent`, `--prompt`, and `--attachment` to spawn a session at create-time. (#4116) - `agents run` accepts `--attachment` to upload local files alongside a prompt. (#4116) - `agents run --agent superset` returns immediately once streaming begins instead of waiting on the full assistant reply (~18s -> ~2s). (#4116) Push cli-v0.2.10 after this lands to fire the release pipeline.
125a471 to
d9bad9d
Compare
🚀 Preview Deployment🔗 Preview Links
Preview updates automatically with new commits |
Summary
Bump
@superset/clito v0.2.10. Changes since v0.2.9:supersetchat agent now surfaces inagents list. (feat(agents): launch Superset Chat sessions from desktop / CLI / SDK / MCP #4116)workspaces createaccepts--agent,--prompt, and--attachmentto spawn a session at create-time. (feat(agents): launch Superset Chat sessions from desktop / CLI / SDK / MCP #4116)agents runaccepts--attachmentto upload local files alongside a prompt. (feat(agents): launch Superset Chat sessions from desktop / CLI / SDK / MCP #4116)agents run --agent supersetreturns immediately once streaming begins instead of waiting on the full assistant reply (~18s → ~2s). (feat(agents): launch Superset Chat sessions from desktop / CLI / SDK / MCP #4116)Push the
cli-v0.2.10tag after this merges to fire the release pipeline (.github/workflows/release-cli.yml).Test plan
bun run typecheckcleanbun run lintcleangit tag cli-v0.2.10 <merge-sha> && git push origin cli-v0.2.10and confirm the Release CLI workflow publishes a draft release + updatescli-latestSummary by cubic
Release
@superset/cliv0.2.10. Adds a built-insupersetchat agent, create-time session flags, file attachments, and faster streaming.New Features
supersetagent now appears inagents list.workspaces createsupports--agent,--prompt,--attachment.agents runsupports--attachment.agents run --agent supersetreturns as soon as streaming starts (~18s → ~2s).Migration
cli-v0.2.10to trigger the release workflow.Written for commit d9bad9d. Summary will update on new commits.
Summary by CodeRabbit