Skip to content

Commit 4f0d9c9

Browse files
committed
docs(readme): add Bring Your Own LLM + Scheduled Tasks (VIP+) sections
- New 'Bring Your Own LLM' section under What Makes It Different — multi-provider support (Anthropic/DeepSeek/Zhipu/Kimi/MiniMax/Bedrock/ Vertex/LiteLLM proxy) - New 'Scheduled Tasks (VIP+)' section — cron-driven Claude runs - Rename '🎨 Themes & Customization' → '🎨 Settings & Customization' to match the broader unified Settings panel screenshot - Features table: add Multi-Provider and Scheduled Tasks rows - VIP tier description + Premium Features list: add Scheduled Tasks
1 parent 51adfc2 commit 4f0d9c9

1 file changed

Lines changed: 31 additions & 4 deletions

File tree

README.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,18 @@ Start a task on your desktop, walk away. Check progress from your phone. Approve
4343

4444
<video src="https://aaa-code.app/aaa-remote-demo.mp4" width="100%" autoplay loop muted></video>
4545

46+
### 🔌 Bring Your Own LLM
47+
48+
Anthropic direct, DeepSeek, Zhipu, Kimi, MiniMax, AWS Bedrock, Google Vertex — or point at your own LiteLLM proxy. Configure once in **Settings → Providers**, then switch per session or globally for new chats. Your keys stay on-device; we never see your traffic.
49+
50+
<div align="center">
51+
<br>
52+
<img src="https://aaa-code.app/provider-screenshot.png" alt="Provider selection panel with Anthropic, DeepSeek, Bedrock and Vertex options" width="680">
53+
<br><br>
54+
</div>
55+
56+
<video src="https://aaa-code.app/aaa-provider-demo.mp4" width="100%" autoplay loop muted></video>
57+
4658
### 📂 Multiple Projects as Context
4759

4860
Claude Code locks you into one working directory. AAA Code lets you throw multiple project directories into the same conversation. *"Hey Claude, look at the API in repo A and the frontend in repo B and make them talk to each other."*
@@ -61,6 +73,18 @@ Three messages in, Claude takes a wrong turn. In the CLI, you're stuck restartin
6173

6274
<video src="https://aaa-code.app/aaa-demo-fork.mp4" width="100%" autoplay loop muted></video>
6375

76+
### ⏰ Scheduled Tasks _(VIP+)_
77+
78+
Daily standup reports, nightly refactors, weekly dependency checks — Claude does the work while you're asleep. Type `/schedule` in any session to put it on cron, or open the Scheduled tab to wire one up directly. Runs even when you walk away from the desk; results land in your session tree with a push notification on your phone.
79+
80+
<div align="center">
81+
<br>
82+
<img src="https://aaa-code.app/scheduled-screenshot.png" alt="Scheduled tasks panel with cron presets and run history" width="680">
83+
<br><br>
84+
</div>
85+
86+
<video src="https://aaa-code.app/aaa-scheduled-demo.mp4" width="100%" autoplay loop muted></video>
87+
6488
### 🌳 Session Management
6589

6690
See your entire conversation history at a glance. Resume any session right where you left off, or delete the ones you no longer need. Branches, forks, continuations — everything stays organized.
@@ -83,13 +107,13 @@ Streaming responses, tool use, permission dialogs, MCP server integrations — i
83107

84108
<video src="https://aaa-code.app/aaa-cli-demo.mp4" width="100%" autoplay loop muted></video>
85109

86-
### 🎨 Themes & Customization
110+
### 🎨 Settings & Customization
87111

88-
Switch between multiple visual themes to personalize your workspace. Dark, light, and everything in between.
112+
One unified panel — theme (Purple / Orange / Rainbow, light or dark), default permission mode, providers, license activation, and remote-access tokens with copy-paste and QR. Everything you can configure lives in one place; no scattered preferences windows.
89113

90114
<div align="center">
91115
<br>
92-
<img src="https://aaa-code.app/theme-screenshot.png" alt="Theme and settings panel with light mode" width="680">
116+
<img src="https://aaa-code.app/theme-screenshot.png" alt="Unified Settings panel — theme picker, permission mode, providers, license, remote access" width="680">
93117
<br><br>
94118
</div>
95119

@@ -100,7 +124,9 @@ Switch between multiple visual themes to personalize your workspace. Dark, light
100124
| Feature | Description |
101125
|---------|-------------|
102126
| **Multi-Workspace** | Multiple project directories in one conversation |
127+
| **Multi-Provider** | Anthropic / DeepSeek / Zhipu / Kimi / MiniMax / Bedrock / Vertex / custom proxy |
103128
| **Remote Access** | Phone/tablet access via local WiFi or Cloudflare tunnel |
129+
| **Scheduled Tasks** | Run Claude on cron — daily, weekly, or one-shot (VIP+) |
104130
| **Session Tree** | Visual conversation history — resume, delete, fork, and branch |
105131
| **Permission Bridge** | Approve tool use and answer elicitations from any device |
106132
| **Theme System** | Purple, Orange, Rainbow — light and dark mode |
@@ -146,14 +172,15 @@ AAA Code is free to try for 7 days. A one-time purchase unlocks continued use an
146172
| Tier | Price | What You Get |
147173
|------|-------|-------------|
148174
| **AAA Code Member** | $5 one-time | All core features + lifetime updates |
149-
| **AAA Code VIP Member** | $10 one-time | Everything in Member + all premium features (Plugin System, Conversation Rename, Early Access) |
175+
| **AAA Code VIP Member** | $10 one-time | Everything in Member + all premium features (Plugin System, Scheduled Tasks, Conversation Rename, Early Access) |
150176
| **AAA Code VVIP Member** | $15 one-time | Everything in VIP + priority handling of feature requests and direct email support |
151177

152178
Pick a plan on the [**Pricing page**](https://aaa-code.app/#pricing). Payments are processed by Lemon Squeezy as Merchant of Record; your license key arrives by email and activates instantly in the app (Settings → License).
153179

154180
### Premium Features (VIP+)
155181

156182
- **Plugin System** — Use Claude Code skills (superpowers, frontend-design, code-review, etc.) directly via slash commands. Your installed CLI plugins just work.
183+
- **Scheduled Tasks** — Run Claude on a cron schedule. Daily reports, nightly refactors, weekly check-ins — results land in your session tree with a phone notification.
157184
- **Conversation Rename** — Double-click any session in the conversation tree to rename it.
158185
- **Early Access** — New features before public release.
159186

0 commit comments

Comments
 (0)