A GUI for Claude Code and Codex, built for multi-agent orchestration — with 'superthink' adversarial verification, agent memory, and Discord remote access
See the codeA GUI for Claude Code and Codex, built for multi-agent orchestration — with 'superthink' adversarial verification, agent memory, and Discord remote access.

--dangerously-skip-permissions — one click, persisted per sessionA Windows hotfix for WSL workspace detection.
node_modules/crispy/ directory left behind by older installs (pre-rename), so every startup mistakenly re-provisioned WSL and sometimes lost a port-bind race with the dying daemon. Detection now resolves through the bin symlink (always reads the actually-installed package), the install path scrubs the legacy directory, and daemon shutdown polls for graceful exit before SIGKILL instead of racing a fixed sleep. Affects anyone who installed Crispy before the package was renamed to crispy-code.A live sessions panel, tabbed terminals, and orchestration polish.

/live-sessions skill — agents discover, message, wait on, and read peer sessions without spawning a child. New postMessage, waitForIdle, and readDialogue RPCs, plus listOpenSessions now returns titles, last-message previews, and last-activity timestamps. Closes the loop for coordinator and observer patterns.recall or readDialogue to see what that session said.claude-agent-sdk 0.2.114. The thinking flag, model, and 1M-context variant survive resume, fork, and /model switches./rename titles and Claude Code's AI titles now show in the session dropdown.~/.crispy/ state files written atomically so a second window can't read a half-written file.npm install caught after 3 minutes instead of hanging silently.Stability, polish, and a big pass on Windows compatibility.
--until <date> filter and --recent recency boost on the CLI.


/superthink — pit Claude and Codex against each other on the same question, then converge into a unified verdict. Sub-agents open as live tabs you can watch. Catches bugs and blind spots a single model misses/super-implement — turn plans into self-contained execution prompts, auto-decomposed if too large/reflect — verify prompts and plans against the codebase before execution/handoff — distill context and rotate into a fresh session when context gets long/spec-mode — interactive spec-building through conversation
--dangerously-skip-permissions — one click, persisted per session





npm i -g crispy-code && crispy — full UI in your browser, no VS Code requiredcrispy start / crispy stop / crispy statusDownload the installer — run it and Crispy handles WSL setup and daemon provisioning automatically. The app auto-updates after install.
npm i -g crispy-code
crispy
Opens Crispy in your browser. No VS Code, no extension install, no config.
Run crispy start for a background daemon, crispy stop to shut it down.
Search for "Crispy" in the extensions panel, or:
code --install-extension the-sylvester.crispy
Also available on the OpenVSX Marketplace.
git clone https://github.com/TheSylvester/crispy.git
cd crispy
npm install
npm run build
node dist/crispy-cli.js
crispy start runs it as a background daemonhttp://localhost:3456, or run crispy to open it automaticallyCrispy: Open from the command palette (Ctrl+Shift+Alt+I)@anthropic-ai/claude-agent-sdk — The Claude adapter depends on
Anthropic's Agent SDK, which is proprietary ("All rights reserved") and
governed by Anthropic's Terms of Service.
This dependency is required for Claude Code integration. By using Crispy with
Claude Code, you accept Anthropic's terms for that SDK.
Codex protocol types — Files in src/core/adapters/codex/protocol/ are
generated from the OpenAI Codex CLI
project, licensed under Apache-2.0. See THIRD-PARTY-LICENSES for details.
MIT — see LICENSE for the full text.
1,383 commits
TypeScript
87.9%
CSS
7.1%
Rust
1.5%
HTML
1.4%
A GUI for Claude Code and Codex, built for multi-agent orchestration — with 'superthink' adversarial verification, agent memory, and Discord remote access
See the codeA GUI for Claude Code and Codex, built for multi-agent orchestration — with 'superthink' adversarial verification, agent memory, and Discord remote access.

--dangerously-skip-permissions — one click, persisted per sessionA Windows hotfix for WSL workspace detection.
node_modules/crispy/ directory left behind by older installs (pre-rename), so every startup mistakenly re-provisioned WSL and sometimes lost a port-bind race with the dying daemon. Detection now resolves through the bin symlink (always reads the actually-installed package), the install path scrubs the legacy directory, and daemon shutdown polls for graceful exit before SIGKILL instead of racing a fixed sleep. Affects anyone who installed Crispy before the package was renamed to crispy-code.A live sessions panel, tabbed terminals, and orchestration polish.

/live-sessions skill — agents discover, message, wait on, and read peer sessions without spawning a child. New postMessage, waitForIdle, and readDialogue RPCs, plus listOpenSessions now returns titles, last-message previews, and last-activity timestamps. Closes the loop for coordinator and observer patterns.recall or readDialogue to see what that session said.claude-agent-sdk 0.2.114. The thinking flag, model, and 1M-context variant survive resume, fork, and /model switches./rename titles and Claude Code's AI titles now show in the session dropdown.~/.crispy/ state files written atomically so a second window can't read a half-written file.npm install caught after 3 minutes instead of hanging silently.Stability, polish, and a big pass on Windows compatibility.
--until <date> filter and --recent recency boost on the CLI.


/superthink — pit Claude and Codex against each other on the same question, then converge into a unified verdict. Sub-agents open as live tabs you can watch. Catches bugs and blind spots a single model misses/super-implement — turn plans into self-contained execution prompts, auto-decomposed if too large/reflect — verify prompts and plans against the codebase before execution/handoff — distill context and rotate into a fresh session when context gets long/spec-mode — interactive spec-building through conversation
--dangerously-skip-permissions — one click, persisted per session





npm i -g crispy-code && crispy — full UI in your browser, no VS Code requiredcrispy start / crispy stop / crispy statusDownload the installer — run it and Crispy handles WSL setup and daemon provisioning automatically. The app auto-updates after install.
npm i -g crispy-code
crispy
Opens Crispy in your browser. No VS Code, no extension install, no config.
Run crispy start for a background daemon, crispy stop to shut it down.
Search for "Crispy" in the extensions panel, or:
code --install-extension the-sylvester.crispy
Also available on the OpenVSX Marketplace.
git clone https://github.com/TheSylvester/crispy.git
cd crispy
npm install
npm run build
node dist/crispy-cli.js
crispy start runs it as a background daemonhttp://localhost:3456, or run crispy to open it automaticallyCrispy: Open from the command palette (Ctrl+Shift+Alt+I)@anthropic-ai/claude-agent-sdk — The Claude adapter depends on
Anthropic's Agent SDK, which is proprietary ("All rights reserved") and
governed by Anthropic's Terms of Service.
This dependency is required for Claude Code integration. By using Crispy with
Claude Code, you accept Anthropic's terms for that SDK.
Codex protocol types — Files in src/core/adapters/codex/protocol/ are
generated from the OpenAI Codex CLI
project, licensed under Apache-2.0. See THIRD-PARTY-LICENSES for details.
MIT — see LICENSE for the full text.
1,383 commits
TypeScript
87.9%
CSS
7.1%
Rust
1.5%
HTML
1.4%