
Security News
The AI Industry Is Betting on Open Weights
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.
crispy-code
Advanced tools
A GUI for Claude Code and Codex, built for multi-agent orchestration — with 'superthink' adversarial verification, agent memory, and Discord remote access.
A 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.
FAQs
A GUI for Claude Code and Codex, built for multi-agent orchestration — with 'superthink' adversarial verification, agent memory, and Discord remote access.
The npm package crispy-code receives a total of 16 weekly downloads. As such, crispy-code popularity was classified as not popular.
We found that crispy-code demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An open letter signed by 50 companies, from NVIDIA and Microsoft to Mistral and Hugging Face, urges Washington not to restrict open weight AI.

Security News
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.