You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
+
<divalign="center">
51
+
<br>
52
+
<imgsrc="https://aaa-code.app/provider-screenshot.png"alt="Provider selection panel with Anthropic, DeepSeek, Bedrock and Vertex options"width="680">
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
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
+
<divalign="center">
81
+
<br>
82
+
<imgsrc="https://aaa-code.app/scheduled-screenshot.png"alt="Scheduled tasks panel with cron presets and run history"width="680">
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
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.
89
113
90
114
<divalign="center">
91
115
<br>
92
-
<imgsrc="https://aaa-code.app/theme-screenshot.png"alt="Theme and settings panel with light mode"width="680">
|**Remote Access**| Phone/tablet access via local WiFi or Cloudflare tunnel |
129
+
|**Scheduled Tasks**| Run Claude on cron — daily, weekly, or one-shot (VIP+) |
104
130
|**Session Tree**| Visual conversation history — resume, delete, fork, and branch |
105
131
|**Permission Bridge**| Approve tool use and answer elicitations from any device |
106
132
|**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
146
172
| Tier | Price | What You Get |
147
173
|------|-------|-------------|
148
174
|**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) |
150
176
|**AAA Code VVIP Member**| $15 one-time | Everything in VIP + priority handling of feature requests and direct email support |
151
177
152
178
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).
153
179
154
180
### Premium Features (VIP+)
155
181
156
182
-**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.
157
184
-**Conversation Rename** — Double-click any session in the conversation tree to rename it.
158
185
-**Early Access** — New features before public release.
0 commit comments