Skip to content

release(cli): cut v0.2.10#4138

Merged
saddlepaddle merged 1 commit intomainfrom
release-cli-version
May 6, 2026
Merged

release(cli): cut v0.2.10#4138
saddlepaddle merged 1 commit intomainfrom
release-cli-version

Conversation

@saddlepaddle
Copy link
Copy Markdown
Collaborator

@saddlepaddle saddlepaddle commented May 6, 2026

Summary

Bump @superset/cli to v0.2.10. Changes since v0.2.9:

Push the cli-v0.2.10 tag after this merges to fire the release pipeline (.github/workflows/release-cli.yml).

Test plan

  • bun run typecheck clean
  • bun run lint clean
  • After merge, git tag cli-v0.2.10 <merge-sha> && git push origin cli-v0.2.10 and confirm the Release CLI workflow publishes a draft release + updates cli-latest

Summary by cubic

Release @superset/cli v0.2.10. Adds a built-in superset chat agent, create-time session flags, file attachments, and faster streaming.

  • New Features

    • superset agent now appears in agents list.
    • workspaces create supports --agent, --prompt, --attachment.
    • agents run supports --attachment.
    • agents run --agent superset returns as soon as streaming starts (~18s → ~2s).
  • Migration

    • After merge, push cli-v0.2.10 to trigger the release workflow.

Written for commit d9bad9d. Summary will update on new commits.

Summary by CodeRabbit

  • Chores
    • CLI package version updated to 0.2.10 (from 0.2.9). No user-facing behavior or feature changes included in this release.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 6, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 166a25ae-7947-4f66-a10b-21d2d4228329

📥 Commits

Reviewing files that changed from the base of the PR and between 125a471 and d9bad9d.

⛔ Files ignored due to path filters (1)
  • bun.lock is excluded by !**/*.lock
📒 Files selected for processing (2)
  • packages/cli/cli.config.ts
  • packages/cli/package.json

📝 Walkthrough

Walkthrough

The 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.

Changes

CLI Version Bump

Layer / File(s) Summary
Configuration
packages/cli/cli.config.ts
VERSION constant updated from "0.2.9" to "0.2.10".
Package Manifest
packages/cli/package.json
version field bumped from 0.2.9 to 0.2.10.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰
I hopped through bytes and build-time light,
A tiny bump, a version bright.
From 0.2.9 I spring to 0.2.10,
A little skip, then on again! 🚀

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately and concisely describes the main change: a version bump release of the CLI to v0.2.10.
Description check ✅ Passed The description includes all required template sections with comprehensive details about the release, changes, and test plan.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release-cli-version

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 6, 2026

Greptile Summary

Bumps @superset/cli from v0.2.9 to v0.2.10 by updating the version string consistently across package.json, cli.config.ts, and bun.lock. No source logic, dependency versions, or configuration values change.

  • packages/cli/package.json and packages/cli/cli.config.ts both updated to \"0.2.10\" — all three version sites are in sync.
  • bun.lock reflects the updated workspace package version; no third-party dependency changes are included.

Confidence Score: 5/5

Safe 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.

Important Files Changed

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]
Loading

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.
@saddlepaddle saddlepaddle force-pushed the release-cli-version branch from 125a471 to d9bad9d Compare May 6, 2026 19:26
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

🚀 Preview Deployment

🔗 Preview Links

Service Status Link
Neon Database (Neon) View Branch
Vercel API (Vercel) Open Preview
Vercel Web (Vercel) Open Preview
Vercel Marketing (Vercel) Open Preview
Vercel Admin (Vercel) Open Preview
Vercel Docs (Vercel) Open Preview

Preview updates automatically with new commits

@saddlepaddle saddlepaddle merged commit 936c913 into main May 6, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant