@noodleseed/agent-kit 0.36.0 → 0.37.0

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.36.0",
2
+ "packageVersion": "0.37.0",
3
3
  "files": [
4
4
  {
5
5
  "path": "skills/codex/SKILL.md",
6
- "sha256": "9a355585df5a510e9adc84382de469424b0691917e7ef58bfa1ca953493984db",
6
+ "sha256": "f2ddee1369a4855613526eb5368ce0eae364f85efa1067639050695bf4bbfa49",
7
7
  "agentTarget": "codex"
8
8
  },
9
9
  {
@@ -38,7 +38,7 @@
38
38
  },
39
39
  {
40
40
  "path": "skills/codex/references/embedded-assistant.md",
41
- "sha256": "f09563513b34f75b55318838f247bdd5e238fb56d7023ea96c4175bcb8774553",
41
+ "sha256": "7fc7dc9fa345c9e7f616d66d230db350a868db8e7fccb0b807354da218e85e0a",
42
42
  "agentTarget": "codex"
43
43
  },
44
44
  {
@@ -433,7 +433,7 @@
433
433
  },
434
434
  {
435
435
  "path": "skills/claude-code/SKILL.md",
436
- "sha256": "9a355585df5a510e9adc84382de469424b0691917e7ef58bfa1ca953493984db",
436
+ "sha256": "f2ddee1369a4855613526eb5368ce0eae364f85efa1067639050695bf4bbfa49",
437
437
  "agentTarget": "claude-code"
438
438
  },
439
439
  {
@@ -468,7 +468,7 @@
468
468
  },
469
469
  {
470
470
  "path": "skills/claude-code/references/embedded-assistant.md",
471
- "sha256": "f09563513b34f75b55318838f247bdd5e238fb56d7023ea96c4175bcb8774553",
471
+ "sha256": "7fc7dc9fa345c9e7f616d66d230db350a868db8e7fccb0b807354da218e85e0a",
472
472
  "agentTarget": "claude-code"
473
473
  },
474
474
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@noodleseed/agent-kit",
3
- "version": "0.36.0",
3
+ "version": "0.37.0",
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",
@@ -3,7 +3,7 @@ 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
4
  ---
5
5
 
6
- <!-- noodle-skill version:0.36.0 hash:75dd0f6f85b04858 -->
6
+ <!-- noodle-skill version:0.37.0 hash:75dd0f6f85b04858 -->
7
7
 
8
8
  # Noodle Seed
9
9
 
@@ -314,6 +314,7 @@ if (pendingId) {
314
314
  | Symptom | Diagnosis | Fix |
315
315
  | --- | --- | --- |
316
316
  | Widget renders but no reply arrives and model usage stays zero | Turns are not reaching the service: outdated `@noodleseed/assistant` package, or the session response was rebuilt/filtered by the backend route | Update the package to the latest version; forward the session response unchanged |
317
+ | Widget card shows its title but an empty/blank frame (or a "could not be displayed" note) | The widget frame could not complete its bridge handshake: the page CSP blocks the hosted sandbox document (`frame-src`), the SDK predates hosted-sandbox rendering, or the deployed artifact was compiled by a now-incompatible CLI | Add the service origin to the page's `frame-src` (and `connect-src`) CSP directives; update `@noodleseed/assistant`; redeploy the app with the current `noodle` CLI |
317
318
  | `assistant-error` with code `invalid_response` | The turn endpoint returned HTML or non-SSE content (auth redirect, proxy page) | Check the backend session route path and any middleware/rewrites on the embedding app |
318
319
  | Build error `Package path ./react is not exported` | Outdated package version with import-only export conditions | Update `@noodleseed/assistant`; do not add webpack aliases or type shims |
319
320
  | Deploy fails with `server_auth_required` | `--access customers` without `server.auth` | Add direct/federated OIDC or a built-in Firebase/Microsoft adapter |
@@ -3,7 +3,7 @@ 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
4
  ---
5
5
 
6
- <!-- noodle-skill version:0.36.0 hash:75dd0f6f85b04858 -->
6
+ <!-- noodle-skill version:0.37.0 hash:75dd0f6f85b04858 -->
7
7
 
8
8
  # Noodle Seed
9
9
 
@@ -314,6 +314,7 @@ if (pendingId) {
314
314
  | Symptom | Diagnosis | Fix |
315
315
  | --- | --- | --- |
316
316
  | Widget renders but no reply arrives and model usage stays zero | Turns are not reaching the service: outdated `@noodleseed/assistant` package, or the session response was rebuilt/filtered by the backend route | Update the package to the latest version; forward the session response unchanged |
317
+ | Widget card shows its title but an empty/blank frame (or a "could not be displayed" note) | The widget frame could not complete its bridge handshake: the page CSP blocks the hosted sandbox document (`frame-src`), the SDK predates hosted-sandbox rendering, or the deployed artifact was compiled by a now-incompatible CLI | Add the service origin to the page's `frame-src` (and `connect-src`) CSP directives; update `@noodleseed/assistant`; redeploy the app with the current `noodle` CLI |
317
318
  | `assistant-error` with code `invalid_response` | The turn endpoint returned HTML or non-SSE content (auth redirect, proxy page) | Check the backend session route path and any middleware/rewrites on the embedding app |
318
319
  | Build error `Package path ./react is not exported` | Outdated package version with import-only export conditions | Update `@noodleseed/assistant`; do not add webpack aliases or type shims |
319
320
  | Deploy fails with `server_auth_required` | `--access customers` without `server.auth` | Add direct/federated OIDC or a built-in Firebase/Microsoft adapter |