Active Sessions
Recent Sessions
Session Overview
Session Insights
Analyze your Claude Code sessions to discover patterns, groups, and suggested skills.
Click Analyze Sessions to start. Only new or modified sessions will be processed (incremental).
Backup Manager
Auto-backups daily (7 day retention, minimum 3 kept). Click paths to copy.
Git Worktrees
Isolated working copies for parallel development. Status updates every 30s.
Wall-E Setup
Version loading...Configure AI provider, integrations, and advanced settings.
Provider Health
Anthropic
Claude models DEFAULTOpenAI
GPT models DEFAULTOllama
Free · local DEFAULTDeepSeek
V4 · 1M ctx DEFAULTMoonshot / Kimi
K2.6 · 256K ctx DEFAULTTask Tier Overrides
Pin a specific model to specific Wall-E tasks. Falls back to the ★ default when not set.
ⓘ Task models populate after you Save a provider above. To clear an override, pick "— Default —".
Connected Services
Accounts and integrations that feed Wall-E's memory.
AI Tool Integrations
Wall-E registers as an MCP server so your AI coding tools can access memories and knowledge.
Manual setup instructions
{
"mcpServers": {
"wall-e": {
"type": "http",
"url": "http://localhost:3457/mcp"
}
}
}
~/.codex/config.toml:[mcp_servers."wall-e"]
url = "http://localhost:3457/mcp"
Claude Code project:
~/.claude/mcp.jsonClaude Code global:
~/.claude.jsonCodex:
~/.codex/config.tomlCursor:
~/.cursor/mcp.jsonWindsurf:
~/.codeium/windsurf/mcp_config.jsonClaude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json
"wall-e" entry from the config files above.Phone Access
Pick how your phone reaches this CTM — the wizard will handle the rest.
Microsoft tunnel phone access Checking Microsoft Dev Tunnels...
- 1Install
- 2Sign in
- 3Start
Advanced details
Traffic inspection
Walle Remote phone access Checking Walle Remote...
Tailscale private URL Checking Tailscale...
Command CTM will run
tailscale cert.
Cloudflare Access browser URL Checking Cloudflare automation...
ctm.walle.sh can route to only one CTM tunnel at a time. A Walle-managed URL would need a hosted Walle service that owns the domain in Cloudflare and assigns a unique subdomain to each install.brew install cloudflare/cloudflare/cloudflared
cloudflared tunnel login
Continue to summary, click Create Token, copy the generated token once, then paste it here.CTM phone access, Access, Tunnel, DNS, and Zone permissions, account scope All accounts, and zone scope All zones so CTM can find or add the parent domain.Manual permission rows
Account/Access: Apps and Policies/EditAccount/Access: Organizations, Identity Providers, and Groups/ReadAccount/Cloudflare Tunnel/EditZone/DNS/EditZone/Zone/Read
Advanced Cloudflare IDs (optional)
Advanced network settings
These fields are managed automatically when you use the wizard above. Only edit if you need a custom bind address or your own TLS certificates.
Pair Phone
Create a one-time QR claim. The phone receives a durable device token only after passkey registration succeeds.
Appearance
Choose the CTM, Wall-E, and terminal theme. Provider ANSI colors are preserved inside the selected palette.
Memory Search
Vector embeddings enable semantic search — find memories by meaning, not just keywords.
GOOGLE_API_KEY=... to your .env file and restart.
Data Storage
Where databases and backups are stored. Changes require a restart.
Status-Change Hooks
Run a shell command when a session transitions between states. Env vars: CTM_OLD_STATE, CTM_NEW_STATE, CTM_SESSION_ID, CTM_PROVIDER, CTM_WORKTREE_PATH, CTM_WORKTREE_BRANCH, CTM_TAB_TITLE (plus CCMANAGER_* aliases for migration).
.ctm-hooks.json in any repo root with the same schema — project values win over these globals.Hooks run with 10s default timeout and cannot block CTM.
sh -c is used to interpret the command string.
Files marked create don't exist yet — selecting them will create a new file.
Permission Manager
Manage which tools Claude Code can auto-approve.
Click Scan Sessions to discover tools used in your recent sessions, then toggle auto-approve for each.
Shadow Approver
Shadows your approvals, learns patterns, auto-approves safe ops.
Prompt Editor
Create, edit, and manage your prompts with rich text formatting, image annotations, versioning, and prompt chains.
Quick start: Click + New Prompt or select an existing prompt from the sidebar.