Skip to content

🦋 New version release#273

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jul 26, 2026
Merged

🦋 New version release#273
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth@0.24.0

Minor Changes

  • c905ee7: th api dashboard layout get|add|remove — manage your Smoo AI main-dashboard
    widget layout from the CLI (SMOODEV-2753).

    Layouts are per (user, org, dashboard type) rows behind
    GET/PUT /organizations/{org}/dashboard/layout, previously reachable only by
    clicking around the web dashboard or hand-rolling curl against a user JWT.
    layout add <widget_id> does a read-modify-write: fetches the saved layout,
    appends the widget below the current grid with the size→span mapping the web
    uses (small 3 / medium 6 / large 9 / full 12 on the 12-column grid), and PUTs
    it back — the server validates the widget id against its registry, so a typo
    fails loudly instead of saving a dead tile. layout remove is the inverse;
    layout get prints the saved (or default) layout as JSON. Rides the user JWT
    (th auth login) because layout rows are keyed by user id — M2M tokens can't
    own a layout. Dogfood: added the new aws_cost_forecast widget to the Smoo AI
    org dashboard with th api dashboard layout add aws_cost_forecast.

@brentrager
brentrager force-pushed the changeset-release/main branch from f8ab036 to 9a128b3 Compare July 26, 2026 15:42
@brentrager
brentrager enabled auto-merge (squash) July 26, 2026 15:42
@brentrager
brentrager merged commit 6f5d254 into main Jul 26, 2026
3 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