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
Copy file name to clipboardExpand all lines: docs/configuration.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ sessions.
83
83
84
84
| Value | Behavior |
85
85
| --- | --- |
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. |
87
87
|`changes`| Enables the aggregate `show_changes` tool and attaches widget UI to `open_workspace` and `show_changes`. |
88
88
|`off`| Disables widget UI. |
89
89
@@ -93,6 +93,7 @@ sessions.
93
93
| --- | --- |
94
94
|`DEVSPACE_SKILLS`| Set to `0` to hide skills. Enabled by default. |
95
95
|`DEVSPACE_SUBAGENTS`| Set to `1` to expose configured agent profiles as Subagents. Experimental and disabled by default. |
96
+
|`DEVSPACE_WORKFLOWS`| Experimental Dynamic Workflows gate. When unset, it follows the effective Subagents setting, including persisted config and any environment override. |
96
97
|`DEVSPACE_AGENT_DIR`| Defaults to `~/.codex`; its `skills` child is loaded for compatibility. |
|`process-sessions` yield bounds | MCP status yield caps |
311
311
312
312
---
@@ -356,7 +356,7 @@ Do not open MCP before CLI smoke — debug path must work headless without a hos
356
356
357
357
## Resolved questions (see also [primitives-spec.md](./primitives-spec.md))
358
358
359
-
1.**Default provider:**`opts.provider` → `meta.defaultProvider` → first of **onboarding-configured**`agentProviders.enabled` ∩ live available. Full config schema in primitives-spec §3.
359
+
1.**Default provider:**`opts.provider` → `meta.defaultProvider` → first live provider in stable product order. Final provider defaults and enablement are deferred to onboarding finalization.
360
360
2.**writeMode:****not in v1 API**; skill teaches prompt-based RO/write.
361
361
3.**Isolation:****`isolation?: 'worktree'` is v1 must-have** on `agent()`; default shared; no auto-merge.
0 commit comments