You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): upgrade @objectstack to 8.0.1 and bump ObjectOS One to 8.0.1 (#19)
Bump all @objectstack/* dependencies in @objectos/server from ^7.9.0 to
^8.0.1 and refresh the lockfile. 8.0 is a major: the runtime removed the
cloud-connected, hostname-routed createObjectOSStack wrapper, so
apps/objectos/objectstack.config.ts is migrated to the single-tenant
createStandaloneStack host (OS_ARTIFACT_FILE → artifactPath, which now
also accepts an http(s):// cloud artifact URL; OS_BUSINESS_DB_URL →
databaseUrl). The cli-internal @objectstack/plugin-mcp-server → @objectstack/mcp
rename does not affect ObjectOS (no direct import).
Propagate the resolved cli version (8.0.1) to apps/objectos-one
package.json, tauri.conf.json, Cargo.toml and Cargo.lock via sync-version.
type-check passes; smoke test boots clean on 8.0.1 (26 plugins, HTTP ready).
Docs: scan the framework changesets for the real 8.0 surface and update the
official site — changelog (MCP over HTTP, self-serve API keys, field
conditional rules, RLS read filter, standalone host), environment-variables
(OS_MCP_SERVER_ENABLED, corrected artifact/cloud wording, artifact HMR via
NODE_ENV), and api-access (POST /api/v1/keys, x-api-key / Authorization: ApiKey,
/api/v1/mcp). English + all six translations (de/es/fr/ja/ko/zh-Hans).
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments