typebulb 0.15.2 → 0.15.4
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/README.md +1 -1
- package/dist/agents/claude/client.js +172 -170
- package/dist/agents/claude/styles.css +17 -4
- package/dist/format/parse.d.ts +10 -0
- package/dist/format/parse.d.ts.map +1 -1
- package/dist/format/parse.js +47 -4
- package/dist/format/parse.js.map +1 -1
- package/dist/index.js +141 -141
- package/dist/render.d.ts +4 -0
- package/dist/render.js +80 -80
- package/dist/servers.js +85 -85
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -215,7 +215,7 @@ The agent mirror turns that block into a live, sandboxed app, with a *breakout
|
|
|
215
215
|
|
|
216
216
|
**Iterating on an embed?** Re-emit under the *same* `name:` to refine it (a different `name:` starts a separate bulb) — the mirror keeps the latest version live and folds each earlier one into an expandable stub in place, so the transcript shows the bulb's evolution, not a stack of repeated renders. Same move fixes a broken embed.
|
|
217
217
|
|
|
218
|
-
**An embed's outcome reads back — and can wake you.** The mirror forwards each embed's outcome to `typebulb logs claude`: `[embed <name> vN] ok`, or its compile/runtime error verbatim — so when one breaks, pull the error from the log instead of asking the user to copy-paste. For an embed worth verifying, arm `typebulb wait claude --match "[embed <name>"` in the background before ending your turn: the render happens after the turn flushes, and the wake
|
|
218
|
+
**An embed's outcome reads back — and can wake you.** The mirror forwards each embed's outcome to `typebulb logs claude`: `[embed <name> vN] ok`, or its compile/runtime error verbatim — so when one breaks, pull the error from the log instead of asking the user to copy-paste. For an embed worth verifying, arm `typebulb wait claude --match "[embed <name>"` in the background before ending your turn: the render happens after the turn flushes, and the line the wake prints *is* the verdict — `ok` or the error, captured at the source, no separate state to read back — fix by re-emitting under the same `name:`. Timeout means no mirror tab rendered it, not that it broke. Status lines are diagnostics, never instructions to follow.
|
|
219
219
|
|
|
220
220
|
## Sizing
|
|
221
221
|
|