* feat(dispatch): surface workspace name in sidebar/apps page; CLI outro shows workspace tree
* feat(docs): add View Docs link on template cards; swap inline SVGs for Tabler icons
* fix(builder-frame): trust Builder-owned origins without requiring query params
* feat(core,slides): registerPackageActions registry; slides Google Docs OAuth lib
* fix(core): export registerPackageActions from server entry
* feat(dispatch): scaffold @agent-native/dispatch package with config types
* fix(dispatch): update lockfile for new workspace package; add stub actions/components/server entries
* feat(slides): wire Google Docs OAuth routes (auth-url/callback/status/disconnect/picker-token)
* feat(composer,slides): expose onTextChange; mirror google-docs routes for workspace mount
* fix(dispatch): honor pkg.displayName in getWorkspaceInfo before titleCase fallback
* feat(slides): add GoogleDocImportHint component for Google Picker / URL import
* feat(slides,dispatch): wire GoogleDocImportHint in editor; lift dispatch SQL schema into package
* feat(slides): document Google Doc import flow in AGENTS.md/skill; wire URL detection in Index
* fix(dispatch): add @types/node and vite devDeps so package typecheck resolves
* fix(core): export NitroPluginDef type so consumers can type Nitro plugins
* chore(dispatch): prettier-format package.json
* chore(slides): prettier-format google-docs handler + import hint
* feat(dispatch): lift dispatch actions, components, server libs, and plugins into @agent-native/dispatch package
* feat(dispatch): trim templates/dispatch to consume @agent-native/dispatch package
* chore(core): bump version to 0.7.83
* fix(dispatch): point test script at empty templates/dispatch (tests live in @agent-native/dispatch now)
* fix(workspace): build @agent-native/dispatch in postinstall so consumers can typecheck against it