@askexenow/exe-os 0.8.102 → 0.8.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/backfill-conversations.js +7 -1
- package/dist/bin/backfill-responses.js +7 -1
- package/dist/bin/backfill-vectors.js +7 -1
- package/dist/bin/cleanup-stale-review-tasks.js +15 -1
- package/dist/bin/cli.js +16 -1
- package/dist/bin/exe-agent-config.js +8 -0
- package/dist/bin/exe-agent.js +7 -1
- package/dist/bin/exe-assign.js +7 -1
- package/dist/bin/exe-boot.js +15 -1
- package/dist/bin/exe-call.js +7 -1
- package/dist/bin/exe-dispatch.js +15 -1
- package/dist/bin/exe-doctor.js +7 -1
- package/dist/bin/exe-export-behaviors.js +7 -1
- package/dist/bin/exe-forget.js +7 -1
- package/dist/bin/exe-gateway.js +15 -1
- package/dist/bin/exe-heartbeat.js +15 -1
- package/dist/bin/exe-kill.js +7 -1
- package/dist/bin/exe-launch-agent.js +7 -1
- package/dist/bin/exe-new-employee.js +8 -1
- package/dist/bin/exe-pending-messages.js +15 -1
- package/dist/bin/exe-pending-notifications.js +7 -1
- package/dist/bin/exe-pending-reviews.js +15 -1
- package/dist/bin/exe-rename.js +7 -1
- package/dist/bin/exe-review.js +7 -1
- package/dist/bin/exe-search.js +7 -1
- package/dist/bin/exe-session-cleanup.js +15 -1
- package/dist/bin/exe-start-codex.js +15 -1
- package/dist/bin/exe-status.js +15 -1
- package/dist/bin/exe-team.js +7 -1
- package/dist/bin/git-sweep.js +15 -1
- package/dist/bin/graph-backfill.js +7 -1
- package/dist/bin/graph-export.js +7 -1
- package/dist/bin/scan-tasks.js +15 -1
- package/dist/bin/setup.js +8 -1
- package/dist/bin/shard-migrate.js +7 -1
- package/dist/bin/wiki-sync.js +7 -1
- package/dist/gateway/index.js +15 -1
- package/dist/hooks/bug-report-worker.js +15 -1
- package/dist/hooks/commit-complete.js +15 -1
- package/dist/hooks/error-recall.js +7 -1
- package/dist/hooks/ingest-worker.js +15 -1
- package/dist/hooks/instructions-loaded.js +7 -1
- package/dist/hooks/notification.js +7 -1
- package/dist/hooks/post-compact.js +15 -1
- package/dist/hooks/pre-compact.js +15 -1
- package/dist/hooks/pre-tool-use.js +15 -1
- package/dist/hooks/prompt-ingest-worker.js +7 -1
- package/dist/hooks/prompt-submit.js +15 -1
- package/dist/hooks/response-ingest-worker.js +7 -1
- package/dist/hooks/session-end.js +15 -1
- package/dist/hooks/session-start.js +15 -1
- package/dist/hooks/stop.js +15 -1
- package/dist/hooks/subagent-stop.js +15 -1
- package/dist/hooks/summary-worker.js +15 -1
- package/dist/index.js +15 -1
- package/dist/lib/agent-config.js +8 -0
- package/dist/lib/employee-templates.js +7 -1
- package/dist/lib/exe-daemon.js +15 -1
- package/dist/lib/hybrid-search.js +7 -1
- package/dist/lib/identity-templates.js +1 -0
- package/dist/lib/messaging.js +8 -0
- package/dist/lib/runtime-table.js +8 -0
- package/dist/lib/schedules.js +7 -1
- package/dist/lib/store.js +7 -1
- package/dist/lib/tasks.js +8 -0
- package/dist/lib/tmux-routing.js +8 -0
- package/dist/mcp/server.js +16 -1
- package/dist/mcp/tools/create-task.js +9 -0
- package/dist/mcp/tools/list-tasks.js +8 -0
- package/dist/mcp/tools/send-message.js +8 -0
- package/dist/mcp/tools/update-task.js +8 -0
- package/dist/runtime/index.js +15 -1
- package/dist/tui/App.js +15 -1
- package/package.json +1 -1
|
@@ -1523,7 +1523,7 @@ var init_platform_procedures = __esm({
|
|
|
1523
1523
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1524
1524
|
domain: "architecture",
|
|
1525
1525
|
priority: "p0",
|
|
1526
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1526
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1527
1527
|
},
|
|
1528
1528
|
{
|
|
1529
1529
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1531,6 +1531,12 @@ var init_platform_procedures = __esm({
|
|
|
1531
1531
|
priority: "p0",
|
|
1532
1532
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1533
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1536
|
+
domain: "workflow",
|
|
1537
|
+
priority: "p1",
|
|
1538
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1539
|
+
},
|
|
1534
1540
|
// --- Hierarchy and dispatch ---
|
|
1535
1541
|
{
|
|
1536
1542
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1523,7 +1523,7 @@ var init_platform_procedures = __esm({
|
|
|
1523
1523
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1524
1524
|
domain: "architecture",
|
|
1525
1525
|
priority: "p0",
|
|
1526
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1526
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1527
1527
|
},
|
|
1528
1528
|
{
|
|
1529
1529
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1531,6 +1531,12 @@ var init_platform_procedures = __esm({
|
|
|
1531
1531
|
priority: "p0",
|
|
1532
1532
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1533
1533
|
},
|
|
1534
|
+
{
|
|
1535
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1536
|
+
domain: "workflow",
|
|
1537
|
+
priority: "p1",
|
|
1538
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1539
|
+
},
|
|
1534
1540
|
// --- Hierarchy and dispatch ---
|
|
1535
1541
|
{
|
|
1536
1542
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1525,7 +1525,7 @@ var init_platform_procedures = __esm({
|
|
|
1525
1525
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1526
1526
|
domain: "architecture",
|
|
1527
1527
|
priority: "p0",
|
|
1528
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1528
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1529
1529
|
},
|
|
1530
1530
|
{
|
|
1531
1531
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1533,6 +1533,12 @@ var init_platform_procedures = __esm({
|
|
|
1533
1533
|
priority: "p0",
|
|
1534
1534
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1535
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1538
|
+
domain: "workflow",
|
|
1539
|
+
priority: "p1",
|
|
1540
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1541
|
+
},
|
|
1536
1542
|
// --- Hierarchy and dispatch ---
|
|
1537
1543
|
{
|
|
1538
1544
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1585,7 +1585,7 @@ var init_platform_procedures = __esm({
|
|
|
1585
1585
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1586
1586
|
domain: "architecture",
|
|
1587
1587
|
priority: "p0",
|
|
1588
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1588
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1589
1589
|
},
|
|
1590
1590
|
{
|
|
1591
1591
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1593,6 +1593,12 @@ var init_platform_procedures = __esm({
|
|
|
1593
1593
|
priority: "p0",
|
|
1594
1594
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1595
1595
|
},
|
|
1596
|
+
{
|
|
1597
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1598
|
+
domain: "workflow",
|
|
1599
|
+
priority: "p1",
|
|
1600
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1601
|
+
},
|
|
1596
1602
|
// --- Hierarchy and dispatch ---
|
|
1597
1603
|
{
|
|
1598
1604
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1944,6 +1950,14 @@ var init_runtime_table = __esm({
|
|
|
1944
1950
|
inlineFlag: "--no-alt-screen",
|
|
1945
1951
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
1946
1952
|
defaultModel: "gpt-5.4"
|
|
1953
|
+
},
|
|
1954
|
+
opencode: {
|
|
1955
|
+
binary: "opencode",
|
|
1956
|
+
launchMode: "exec",
|
|
1957
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
1958
|
+
inlineFlag: "",
|
|
1959
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
1960
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
1947
1961
|
}
|
|
1948
1962
|
};
|
|
1949
1963
|
}
|
package/dist/bin/cli.js
CHANGED
|
@@ -5298,7 +5298,7 @@ var init_platform_procedures = __esm({
|
|
|
5298
5298
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
5299
5299
|
domain: "architecture",
|
|
5300
5300
|
priority: "p0",
|
|
5301
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
5301
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
5302
5302
|
},
|
|
5303
5303
|
{
|
|
5304
5304
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -5306,6 +5306,12 @@ var init_platform_procedures = __esm({
|
|
|
5306
5306
|
priority: "p0",
|
|
5307
5307
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
5308
5308
|
},
|
|
5309
|
+
{
|
|
5310
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
5311
|
+
domain: "workflow",
|
|
5312
|
+
priority: "p1",
|
|
5313
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
5314
|
+
},
|
|
5309
5315
|
// --- Hierarchy and dispatch ---
|
|
5310
5316
|
{
|
|
5311
5317
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -7254,6 +7260,14 @@ var init_runtime_table = __esm({
|
|
|
7254
7260
|
inlineFlag: "--no-alt-screen",
|
|
7255
7261
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
7256
7262
|
defaultModel: "gpt-5.4"
|
|
7263
|
+
},
|
|
7264
|
+
opencode: {
|
|
7265
|
+
binary: "opencode",
|
|
7266
|
+
launchMode: "exec",
|
|
7267
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
7268
|
+
inlineFlag: "",
|
|
7269
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
7270
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
7257
7271
|
}
|
|
7258
7272
|
};
|
|
7259
7273
|
DEFAULT_RUNTIME = "claude";
|
|
@@ -11785,6 +11799,7 @@ Never say "I have no memories" without first searching broadly. Your memory may
|
|
|
11785
11799
|
- **store_behavior** \u2014 record corrections as behavioral rules (p0/p1/p2)
|
|
11786
11800
|
- **update_identity** \u2014 rewrite any agent's identity when role/responsibilities change (COO/founder only)
|
|
11787
11801
|
- **get_identity** \u2014 read any agent's identity for coordination
|
|
11802
|
+
- **set_agent_config** \u2014 view or change which tool (Claude Code, Codex, OpenCode) and model each agent uses. Call with no args to show all agents' current settings. Call with agent_id + runtime + model to change.
|
|
11788
11803
|
- **send_message** \u2014 direct intercom to employees
|
|
11789
11804
|
${PLAN_MODE_COMPAT}
|
|
11790
11805
|
## Completion Workflow
|
|
@@ -98,6 +98,14 @@ var RUNTIME_TABLE = {
|
|
|
98
98
|
inlineFlag: "--no-alt-screen",
|
|
99
99
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
100
100
|
defaultModel: "gpt-5.4"
|
|
101
|
+
},
|
|
102
|
+
opencode: {
|
|
103
|
+
binary: "opencode",
|
|
104
|
+
launchMode: "exec",
|
|
105
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
106
|
+
inlineFlag: "",
|
|
107
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
108
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
101
109
|
}
|
|
102
110
|
};
|
|
103
111
|
var DEFAULT_RUNTIME = "claude";
|
package/dist/bin/exe-agent.js
CHANGED
|
@@ -1267,7 +1267,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
1267
1267
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1268
1268
|
domain: "architecture",
|
|
1269
1269
|
priority: "p0",
|
|
1270
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1270
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1271
1271
|
},
|
|
1272
1272
|
{
|
|
1273
1273
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1275,6 +1275,12 @@ var PLATFORM_PROCEDURES = [
|
|
|
1275
1275
|
priority: "p0",
|
|
1276
1276
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1277
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1280
|
+
domain: "workflow",
|
|
1281
|
+
priority: "p1",
|
|
1282
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1283
|
+
},
|
|
1278
1284
|
// --- Hierarchy and dispatch ---
|
|
1279
1285
|
{
|
|
1280
1286
|
title: "Chain of command \u2014 who talks to whom",
|
package/dist/bin/exe-assign.js
CHANGED
|
@@ -1870,7 +1870,7 @@ var init_platform_procedures = __esm({
|
|
|
1870
1870
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1871
1871
|
domain: "architecture",
|
|
1872
1872
|
priority: "p0",
|
|
1873
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1873
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1874
1874
|
},
|
|
1875
1875
|
{
|
|
1876
1876
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1878,6 +1878,12 @@ var init_platform_procedures = __esm({
|
|
|
1878
1878
|
priority: "p0",
|
|
1879
1879
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1880
1880
|
},
|
|
1881
|
+
{
|
|
1882
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1883
|
+
domain: "workflow",
|
|
1884
|
+
priority: "p1",
|
|
1885
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1886
|
+
},
|
|
1881
1887
|
// --- Hierarchy and dispatch ---
|
|
1882
1888
|
{
|
|
1883
1889
|
title: "Chain of command \u2014 who talks to whom",
|
package/dist/bin/exe-boot.js
CHANGED
|
@@ -1913,7 +1913,7 @@ var init_platform_procedures = __esm({
|
|
|
1913
1913
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1914
1914
|
domain: "architecture",
|
|
1915
1915
|
priority: "p0",
|
|
1916
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1916
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1917
1917
|
},
|
|
1918
1918
|
{
|
|
1919
1919
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1921,6 +1921,12 @@ var init_platform_procedures = __esm({
|
|
|
1921
1921
|
priority: "p0",
|
|
1922
1922
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1923
1923
|
},
|
|
1924
|
+
{
|
|
1925
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1926
|
+
domain: "workflow",
|
|
1927
|
+
priority: "p1",
|
|
1928
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1929
|
+
},
|
|
1924
1930
|
// --- Hierarchy and dispatch ---
|
|
1925
1931
|
{
|
|
1926
1932
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -2885,6 +2891,14 @@ var init_runtime_table = __esm({
|
|
|
2885
2891
|
inlineFlag: "--no-alt-screen",
|
|
2886
2892
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
2887
2893
|
defaultModel: "gpt-5.4"
|
|
2894
|
+
},
|
|
2895
|
+
opencode: {
|
|
2896
|
+
binary: "opencode",
|
|
2897
|
+
launchMode: "exec",
|
|
2898
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
2899
|
+
inlineFlag: "",
|
|
2900
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
2901
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
2888
2902
|
}
|
|
2889
2903
|
};
|
|
2890
2904
|
DEFAULT_RUNTIME = "claude";
|
package/dist/bin/exe-call.js
CHANGED
|
@@ -341,7 +341,7 @@ var init_platform_procedures = __esm({
|
|
|
341
341
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
342
342
|
domain: "architecture",
|
|
343
343
|
priority: "p0",
|
|
344
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
344
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
345
345
|
},
|
|
346
346
|
{
|
|
347
347
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -349,6 +349,12 @@ var init_platform_procedures = __esm({
|
|
|
349
349
|
priority: "p0",
|
|
350
350
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
351
351
|
},
|
|
352
|
+
{
|
|
353
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
354
|
+
domain: "workflow",
|
|
355
|
+
priority: "p1",
|
|
356
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
357
|
+
},
|
|
352
358
|
// --- Hierarchy and dispatch ---
|
|
353
359
|
{
|
|
354
360
|
title: "Chain of command \u2014 who talks to whom",
|
package/dist/bin/exe-dispatch.js
CHANGED
|
@@ -465,6 +465,14 @@ var init_runtime_table = __esm({
|
|
|
465
465
|
inlineFlag: "--no-alt-screen",
|
|
466
466
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
467
467
|
defaultModel: "gpt-5.4"
|
|
468
|
+
},
|
|
469
|
+
opencode: {
|
|
470
|
+
binary: "opencode",
|
|
471
|
+
launchMode: "exec",
|
|
472
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
473
|
+
inlineFlag: "",
|
|
474
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
475
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
468
476
|
}
|
|
469
477
|
};
|
|
470
478
|
DEFAULT_RUNTIME = "claude";
|
|
@@ -4723,7 +4731,7 @@ var init_platform_procedures = __esm({
|
|
|
4723
4731
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
4724
4732
|
domain: "architecture",
|
|
4725
4733
|
priority: "p0",
|
|
4726
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
4734
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
4727
4735
|
},
|
|
4728
4736
|
{
|
|
4729
4737
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -4731,6 +4739,12 @@ var init_platform_procedures = __esm({
|
|
|
4731
4739
|
priority: "p0",
|
|
4732
4740
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
4733
4741
|
},
|
|
4742
|
+
{
|
|
4743
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
4744
|
+
domain: "workflow",
|
|
4745
|
+
priority: "p1",
|
|
4746
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
4747
|
+
},
|
|
4734
4748
|
// --- Hierarchy and dispatch ---
|
|
4735
4749
|
{
|
|
4736
4750
|
title: "Chain of command \u2014 who talks to whom",
|
package/dist/bin/exe-doctor.js
CHANGED
|
@@ -1525,7 +1525,7 @@ var init_platform_procedures = __esm({
|
|
|
1525
1525
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1526
1526
|
domain: "architecture",
|
|
1527
1527
|
priority: "p0",
|
|
1528
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1528
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1529
1529
|
},
|
|
1530
1530
|
{
|
|
1531
1531
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1533,6 +1533,12 @@ var init_platform_procedures = __esm({
|
|
|
1533
1533
|
priority: "p0",
|
|
1534
1534
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1535
1535
|
},
|
|
1536
|
+
{
|
|
1537
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1538
|
+
domain: "workflow",
|
|
1539
|
+
priority: "p1",
|
|
1540
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1541
|
+
},
|
|
1536
1542
|
// --- Hierarchy and dispatch ---
|
|
1537
1543
|
{
|
|
1538
1544
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1531,7 +1531,7 @@ var init_platform_procedures = __esm({
|
|
|
1531
1531
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1532
1532
|
domain: "architecture",
|
|
1533
1533
|
priority: "p0",
|
|
1534
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1534
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1535
1535
|
},
|
|
1536
1536
|
{
|
|
1537
1537
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1539,6 +1539,12 @@ var init_platform_procedures = __esm({
|
|
|
1539
1539
|
priority: "p0",
|
|
1540
1540
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1541
1541
|
},
|
|
1542
|
+
{
|
|
1543
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1544
|
+
domain: "workflow",
|
|
1545
|
+
priority: "p1",
|
|
1546
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1547
|
+
},
|
|
1542
1548
|
// --- Hierarchy and dispatch ---
|
|
1543
1549
|
{
|
|
1544
1550
|
title: "Chain of command \u2014 who talks to whom",
|
package/dist/bin/exe-forget.js
CHANGED
|
@@ -1638,7 +1638,7 @@ var init_platform_procedures = __esm({
|
|
|
1638
1638
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1639
1639
|
domain: "architecture",
|
|
1640
1640
|
priority: "p0",
|
|
1641
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1641
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1642
1642
|
},
|
|
1643
1643
|
{
|
|
1644
1644
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1646,6 +1646,12 @@ var init_platform_procedures = __esm({
|
|
|
1646
1646
|
priority: "p0",
|
|
1647
1647
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1648
1648
|
},
|
|
1649
|
+
{
|
|
1650
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1651
|
+
domain: "workflow",
|
|
1652
|
+
priority: "p1",
|
|
1653
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1654
|
+
},
|
|
1649
1655
|
// --- Hierarchy and dispatch ---
|
|
1650
1656
|
{
|
|
1651
1657
|
title: "Chain of command \u2014 who talks to whom",
|
package/dist/bin/exe-gateway.js
CHANGED
|
@@ -2570,7 +2570,7 @@ var init_platform_procedures = __esm({
|
|
|
2570
2570
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
2571
2571
|
domain: "architecture",
|
|
2572
2572
|
priority: "p0",
|
|
2573
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
2573
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
2574
2574
|
},
|
|
2575
2575
|
{
|
|
2576
2576
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -2578,6 +2578,12 @@ var init_platform_procedures = __esm({
|
|
|
2578
2578
|
priority: "p0",
|
|
2579
2579
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
2580
2580
|
},
|
|
2581
|
+
{
|
|
2582
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
2583
|
+
domain: "workflow",
|
|
2584
|
+
priority: "p1",
|
|
2585
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
2586
|
+
},
|
|
2581
2587
|
// --- Hierarchy and dispatch ---
|
|
2582
2588
|
{
|
|
2583
2589
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -6347,6 +6353,14 @@ var init_runtime_table = __esm({
|
|
|
6347
6353
|
inlineFlag: "--no-alt-screen",
|
|
6348
6354
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
6349
6355
|
defaultModel: "gpt-5.4"
|
|
6356
|
+
},
|
|
6357
|
+
opencode: {
|
|
6358
|
+
binary: "opencode",
|
|
6359
|
+
launchMode: "exec",
|
|
6360
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
6361
|
+
inlineFlag: "",
|
|
6362
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
6363
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
6350
6364
|
}
|
|
6351
6365
|
};
|
|
6352
6366
|
DEFAULT_RUNTIME = "claude";
|
|
@@ -1604,7 +1604,7 @@ var init_platform_procedures = __esm({
|
|
|
1604
1604
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1605
1605
|
domain: "architecture",
|
|
1606
1606
|
priority: "p0",
|
|
1607
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1607
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1608
1608
|
},
|
|
1609
1609
|
{
|
|
1610
1610
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1612,6 +1612,12 @@ var init_platform_procedures = __esm({
|
|
|
1612
1612
|
priority: "p0",
|
|
1613
1613
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1614
1614
|
},
|
|
1615
|
+
{
|
|
1616
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1617
|
+
domain: "workflow",
|
|
1618
|
+
priority: "p1",
|
|
1619
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1620
|
+
},
|
|
1615
1621
|
// --- Hierarchy and dispatch ---
|
|
1616
1622
|
{
|
|
1617
1623
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1981,6 +1987,14 @@ var init_runtime_table = __esm({
|
|
|
1981
1987
|
inlineFlag: "--no-alt-screen",
|
|
1982
1988
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
1983
1989
|
defaultModel: "gpt-5.4"
|
|
1990
|
+
},
|
|
1991
|
+
opencode: {
|
|
1992
|
+
binary: "opencode",
|
|
1993
|
+
launchMode: "exec",
|
|
1994
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
1995
|
+
inlineFlag: "",
|
|
1996
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
1997
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
1984
1998
|
}
|
|
1985
1999
|
};
|
|
1986
2000
|
}
|
package/dist/bin/exe-kill.js
CHANGED
|
@@ -1531,7 +1531,7 @@ var init_platform_procedures = __esm({
|
|
|
1531
1531
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1532
1532
|
domain: "architecture",
|
|
1533
1533
|
priority: "p0",
|
|
1534
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1534
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1535
1535
|
},
|
|
1536
1536
|
{
|
|
1537
1537
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1539,6 +1539,12 @@ var init_platform_procedures = __esm({
|
|
|
1539
1539
|
priority: "p0",
|
|
1540
1540
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1541
1541
|
},
|
|
1542
|
+
{
|
|
1543
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1544
|
+
domain: "workflow",
|
|
1545
|
+
priority: "p1",
|
|
1546
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1547
|
+
},
|
|
1542
1548
|
// --- Hierarchy and dispatch ---
|
|
1543
1549
|
{
|
|
1544
1550
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1707,7 +1707,7 @@ var init_platform_procedures = __esm({
|
|
|
1707
1707
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1708
1708
|
domain: "architecture",
|
|
1709
1709
|
priority: "p0",
|
|
1710
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1710
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1711
1711
|
},
|
|
1712
1712
|
{
|
|
1713
1713
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1715,6 +1715,12 @@ var init_platform_procedures = __esm({
|
|
|
1715
1715
|
priority: "p0",
|
|
1716
1716
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1717
1717
|
},
|
|
1718
|
+
{
|
|
1719
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1720
|
+
domain: "workflow",
|
|
1721
|
+
priority: "p1",
|
|
1722
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1723
|
+
},
|
|
1718
1724
|
// --- Hierarchy and dispatch ---
|
|
1719
1725
|
{
|
|
1720
1726
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -354,6 +354,7 @@ Never say "I have no memories" without first searching broadly. Your memory may
|
|
|
354
354
|
- **store_behavior** \u2014 record corrections as behavioral rules (p0/p1/p2)
|
|
355
355
|
- **update_identity** \u2014 rewrite any agent's identity when role/responsibilities change (COO/founder only)
|
|
356
356
|
- **get_identity** \u2014 read any agent's identity for coordination
|
|
357
|
+
- **set_agent_config** \u2014 view or change which tool (Claude Code, Codex, OpenCode) and model each agent uses. Call with no args to show all agents' current settings. Call with agent_id + runtime + model to change.
|
|
357
358
|
- **send_message** \u2014 direct intercom to employees
|
|
358
359
|
${PLAN_MODE_COMPAT}
|
|
359
360
|
## Completion Workflow
|
|
@@ -1745,7 +1746,7 @@ var PLATFORM_PROCEDURES = [
|
|
|
1745
1746
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1746
1747
|
domain: "architecture",
|
|
1747
1748
|
priority: "p0",
|
|
1748
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1749
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1749
1750
|
},
|
|
1750
1751
|
{
|
|
1751
1752
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1753,6 +1754,12 @@ var PLATFORM_PROCEDURES = [
|
|
|
1753
1754
|
priority: "p0",
|
|
1754
1755
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1755
1756
|
},
|
|
1757
|
+
{
|
|
1758
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1759
|
+
domain: "workflow",
|
|
1760
|
+
priority: "p1",
|
|
1761
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1762
|
+
},
|
|
1756
1763
|
// --- Hierarchy and dispatch ---
|
|
1757
1764
|
{
|
|
1758
1765
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1573,7 +1573,7 @@ var init_platform_procedures = __esm({
|
|
|
1573
1573
|
title: "Mode 1 \u2014 how exe-os runs inside Claude Code",
|
|
1574
1574
|
domain: "architecture",
|
|
1575
1575
|
priority: "p0",
|
|
1576
|
-
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code. The founder
|
|
1576
|
+
content: "Mode 1: exe-os runs AS hooks + MCP + skills inside Claude Code, Codex, or OpenCode. The founder picks their default tool at setup. The COO manages employees in tmux sessions. Each coordinator session is a separate window/project. Employees run in their own tmux panes via create_task auto-spawn. The founder talks to the COO; the COO orchestrates the team. The tool is the shell, exe-os is the brain."
|
|
1577
1577
|
},
|
|
1578
1578
|
{
|
|
1579
1579
|
title: "Sessions explained \u2014 coordinator session names and projects",
|
|
@@ -1581,6 +1581,12 @@ var init_platform_procedures = __esm({
|
|
|
1581
1581
|
priority: "p0",
|
|
1582
1582
|
content: "Each coordinator session is an isolated project session. One might be exe-os development, another might be exe-wiki. Each session spawns its own employees using {employee}-{coordinatorSession}. Sessions share the same memory DB but tasks are scoped to the session that created them. A founder can run multiple projects simultaneously. Sessions never interfere with each other."
|
|
1583
1583
|
},
|
|
1584
|
+
{
|
|
1585
|
+
title: "Runtime settings \u2014 COO can view and change tools per agent",
|
|
1586
|
+
domain: "workflow",
|
|
1587
|
+
priority: "p1",
|
|
1588
|
+
content: "exe-os supports three tools: Claude Code (Anthropic), Codex (OpenAI), and OpenCode (open source, 75+ providers). Each agent can use a different tool and model. COO uses set_agent_config MCP tool to view or change settings. Call with no args to show all agents. Call with agent_id + runtime + model to change. Users can also run `exe-os settings` from terminal for interactive arrow-key selection."
|
|
1589
|
+
},
|
|
1584
1590
|
// --- Hierarchy and dispatch ---
|
|
1585
1591
|
{
|
|
1586
1592
|
title: "Chain of command \u2014 who talks to whom",
|
|
@@ -1805,6 +1811,14 @@ var init_runtime_table = __esm({
|
|
|
1805
1811
|
inlineFlag: "--no-alt-screen",
|
|
1806
1812
|
apiKeyEnv: "OPENAI_API_KEY",
|
|
1807
1813
|
defaultModel: "gpt-5.4"
|
|
1814
|
+
},
|
|
1815
|
+
opencode: {
|
|
1816
|
+
binary: "opencode",
|
|
1817
|
+
launchMode: "exec",
|
|
1818
|
+
autoApproveFlag: "--dangerously-skip-permissions",
|
|
1819
|
+
inlineFlag: "",
|
|
1820
|
+
apiKeyEnv: "ANTHROPIC_API_KEY",
|
|
1821
|
+
defaultModel: "anthropic/claude-sonnet-4-6"
|
|
1808
1822
|
}
|
|
1809
1823
|
};
|
|
1810
1824
|
}
|