From 6665a019decedbb5b18b12f636e2484f9f42481e Mon Sep 17 00:00:00 2001 From: Satya Patel Date: Tue, 5 May 2026 15:05:01 -0700 Subject: [PATCH] release(cli): cut v0.2.9 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. --- bun.lock | 4 ++-- packages/cli/cli.config.ts | 2 +- packages/cli/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bun.lock b/bun.lock index a3f7e7adacc..0415df4561f 100644 --- a/bun.lock +++ b/bun.lock @@ -111,7 +111,7 @@ }, "apps/desktop": { "name": "@superset/desktop", - "version": "1.8.3", + "version": "1.8.4", "dependencies": { "@ai-sdk/anthropic": "^3.0.43", "@ai-sdk/openai": "3.0.36", @@ -677,7 +677,7 @@ }, "packages/cli": { "name": "@superset/cli", - "version": "0.2.8", + "version": "0.2.9", "dependencies": { "@clack/prompts": "^0.10.0", "@superset/cli-framework": "workspace:*", diff --git a/packages/cli/cli.config.ts b/packages/cli/cli.config.ts index 60f1b5acc3f..75087cfc2d0 100644 --- a/packages/cli/cli.config.ts +++ b/packages/cli/cli.config.ts @@ -1,6 +1,6 @@ import { boolean, defineConfig, string } from "@superset/cli-framework"; -const VERSION = "0.2.8"; +const VERSION = "0.2.9"; export default defineConfig({ name: "superset", diff --git a/packages/cli/package.json b/packages/cli/package.json index d5b3df815f6..7e1ce8766d5 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@superset/cli", - "version": "0.2.8", + "version": "0.2.9", "private": true, "type": "module", "scripts": {