TypeScript and Electron app for macOS that captures clipboard text into Markdown, with a native overlay and optional screenshot + LongCat-based vision (see docs/plan/).
npm install
npm run start:fresh- Grant Accessibility to the built Electron app in System Settings → Privacy & Security → Accessibility (required for the global double ⌘C hotkey).
- Optional vision features need the Python
agent_kernelservice and a configured LongCat API key; seeagent_kernel/README.mdandstart-vision.sh.
| Path | Purpose |
|---|---|
src/main, src/renderer, src/preload |
Electron app |
native/cc_native_bridge |
N-API helper (hotkey, overlay) |
agent_kernel |
Local Flask + streaming agent / vision API |
sample |
Small LongCat / multimodal examples |
docs |
Design notes and plans |
CLAUDE.md |
Developer / agent context |
Project license is defined by the repository owner; see repository metadata if a LICENSE file is added.