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
Parked. Decided 2026-08-21. No AI features in flue for now, and this is the most AI-shaped idea on the board. Kept as a note so the thinking is not lost. Nothing here blocks #112, #132 or #133.
Why
Once the pieces land, flue can start an agent on machine X in directory Y with prompt P (the composer, #112), know when it finishes or blocks (agent hooks, #132), read what it did (the viewer, and the diff view in #130) and show the facts on a card (#134). An orchestrator is the glue: a sequence of runs, each one a real session the user can open, across every machine and every agent.
Nobody in the field does this across machines and across vendors. Each vendor's own orchestration (subagents, cloud tasks) stays inside its own tool.
Rough scope
Runs are sessions. Every step is a pty with a shell and an agent in it, listed in the sessions screen, attachable, with a transcript. No hidden processes, no second execution model.
Fan out. The same prompt into N repositories or N machines, one session each, one place to watch them all. The cheapest useful version and the one to start with.
The risk is a workflow engine. Keep to "sequences of sessions": no conditionals, no retries, no DAG editor. If it needs a graph, it is a different product.
flue never writes the prompts itself. The user writes every prompt in a template; flue only starts sessions and passes text along. That keeps every run interactive use of the user's own tool.
Status
Parked. Decided 2026-08-21. No AI features in flue for now, and this is the most AI-shaped idea on the board. Kept as a note so the thinking is not lost. Nothing here blocks #112, #132 or #133.
Why
Once the pieces land, flue can start an agent on machine X in directory Y with prompt P (the composer, #112), know when it finishes or blocks (agent hooks, #132), read what it did (the viewer, and the diff view in #130) and show the facts on a card (#134). An orchestrator is the glue: a sequence of runs, each one a real session the user can open, across every machine and every agent.
Nobody in the field does this across machines and across vendors. Each vendor's own orchestration (subagents, cloud tasks) stays inside its own tool.
Rough scope
Notes