@agent-native/creative-context 0.7.15 → 0.7.16-nightly-20260828162852

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -40,9 +40,10 @@ uses a separate workspace-connection flow that requests offline Drive metadata
40
40
  plus read-only Slides scopes without changing Google sign-in. Configure workspace-owned
41
41
  Figma and Notion OAuth apps with `FIGMA_CLIENT_ID` / `FIGMA_CLIENT_SECRET` and
42
42
  `NOTION_CLIENT_ID` / `NOTION_CLIENT_SECRET`, then register these callback paths
43
- on the deployed app origin:
43
+ on the deployed app origin. Google sign-in and managed Google connections
44
+ share the root callback; the OAuth state selects the final provider route:
44
45
 
45
- - `/_agent-native/connections/oauth/google_drive/callback`
46
+ - `/_agent-native/google/callback`
46
47
  - `/_agent-native/connections/oauth/figma/callback`
47
48
  - `/_agent-native/connections/oauth/notion/callback`
48
49
 
package/docs/llms.txt CHANGED
@@ -60,10 +60,10 @@ app rechecks the signed caller against its own item and pack access. Responses
60
60
  are opaque, size-limited, strictly validated, and fail closed on timeout or
61
61
  malformation. Context mode `off` never calls the remote deployment.
62
62
 
63
- Google Slides imports use the workspace's existing Google OAuth client and a
64
- separate workspace-connection callback at
65
- `/_agent-native/connections/oauth/google_drive/callback`; it requests offline
66
- Drive metadata plus read-only Slides consent without changing Google sign-in.
63
+ Google Slides imports use the workspace's existing Google OAuth client and the
64
+ shared callback at `/_agent-native/google/callback`; state selects the final
65
+ workspace connection route. It requests offline Drive metadata plus read-only
66
+ Slides consent without changing Google sign-in.
67
67
  Figma and Notion Connect buttons use workspace-owned OAuth apps configured with `FIGMA_CLIENT_ID` /
68
68
  `FIGMA_CLIENT_SECRET` and `NOTION_CLIENT_ID` / `NOTION_CLIENT_SECRET`. Register
69
69
  `/_agent-native/connections/oauth/{provider}/callback` on the deployed app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-native/creative-context",
3
- "version": "0.7.15",
3
+ "version": "0.7.16-nightly-20260828162852",
4
4
  "description": "Shared creative context ingestion, versioning, search, brand DNA, and context-pack primitives for agent-native apps.",
5
5
  "homepage": "https://github.com/BuilderIO/agent-native#readme",
6
6
  "bugs": {
@@ -57,12 +57,12 @@
57
57
  "react-dom": "^19.2.7",
58
58
  "typescript-7": "npm:typescript@^7.0.2",
59
59
  "vitest": "^4.1.5",
60
- "@agent-native/core": "0.176.1",
61
- "@agent-native/toolkit": "0.17.6"
60
+ "@agent-native/core": "0.177.0-nightly-20260828162852",
61
+ "@agent-native/toolkit": "0.18.0-nightly-20260828162852"
62
62
  },
63
63
  "peerDependencies": {
64
- "@agent-native/core": ">=0.8.0",
65
- "@agent-native/toolkit": ">=0.1.0",
64
+ "@agent-native/core": "0.177.0-nightly-20260828162852",
65
+ "@agent-native/toolkit": "0.18.0-nightly-20260828162852",
66
66
  "@tabler/icons-react": ">=3.41.1",
67
67
  "@tanstack/react-query": ">=5.101.4",
68
68
  "drizzle-orm": ">=0.45",