@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.
Files changed (75) hide show
  1. package/dist/bin/backfill-conversations.js +7 -1
  2. package/dist/bin/backfill-responses.js +7 -1
  3. package/dist/bin/backfill-vectors.js +7 -1
  4. package/dist/bin/cleanup-stale-review-tasks.js +16 -2
  5. package/dist/bin/cli.js +281 -85
  6. package/dist/bin/exe-agent-config.js +9 -1
  7. package/dist/bin/exe-agent.js +7 -1
  8. package/dist/bin/exe-assign.js +7 -1
  9. package/dist/bin/exe-boot.js +16 -2
  10. package/dist/bin/exe-call.js +7 -1
  11. package/dist/bin/exe-dispatch.js +16 -2
  12. package/dist/bin/exe-doctor.js +7 -1
  13. package/dist/bin/exe-export-behaviors.js +7 -1
  14. package/dist/bin/exe-forget.js +7 -1
  15. package/dist/bin/exe-gateway.js +16 -2
  16. package/dist/bin/exe-heartbeat.js +16 -2
  17. package/dist/bin/exe-kill.js +7 -1
  18. package/dist/bin/exe-launch-agent.js +7 -1
  19. package/dist/bin/exe-new-employee.js +8 -1
  20. package/dist/bin/exe-pending-messages.js +16 -2
  21. package/dist/bin/exe-pending-notifications.js +7 -1
  22. package/dist/bin/exe-pending-reviews.js +16 -2
  23. package/dist/bin/exe-rename.js +7 -1
  24. package/dist/bin/exe-review.js +7 -1
  25. package/dist/bin/exe-search.js +7 -1
  26. package/dist/bin/exe-session-cleanup.js +16 -2
  27. package/dist/bin/exe-start-codex.js +313 -32
  28. package/dist/bin/exe-status.js +16 -2
  29. package/dist/bin/exe-team.js +7 -1
  30. package/dist/bin/git-sweep.js +16 -2
  31. package/dist/bin/graph-backfill.js +7 -1
  32. package/dist/bin/graph-export.js +7 -1
  33. package/dist/bin/scan-tasks.js +16 -2
  34. package/dist/bin/setup.js +14 -10
  35. package/dist/bin/shard-migrate.js +7 -1
  36. package/dist/bin/wiki-sync.js +7 -1
  37. package/dist/gateway/index.js +16 -2
  38. package/dist/hooks/bug-report-worker.js +16 -2
  39. package/dist/hooks/commit-complete.js +16 -2
  40. package/dist/hooks/error-recall.js +7 -1
  41. package/dist/hooks/ingest-worker.js +16 -2
  42. package/dist/hooks/ingest.js +4 -4
  43. package/dist/hooks/instructions-loaded.js +7 -1
  44. package/dist/hooks/notification.js +7 -1
  45. package/dist/hooks/post-compact.js +16 -2
  46. package/dist/hooks/pre-compact.js +16 -2
  47. package/dist/hooks/pre-tool-use.js +16 -2
  48. package/dist/hooks/prompt-ingest-worker.js +7 -1
  49. package/dist/hooks/prompt-submit.js +16 -2
  50. package/dist/hooks/response-ingest-worker.js +7 -1
  51. package/dist/hooks/session-end.js +16 -2
  52. package/dist/hooks/session-start.js +16 -2
  53. package/dist/hooks/stop.js +16 -2
  54. package/dist/hooks/subagent-stop.js +16 -2
  55. package/dist/hooks/summary-worker.js +16 -2
  56. package/dist/index.js +16 -2
  57. package/dist/lib/agent-config.js +9 -1
  58. package/dist/lib/employee-templates.js +7 -1
  59. package/dist/lib/exe-daemon.js +16 -2
  60. package/dist/lib/hybrid-search.js +7 -1
  61. package/dist/lib/identity-templates.js +1 -0
  62. package/dist/lib/messaging.js +9 -1
  63. package/dist/lib/runtime-table.js +9 -1
  64. package/dist/lib/schedules.js +7 -1
  65. package/dist/lib/store.js +7 -1
  66. package/dist/lib/tasks.js +9 -1
  67. package/dist/lib/tmux-routing.js +9 -1
  68. package/dist/mcp/server.js +17 -2
  69. package/dist/mcp/tools/create-task.js +10 -1
  70. package/dist/mcp/tools/list-tasks.js +9 -1
  71. package/dist/mcp/tools/send-message.js +9 -1
  72. package/dist/mcp/tools/update-task.js +9 -1
  73. package/dist/runtime/index.js +16 -2
  74. package/dist/tui/App.js +16 -2
  75. 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 opens CC and boots the COO. The COO manages employees in tmux sessions. Each coordinator session is a separate CC 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. CC is the shell, exe-os is the brain."
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 opens CC and boots the COO. The COO manages employees in tmux sessions. Each coordinator session is a separate CC 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. CC is the shell, exe-os is the brain."
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 opens CC and boots the COO. The COO manages employees in tmux sessions. Each coordinator session is a separate CC 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. CC is the shell, exe-os is the brain."
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 opens CC and boots the COO. The COO manages employees in tmux sessions. Each coordinator session is a separate CC 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. CC is the shell, exe-os is the brain."
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: "exec",
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
  }