Releases: CydVilla/peckish
Release list
Peckish 0.2.2 — one-click Claude Desktop extension + MCP Registry
Peckish now installs into Claude in one click, and is listed in the MCP Registry.
Claude Desktop — double-click install
Download peckish-0.2.2.mcpb below and double-click it. Claude Desktop installs it like a browser extension: no terminal, no Node.js, no JSON config editing. All 29 tools, with the order-approval dialog intact.
Claude Code — one line
claude mcp add peckish -- npx -y peckish-mcpNew: peckish-mcp on npm
The MCP server now has its own package, peckish-mcp, so npx -y peckish-mcp starts it directly. (The peckish package's default binary is the terminal chat, which made npx peckish the wrong entry point for MCP clients.) Peckish is also registered in the MCP Registry as io.github.cydvilla/peckish.
Using MCP needs no Anthropic API key — your Claude subscription powers the model.
Also in this release
- Mac app
Peckish-0.2.2-arm64.dmg— unsigned, so first launch is right-click → Open → Open. Apple Silicon only. - CLI / web app:
npm install -g peckish(ornpm update -g peckish).
Requires a Mac with Apple Silicon and DoorDash's waitlist-gated dd-cli, signed in with dd-cli login.
Safety gates unchanged on every surface: you approve every order explicitly, order submission never auto-retries, and every tool call is logged to ~/.peckish/logs/.
Peckish 0.2.1 — switch delivery addresses in-app
What's new
Clickable address chip (web app + Mac app): click the delivery-address chip in the header to see all your saved DoorDash addresses and switch the default with one click. Editing an address's text still happens on doordash.com/addresses (the DoorDash CLI doesn't expose address editing) — the popover links there, and Peckish picks up changes automatically.
Install
npm install -g peckish # or: npm update -g peckishOr grab Peckish-0.2.1-arm64.dmg below (unsigned — first launch is right-click → Open → Open; Apple Silicon only, Node.js not required).
All safety gates unchanged: you approve every order explicitly, submit never auto-retries, full audit log in ~/.peckish/logs/.
Peckish 0.2.0 — npm package + Mac app
Peckish is now installable without a git clone, two ways:
npm
npm install -g peckishGives you peckish (terminal chat), peckish-web (local web app), and peckish-mcp (MCP server for Claude Desktop / Claude Code). Requires Node 20+, Apple Silicon, dd-cli, and an Anthropic API key (except MCP — your Claude subscription powers it).
Mac app (attached below)
Peckish-0.2.0-arm64.dmg — double-clickable app with guided setup: one-click dd-cli install (SHA256-verified), browser DoorDash sign-in, API key stored keychain-encrypted via safeStorage. No terminal at any step; Node.js not required.
Unsigned build — first launch needs right-click → Open → Open (one time only). Apple Silicon only.
All safety gates unchanged on every surface: you approve every order explicitly, submit never auto-retries, full audit log in ~/.peckish/logs/.