playbooks-vscode
Subproject of Playbooks: published VSCode extension that debugs natural-language Playbooks programs via the Debug Adapter Protocol.
A subproject of Playbooks: a published VSCode extension (playbooks-ai.playbooks on the Marketplace, current v0.6.2) that delivers a full debugger for .pb source and .pbasm compiled-assembly files. Built against the standard Debug Adapter Protocol - but the runtime on the other end is an LLM interpreter, so the breakpoints land on natural-language steps rather than Python lines. Call-stack inspection, variable watches, multi-agent threads, and a read-only stack-frame preview that shows the compiled assembly during debugging all work end-to-end. Also ships TextMate grammars for syntax highlighting in both languages.
This was the headline May 2025 demo for Playbooks: "set a breakpoint on a sentence and step through it." Both desktop and browser extension targets are built from one codebase. Genuinely shipped across multiple Marketplace versions before being paused alongside the parent project.