@noodleseed/agent-kit 0.19.0 → 0.19.1

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.
package/manifest.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
- "packageVersion": "0.19.0",
2
+ "packageVersion": "0.19.1",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "590f306f725fbc64e576fbcba6dad4bb4b163bb2cbfc799cad04adac7645a77f",
6
+ "sha256": "076f93b1c9e1e2ac9b5efe4ae2d80e4aed9ecb75e0da9257f327085360d802f1",
7
7
  "agentTarget": "codex"
8
8
  },
9
9
  {
@@ -28,7 +28,7 @@
28
28
  },
29
29
  {
30
30
  "path": "skills/codex/references/authoring-workflow.md",
31
- "sha256": "b078cfc3481824ed09a7445346a793a89387b0a07de500f7bb5343487ec62e58",
31
+ "sha256": "fd2a67d3ba67f640edddca6d30ed8d38f278f0f3e9ab1c1669ace2aef8797c01",
32
32
  "agentTarget": "codex"
33
33
  },
34
34
  {
@@ -193,7 +193,7 @@
193
193
  },
194
194
  {
195
195
  "path": "skills/codex/examples/acme-tasks/README.md",
196
- "sha256": "f97b264bd7c696ffd8ddbba846cdcd8c2e1b0940738e94d057654b5e42d14d1a",
196
+ "sha256": "1d65cde8d1b47ade9e895ef99a92a0aec9d9ffe0c578f0d2dc4bafa0bcccca26",
197
197
  "agentTarget": "codex"
198
198
  },
199
199
  {
@@ -348,7 +348,7 @@
348
348
  },
349
349
  {
350
350
  "path": "skills/claude-code/SKILL.md",
351
- "sha256": "09ceee39251194a1528986cc7df57970218e865646779ce01e98872ccadfaffd",
351
+ "sha256": "7b487e019e82c28ec2ef1f5ffcb54f8ea15e3b62ecaf10a9de7375a692a4d1f7",
352
352
  "agentTarget": "claude-code"
353
353
  },
354
354
  {
@@ -373,7 +373,7 @@
373
373
  },
374
374
  {
375
375
  "path": "skills/claude-code/references/authoring-workflow.md",
376
- "sha256": "b078cfc3481824ed09a7445346a793a89387b0a07de500f7bb5343487ec62e58",
376
+ "sha256": "fd2a67d3ba67f640edddca6d30ed8d38f278f0f3e9ab1c1669ace2aef8797c01",
377
377
  "agentTarget": "claude-code"
378
378
  },
379
379
  {
@@ -538,7 +538,7 @@
538
538
  },
539
539
  {
540
540
  "path": "skills/claude-code/examples/acme-tasks/README.md",
541
- "sha256": "f97b264bd7c696ffd8ddbba846cdcd8c2e1b0940738e94d057654b5e42d14d1a",
541
+ "sha256": "1d65cde8d1b47ade9e895ef99a92a0aec9d9ffe0c578f0d2dc4bafa0bcccca26",
542
542
  "agentTarget": "claude-code"
543
543
  },
544
544
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "private": false,
5
5
  "description": "Self-checking, self-updating agent skills for the Noodle Seed CLI. Authored in this repo by @noodle-borg/agent-kit; this is the published, independently-versioned canonical skills artifact the CLI fetches and verifies.",
6
6
  "license": "Apache-2.0",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: noodle-seed
3
3
  description: Use when building, validating, testing, deploying, or operating a local or hosted Noodle Seed MCP server or app authored in TypeScript with the noodle CLI.
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  hash: b4952708b1c38f55
6
6
  ---
7
7
 
@@ -102,5 +102,8 @@ uses the Web Component or React wrapper and never receives the embed client or m
102
102
  `noodle check --target embedded-assistant`, then create the backend credential with
103
103
  `noodle assistant clients create` after deployment.
104
104
 
105
+ Install the independently versioned embed SDK in the customer web application with
106
+ `pnpm add @noodleseed/assistant`.
107
+
105
108
  This example has no connector secrets and does not include tokens, caller-key mechanisms, or
106
109
  `.env.noodle` values. All tasks are fictional seed data.
@@ -200,7 +200,7 @@ Author managed config as `secret("NAME")` / `variable("NAME")` and operate it wi
200
200
 
201
201
  ## Embedded assistant
202
202
 
203
- To place the same server tools inside the SaaS web app, declare the shared identity once with `branding: { name: "Acme", accent: "#3157D5", surface: "#FFFFFF", surfaceDark: "#161B26", theme: { dark: { accent: "#9FB4FF" } } }`, then add `assistant: embeddedAssistant({ model: openAICompatible({ baseUrl: variable("ASSISTANT_MODEL_BASE_URL"), model: variable("ASSISTANT_MODEL"), apiKey: secret("ASSISTANT_MODEL_API_KEY") }), allowedOrigins: ["https://app.example.com"], layout: { mode: "floating", position: "bottom-right" } })`. Widgets and the embed inherit the same brand kit. Keep origins exact. The customer backend uses `@noodleseed/assistant/server` to exchange its already-authenticated user for a short-lived browser session; client and model secrets never enter the browser. Run `noodle check --target embedded-assistant` before deploy, then manage backend credentials with `noodle assistant clients create|list|rotate|revoke`.
203
+ To place the same server tools inside the SaaS web app, declare the shared identity once with `branding: { name: "Acme", accent: "#3157D5", surface: "#FFFFFF", surfaceDark: "#161B26", theme: { dark: { accent: "#9FB4FF" } } }`, then add `assistant: embeddedAssistant({ model: openAICompatible({ baseUrl: variable("ASSISTANT_MODEL_BASE_URL"), model: variable("ASSISTANT_MODEL"), apiKey: secret("ASSISTANT_MODEL_API_KEY") }), allowedOrigins: ["https://app.example.com"], layout: { mode: "floating", position: "bottom-right" } })`. Widgets and the embed inherit the same brand kit. Keep origins exact. Install the independently versioned embed SDK with `pnpm add @noodleseed/assistant`; the customer backend uses its `/server` export to exchange the already-authenticated user for a short-lived browser session, while the browser uses the package root or `/react` export. Client and model secrets never enter the browser. Run `noodle check --target embedded-assistant` before deploy, then manage backend credentials with `noodle assistant clients create|list|rotate|revoke`.
204
204
 
205
205
  ## Boundaries
206
206
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: noodle-seed
3
3
  description: Use when building, validating, testing, deploying, or operating a local or hosted Noodle Seed MCP server or app authored in TypeScript with the noodle CLI.
4
- version: 0.19.0
4
+ version: 0.19.1
5
5
  hash: 39c6a606c728d164
6
6
  ---
7
7
 
@@ -102,5 +102,8 @@ uses the Web Component or React wrapper and never receives the embed client or m
102
102
  `noodle check --target embedded-assistant`, then create the backend credential with
103
103
  `noodle assistant clients create` after deployment.
104
104
 
105
+ Install the independently versioned embed SDK in the customer web application with
106
+ `pnpm add @noodleseed/assistant`.
107
+
105
108
  This example has no connector secrets and does not include tokens, caller-key mechanisms, or
106
109
  `.env.noodle` values. All tasks are fictional seed data.
@@ -200,7 +200,7 @@ Author managed config as `secret("NAME")` / `variable("NAME")` and operate it wi
200
200
 
201
201
  ## Embedded assistant
202
202
 
203
- To place the same server tools inside the SaaS web app, declare the shared identity once with `branding: { name: "Acme", accent: "#3157D5", surface: "#FFFFFF", surfaceDark: "#161B26", theme: { dark: { accent: "#9FB4FF" } } }`, then add `assistant: embeddedAssistant({ model: openAICompatible({ baseUrl: variable("ASSISTANT_MODEL_BASE_URL"), model: variable("ASSISTANT_MODEL"), apiKey: secret("ASSISTANT_MODEL_API_KEY") }), allowedOrigins: ["https://app.example.com"], layout: { mode: "floating", position: "bottom-right" } })`. Widgets and the embed inherit the same brand kit. Keep origins exact. The customer backend uses `@noodleseed/assistant/server` to exchange its already-authenticated user for a short-lived browser session; client and model secrets never enter the browser. Run `noodle check --target embedded-assistant` before deploy, then manage backend credentials with `noodle assistant clients create|list|rotate|revoke`.
203
+ To place the same server tools inside the SaaS web app, declare the shared identity once with `branding: { name: "Acme", accent: "#3157D5", surface: "#FFFFFF", surfaceDark: "#161B26", theme: { dark: { accent: "#9FB4FF" } } }`, then add `assistant: embeddedAssistant({ model: openAICompatible({ baseUrl: variable("ASSISTANT_MODEL_BASE_URL"), model: variable("ASSISTANT_MODEL"), apiKey: secret("ASSISTANT_MODEL_API_KEY") }), allowedOrigins: ["https://app.example.com"], layout: { mode: "floating", position: "bottom-right" } })`. Widgets and the embed inherit the same brand kit. Keep origins exact. Install the independently versioned embed SDK with `pnpm add @noodleseed/assistant`; the customer backend uses its `/server` export to exchange the already-authenticated user for a short-lived browser session, while the browser uses the package root or `/react` export. Client and model secrets never enter the browser. Run `noodle check --target embedded-assistant` before deploy, then manage backend credentials with `noodle assistant clients create|list|rotate|revoke`.
204
204
 
205
205
  ## Boundaries
206
206