Skip to content

Feature: Batch session creation from dashboard #312

@OneStepAt4time

Description

@OneStepAt4time

Feature Request

Extend the existing "New Session" modal to support creating multiple sessions at once via POST /v1/sessions/batch. The operator specifies a list of work directories (and optional prompts), and Aegis creates all sessions in parallel.

Why

  • The competitive analysis positions Aegis as infrastructure for automating CC at scale
  • Currently an operator must click "New Session" five times to spin up 5 sessions across 5 repos
  • The API client already has batchCreateSessions — zero backend work needed
  • Directly supports CI/CD, multi-repo sweeps, and batch operations

Effort

S — Extend existing CreateSessionModal to support a list input, show batch results

API Endpoints

  • POST /v1/sessions/batch

Priority

P0 — Low effort, high value for multi-repo workflows

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions