Summary
An Automation tab that lets users create agent-powered automations triggered manually or on a cron schedule. Each automation is a single agent call — write a prompt, pick tools, and the agent executes autonomously using Vercel AI SDK.
What's built
- Sidebar section under Star Command with automation list, status indicators, context menus
- Editor tab: trigger config (manual/schedule with presets + custom cron), agent config (provider/model/prompt/tools)
- Execution engine: Vercel AI SDK
generateText() with tools (shell, read_file, write_file, fleet CLI)
- Streaming logs panel and grouped outputs panel (files produced by runs)
- AI Providers settings tab for API key management
- JSON files on disk (
~/.fleet/automations/), crash recovery, cron scheduling
Branch
feat/automation-tab — 16 commits, all tests passing, builds clean.
Design spec
docs/superpowers/specs/2026-03-25-automation-tab-design.md
Status
Prototype — needs manual testing and polish before merge.
Summary
An Automation tab that lets users create agent-powered automations triggered manually or on a cron schedule. Each automation is a single agent call — write a prompt, pick tools, and the agent executes autonomously using Vercel AI SDK.
What's built
generateText()with tools (shell, read_file, write_file, fleet CLI)~/.fleet/automations/), crash recovery, cron schedulingBranch
feat/automation-tab— 16 commits, all tests passing, builds clean.Design spec
docs/superpowers/specs/2026-03-25-automation-tab-design.mdStatus
Prototype — needs manual testing and polish before merge.