Skip to content

Commit 4777bab

Browse files
committed
docs(ui): document read-only workflow dashboards
1 parent 4bc9558 commit 4777bab

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

docs/chatgpt-coding-workflow.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,22 @@ registered. `exec_command` returns a process session ID when a command is still
148148
running after its yield window. Use `write_stdin` to poll it, send input, resize
149149
a PTY, or send Ctrl-C. Set `tty: true` only for commands that need a terminal.
150150

151-
## Show Changes
151+
## Widget UI and Show Changes
152152

153153
By default, `DEVSPACE_WIDGETS=full`.
154154

155-
In that mode, DevSpace attaches widget UI to the exposed workspace, file, edit,
156-
and shell tools. The aggregate `show_changes` tool is not exposed by default.
155+
In that mode, DevSpace attaches widget UI to the exposed workspace, workflow,
156+
file, edit, and shell tools. The `open_workspace` dropdown presents the opened
157+
root, loaded skills and instructions, available agent providers/profiles, and
158+
currently active workflows for that workspace.
159+
160+
Dynamic Workflow views are read-only. They refresh through app-only MCP tools
161+
and show observed phases, agent calls, replay state, worktree isolation, errors,
162+
and recent activity. When the host supports MCP Apps fullscreen display mode,
163+
the card offers an **Open dashboard** presentation control. It does not add
164+
cancel, resume, apply, or cleanup actions.
165+
166+
The aggregate `show_changes` tool is not exposed by default.
157167

158168
Use `DEVSPACE_WIDGETS=off` to disable widget UI, or `DEVSPACE_WIDGETS=changes`
159169
to expose the aggregate show-changes flow.

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ sessions.
8383

8484
| Value | Behavior |
8585
| --- | --- |
86-
| `full` | Default. Widget UI is attached to exposed workspace, file, edit, and shell tools. |
86+
| `full` | Default. Widget UI is attached to exposed workspace, workflow, file, edit, and shell tools, including read-only live workflow dashboards. |
8787
| `changes` | Enables the aggregate `show_changes` tool and attaches widget UI to `open_workspace` and `show_changes`. |
8888
| `off` | Disables widget UI. |
8989

skills/dynamic-workflows/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ depending on a replayed mutating call.
117117

118118
- **CLI**: host agent can shell; prefer for long runs + `--follow`.
119119
- **TUI**: `devspace workflow tui` opens a read-only live view for workflows associated with the current working directory.
120-
- **MCP**: ChatGPT plans; call `run_workflow`, then `workflow_status` until terminal. Disconnecting MCP does **not** kill the worker.
120+
- **MCP**: ChatGPT plans; call `run_workflow`, then `workflow_status` until terminal. With full widgets enabled, workflow tool cards and the `open_workspace` dashboard show read-only live activity, including workflows launched through the CLI. Disconnecting MCP does **not** kill the worker.
121121

122122
## Worked mini-examples
123123

0 commit comments

Comments
 (0)