Wake: Terminal History for Claude Code

4 pointsposted 13 hours ago
by baobabmeeko

1 Comments

baobabmeeko

13 hours ago

I built this after getting tired of copy-pasting terminal output into Claude Code. Wake records your shell sessions (commands,outputs, git context) and exposes them via MCP, so Claude can see what you've been doing.

The workflow: start a wake shell, do your normal debugging/deploys/whatever, then ask Claude about it — no context-switching to paste logs.

Written in Rust, works with zsh/bash, all data stays local in SQLite. Happy to answer questions.