@askexenow/exe-os 0.8.101 → 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 +16 -2
- package/dist/bin/cli.js +281 -85
- package/dist/bin/exe-agent-config.js +9 -1
- package/dist/bin/exe-agent.js +7 -1
- package/dist/bin/exe-assign.js +7 -1
- package/dist/bin/exe-boot.js +16 -2
- package/dist/bin/exe-call.js +7 -1
- package/dist/bin/exe-dispatch.js +16 -2
- 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 +16 -2
- package/dist/bin/exe-heartbeat.js +16 -2
- 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 +16 -2
- package/dist/bin/exe-pending-notifications.js +7 -1
- package/dist/bin/exe-pending-reviews.js +16 -2
- 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 +16 -2
- package/dist/bin/exe-start-codex.js +313 -32
- package/dist/bin/exe-status.js +16 -2
- package/dist/bin/exe-team.js +7 -1
- package/dist/bin/git-sweep.js +16 -2
- package/dist/bin/graph-backfill.js +7 -1
- package/dist/bin/graph-export.js +7 -1
- package/dist/bin/scan-tasks.js +16 -2
- package/dist/bin/setup.js +14 -10
- package/dist/bin/shard-migrate.js +7 -1
- package/dist/bin/wiki-sync.js +7 -1
- package/dist/gateway/index.js +16 -2
- package/dist/hooks/bug-report-worker.js +16 -2
- package/dist/hooks/commit-complete.js +16 -2
- package/dist/hooks/error-recall.js +7 -1
- package/dist/hooks/ingest-worker.js +16 -2
- package/dist/hooks/ingest.js +4 -4
- package/dist/hooks/instructions-loaded.js +7 -1
- package/dist/hooks/notification.js +7 -1
- package/dist/hooks/post-compact.js +16 -2
- package/dist/hooks/pre-compact.js +16 -2
- package/dist/hooks/pre-tool-use.js +16 -2
- package/dist/hooks/prompt-ingest-worker.js +7 -1
- package/dist/hooks/prompt-submit.js +16 -2
- package/dist/hooks/response-ingest-worker.js +7 -1
- package/dist/hooks/session-end.js +16 -2
- package/dist/hooks/session-start.js +16 -2
- package/dist/hooks/stop.js +16 -2
- package/dist/hooks/subagent-stop.js +16 -2
- package/dist/hooks/summary-worker.js +16 -2
- package/dist/index.js +16 -2
- package/dist/lib/agent-config.js +9 -1
- package/dist/lib/employee-templates.js +7 -1
- package/dist/lib/exe-daemon.js +16 -2
- package/dist/lib/hybrid-search.js +7 -1
- package/dist/lib/identity-templates.js +1 -0
- package/dist/lib/messaging.js +9 -1
- package/dist/lib/runtime-table.js +9 -1
- package/dist/lib/schedules.js +7 -1
- package/dist/lib/store.js +7 -1
- package/dist/lib/tasks.js +9 -1
- package/dist/lib/tmux-routing.js +9 -1
- package/dist/mcp/server.js +17 -2
- package/dist/mcp/tools/create-task.js +10 -1
- package/dist/mcp/tools/list-tasks.js +9 -1
- package/dist/mcp/tools/send-message.js +9 -1
- package/dist/mcp/tools/update-task.js +9 -1
- package/dist/runtime/index.js +16 -2
- package/dist/tui/App.js +16 -2
- 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",
|
|
@@ -1939,11 +1945,19 @@ var init_runtime_table = __esm({
|
|
|
1939
1945
|
RUNTIME_TABLE = {
|
|
1940
1946
|
codex: {
|
|
1941
1947
|
binary: "codex",
|
|
1942
|
-
launchMode: "
|
|
1948
|
+
launchMode: "interactive",
|
|
1943
1949
|
autoApproveFlag: "--full-auto",
|
|
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
|
}
|