DevZonayed

34 mods across 1 repository, 3 stars between them.

mochi

01

DevZonayed/Mochi

Plugin Claude Code

Mochi — a browser companion for AI assistants. Bundled browser automation, persistent project memory, and human-in-the-loop hint messaging.

3 15d ago A tokens not measured original MIT

mochi

02

DevZonayed/Mochi

Plugin Claude Code

A browser companion for AI assistants. Bundled MCP tools for Chrome automation, persistent project memory (Continuum chain), and an in-page hint modal — pair with the Mochi Chrome extension.

3 15d ago A tokens not measured original MIT

browser

03

DevZonayed/Mochi

MCP server Claude CodeCodexCursor +2

MCP server "browser" as configured in DevZonayed/Mochi. Runs ${CLAUDE_PLUGIN_ROOT}/server/dist/server.bundle.mjs with node. Needs 1 environment variable to run.

3 15d ago A tokens not measured original MIT

continuum

04

DevZonayed/Mochi

MCP server Claude CodeCodexCursor +2

MCP server "continuum" as configured in DevZonayed/Mochi. Runs ${CLAUDE_PLUGIN_ROOT}/plugins/continuum/mcp/server.js with node.

3 15d ago A tokens not measured original MIT

comms

05

DevZonayed/Mochi

MCP server Claude CodeCodexCursor +2

MCP server "comms" as configured in DevZonayed/Mochi. Runs ${CLAUDE_PLUGIN_ROOT}/server/dist/comms.bundle.mjs with node. Needs 1 environment variable to run.

3 15d ago A tokens not measured original MIT

checkpoint

06

DevZonayed/Mochi

Command

Write a new link in the continuum chain summarizing decisions/changes since the last link.

3 15d ago A 17 tokens original MIT

comms-import

07

DevZonayed/Mochi

Command

Back-fill old history from a WhatsApp "Export chat" .txt file — parsed, normalized, and reconciled into this repo's timeline by content fingerprint.

3 15d ago A 31 tokens original MIT

comms-recall

08

DevZonayed/Mochi

Command

Search this repo's synced channel messages by keyword and return scored snippets (never the whole history).

3 15d ago A 19 tokens original MIT

comms-setup

09

DevZonayed/Mochi

Command

Link a communication channel (WhatsApp first) to this repo — agent-driven QR / pairing-code onboarding, then pick which chats to sync.

3 15d ago A 27 tokens original MIT

comms-status

10

DevZonayed/Mochi

Command

Show this repo's communication-channel link status, allowlisted chats, and message counts.

3 15d ago A 16 tokens original MIT

comms-sync

11

DevZonayed/Mochi

Command

Force a connect + backfill pass for a linked communication channel (catches up live + best-effort history).

3 15d ago A 23 tokens original MIT

dream

12

DevZonayed/Mochi

Command

Roll up the last N links into a single phase-digest link; originals move to archived/ (never deleted).

3 15d ago A 25 tokens original MIT

feedback

13

DevZonayed/Mochi

Command

File a plugin-capability-gap note, or flush queued notes to GitHub issues.

3 15d ago A 16 tokens original MIT

insights

14

DevZonayed/Mochi

Command

Owner-only — fetch and print the mochi-insight server's aggregate summary.

3 15d ago A 15 tokens original MIT

recall

15

DevZonayed/Mochi

Command

Search past links in the continuum chain by tag/keyword and return matched summaries.

3 15d ago A 15 tokens original MIT

rename

16

DevZonayed/Mochi

Command

Rename this Claude session as it appears in the Mochi extension popup.

3 15d ago A 13 tokens original MIT

render

17

DevZonayed/Mochi

Command

Inspect an archived transcript (gzipped) — show counts, tool calls, errors. Useful after a PreCompact or SessionEnd, before deciding to write a retroactive /continuum:checkpoint.

3 15d ago A 39 tokens original MIT

review-session

18

DevZonayed/Mochi

Command

Arm-2 — critique the current/last session for efficiency & quality, emit a Zone-A distillation, offer a deliberate GitHub feedback report.

3 15d ago A 29 tokens original MIT

status

19

DevZonayed/Mochi

Command

Show continuum chain health — link count, latest link, STATE.md size, archive usage, pending checkpoint.

3 15d ago A 20 tokens original MIT

telemetry

20

DevZonayed/Mochi

Command

Inspect, opt in/out of, and audit mochi's anonymous usage telemetry.

3 15d ago A 15 tokens original MIT

SessionStart

21

DevZonayed/Mochi

Hook

Runs when a session starts, executing session_start.js via node. From DevZonayed/Mochi.

3 15d ago A tokens not measured copy · 77% MIT

PreCompact

22

DevZonayed/Mochi

Hook

Runs before the context is compacted, executing pre_compact.js via node. From DevZonayed/Mochi.

3 15d ago A tokens not measured original MIT

SessionEnd

23

DevZonayed/Mochi

Hook

Runs when a session ends, executing session_end.js via node. From DevZonayed/Mochi.

3 15d ago A tokens not measured original MIT

PreToolUse

24

DevZonayed/Mochi

Hook

Runs before the agent uses a tool, executing pre_tool_use.js via node. From DevZonayed/Mochi.

3 15d ago A tokens not measured original MIT