New in Stack
0.2.0-dev.20260701.1. Release notes:
Stack Changelog.Start a goal
From the Agent input, describe an objective and send it. Stack runs the worker in goal context and wakes the monitor sidecar on tool/turn events. Usestack doctor first to confirm Codex and stackd are healthy.
Center pane views
In goal mode, the default center view is Sidecar events — human-facing updates, not the raw worker transcript.| Key | View | What you see |
|---|---|---|
e | Sidecar events (default) | Curated monitor.goal_status rows, steers, errors |
t | Sidecar thread | Monitor reasoning — how it decided |
a | Agent tape | Full agent.* + monitor.* interleave for debug |
Headline strip and timeline
The goal shutter shows:- a headline strip from the latest operator-visible status
- a milestone timeline built from typed
monitor.goal_statusevents
goal_met. Bogus
claims surface as goal_failed or blocked instead of a false green checkmark.
Monitor profiles
On first run, Stack seeds monitor profiles from the install bundle into.stack/monitors/:
| Profile | Role |
|---|---|
default | Primary monitor actor |
progress-narrator | Passive human progress updates on summaries |
M to cycle the current thread through
off → passive → conservative → aggressive → off.
What the monitor checks
The monitor is event-backed. It watches focus areas such as:- style and guidance rules (e.g. destructive git patterns, secret paste)
- goal progress and acceptance
- skill use on Synth/Stack work
- tool use and scope control
Operator-visible updates (MCP)
The monitor posts updates through the Stack MCP toolstack_monitor_goal_status
with fields such as status, headline, note, for_human, and optional
metric. Codex agents with Stack MCP registered can emit these during long runs.
Known limitations
Not yet shipped on the public channel:- multi-goal portfolio view and ETA/progress rate
- bulk archive from the goal shutter
- automatic cross-actor gardener escalation on every risky signal
Next
- Cockpit controls — full keyboard map
- Stack MCP —
stack_monitor_goal_statusand live ops tools - Quickstart — install and first
stack demo