Skip to content

Version Packages#764

Merged
mattmacf98 merged 1 commit into
mainfrom
changeset-release/main
Jun 12, 2026
Merged

Version Packages#764
mattmacf98 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 10, 2026

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 the packages will be published to npm 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

@viamrobotics/motion-tools@1.34.1

Patch Changes

  • 664674b: Remove AISettings panel from settings tabs and delete AISettings.svelte component
  • 797a8a7: Fix baseline matrix and EditedMatrix update conditions in useFrames

@claude

claude Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Docs review — no guide changes needed.

The only changelog entry (1.34.1) is #742 — a patch bug fix to baseline/EditedMatrix update conditions inside the internal useFrames hook (src/lib/hooks/useFrames.svelte.ts). It swaps effect-lagged guards (isEditMode, hasPendingSave) for the synchronous isDirty $state. No public API, prop, or documented behavior changes, and none of useFrames / EditedMatrix / baseline appear in the embedding, local-usage, worldstatestore, or v1-to-v2 guides. Verdict: (D) NO CHANGE.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from da1aba6 to e2af919 Compare June 10, 2026 21:03
@claude

claude Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Docs review — no guide changes needed. Both entries in this version bump classify as (D) NO CHANGE:

  • Remove AISettings panel (#765) #766 (Remove AISettings panel): removes the AISettings plugin export and the in-browser Anthropic API-key setting; the server now reads ANTHROPIC_API_KEY from the environment only. None of AISettings, anthropicKey, settingsTabs, or the Scene Builder flow are referenced in embedding.mdx, local-usage.mdx, worldstatestore.mdx, or migration/v1-to-v2.mdx.
  • APP-16360a: Fix baseline matrix and EditedMatrix update conditions in useFrames #742 (useFrames baseline / EditedMatrix fix): internal edit-mode timing bug fix in useFrames — no public API, prop, or documented behavior change.

Both PRs were fetched and reviewed successfully.

@github-actions github-actions Bot force-pushed the changeset-release/main branch from e2af919 to 8ca94bb Compare June 10, 2026 21:42
@claude

claude Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Docs review — no guide changes needed

PR Summary Verdict
#766 Remove AISettings panel from settings tabs + delete AISettings.svelte (D) No change
#742 Fix baseline matrix / EditedMatrix update conditions in useFrames (D) No change

#766 removes the in-browser Settings → AI panel and the AISettings export from $lib/plugins; the scene-builder server route now reads the Anthropic key only from ANTHROPIC_API_KEY. None of the current guides (embedding, local-usage, worldstatestore, v1-to-v2) document the AI scene builder, the AISettings export, or the settingsTabs prop, so nothing on-page goes stale.

#742 is an internal matrix-timing bug fix in useFrames with no public API/prop/behavior surface referenced in any guide.

No edits to guides/** or the migration guide are warranted in this pass.

@mattmacf98 mattmacf98 merged commit d008706 into main Jun 12, 2026
1 check passed
@mattmacf98 mattmacf98 deleted the changeset-release/main branch June 12, 2026 15:26
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