feat(global): add functional mvp

This commit is contained in:
h
2025-11-29 02:12:50 +01:00
commit b284370170
22 changed files with 1043 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# stealth-ai-agent
AI agent that lives in macOS menubar. Analyzes screen content and solves tasks.
- Uses Gemini 3 Pro (Preview) by default, can be changed in .env
- Set your own API key in .env before usage
- Only compatible with Google models (provided by google-genai)
- Shortcut: ⇧⌃⌥⌘A for low reasoning
- Shortcut: ⇧⌃⌥⌘H for high reasoning
- ⇧⌃⌥⌘ is Raycast's Hyper key
<sub><sup>MVP. Worst code I've written in the last 5 years. Sorry for ts. But it does what it should.</sup></sub>