Skip to content

Automation Tab — agent-powered automations with triggers #156

@khang859

Description

@khang859

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions