release(sdk): cut alpha.10#4495
Conversation
Changes since alpha.9: - workspaces.list accepts `projectId`, `projectName`, and `search` to filter the listing — matches the desktop list view. (#4455) - chore(deps): pin exact dev versions (`bun-types` 1.3.11, `typescript` 5.9.3). (#4436) - BREAKING: `automations.create` / `automations.update` / `AutomationSummary` rename `agentConfig` -> `agent` (string id of a host agent instance or preset, e.g. `claude`, `codex`, `superset`). The `AgentConfig` type is removed from the public surface. The host now resolves the live agent config on every run, so client-side snapshots no longer drift from `Settings → Agents` edits. (#4481) After merge: `cd packages/sdk && bun run build && cd dist && npm publish --access public`.
|
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 (1)
📝 WalkthroughWalkthroughThe PR updates the ChangesSDK Version Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute Poem
✨ Finishing Touches🧪 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 cuts the
Confidence Score: 5/5Safe to merge — this is a pure version bump with no logic changes. The diff touches only the version string in No files require special attention.
|
| Filename | Overview |
|---|---|
| packages/sdk/package.json | Version bumped from 0.0.1-alpha.9 to 0.0.1-alpha.10; no other changes. |
| bun.lock | Lockfile entry for @superset/sdk version updated to match package.json bump. |
Sequence Diagram
sequenceDiagram
participant Dev as Developer
participant Build as bun run build
participant Dist as dist/
participant NPM as npm registry
Dev->>Build: bun run scripts/build.ts
Build->>Dist: bundle ESM (index.js)
Build->>Dist: bundle CJS (index.cjs)
Build->>Dist: emit .d.ts via tsc
Build->>Dist: "write package.json (name: @superset_sh/sdk, version: 0.0.1-alpha.10, no private flag)"
Dev->>NPM: "cd dist && npm publish --access public"
NPM-->>Dev: "@superset_sh/sdk@0.0.1-alpha.10 published"
Reviews (1): Last reviewed commit: "release(sdk): cut alpha.10" | Re-trigger Greptile
Summary
Changes since alpha.9:
workspaces.listacceptsprojectId,projectName, andsearchto filter the listing — matches the desktop list view. (feat(cli): add --project and --search filters to workspaces list #4455)bun-types1.3.11,typescript5.9.3). (chore(deps): pin exact versions and require 3-day release age #4436)automations.create/automations.update/AutomationSummaryrenameagentConfig->agent(string id of a host agent instance or preset, e.g.claude,codex,superset). TheAgentConfigtype is removed from the public surface. The host now resolves the live agent config on every run, so client-side snapshots no longer drift fromSettings → Agentsedits. (fix(automations): resolve agent presets live from host instead of snapshot #4481)Test plan
cd packages/sdk && bun run build && cd dist && npm publish --access public@superset_sh/sdk@0.0.1-alpha.10resolves on npmSummary by cubic
Release
@superset/sdk0.0.1-alpha.10. Adds workspace list filters and a breaking rename for automation agents; also pins dev depsbun-types@1.3.11andtypescript@5.9.3.New Features
workspaces.listnow supportsprojectId,projectName, andsearchfilters to match the desktop list view.Migration
agentConfigtoagentinautomations.create,automations.update, andAutomationSummary. Use a string id (e.g.,claude,codex,superset). TheAgentConfigtype is removed; the host resolves the live agent config on each run.Written for commit 56d56be. Summary will update on new commits.
Summary by CodeRabbit
0.0.1-alpha.10