@askexenow/exe-os 0.9.71 → 0.9.73

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 (108) hide show
  1. package/dist/bin/age-ontology-load.js +3 -0
  2. package/dist/bin/agentic-ontology-backfill.js +4 -1
  3. package/dist/bin/agentic-reflection-backfill.js +4 -1
  4. package/dist/bin/agentic-semantic-label.js +4 -1
  5. package/dist/bin/backfill-conversations.js +4 -1
  6. package/dist/bin/backfill-responses.js +4 -1
  7. package/dist/bin/backfill-vectors.js +4 -1
  8. package/dist/bin/bulk-sync-postgres.js +4 -1
  9. package/dist/bin/cc-doctor.js +3 -0
  10. package/dist/bin/cleanup-stale-review-tasks.js +4 -1
  11. package/dist/bin/cli.js +4 -1
  12. package/dist/bin/exe-agent-config.js +3 -0
  13. package/dist/bin/exe-agent.js +4 -1
  14. package/dist/bin/exe-assign.js +4 -1
  15. package/dist/bin/exe-boot.js +4 -1
  16. package/dist/bin/exe-call.js +4 -1
  17. package/dist/bin/exe-cloud.js +4 -1
  18. package/dist/bin/exe-dispatch.js +4 -1
  19. package/dist/bin/exe-doctor.js +4 -1
  20. package/dist/bin/exe-export-behaviors.js +4 -1
  21. package/dist/bin/exe-forget.js +4 -1
  22. package/dist/bin/exe-gateway.js +4 -1
  23. package/dist/bin/exe-healthcheck.js +3 -0
  24. package/dist/bin/exe-heartbeat.js +4 -1
  25. package/dist/bin/exe-kill.js +4 -1
  26. package/dist/bin/exe-launch-agent.js +4 -1
  27. package/dist/bin/exe-new-employee.js +4 -1
  28. package/dist/bin/exe-pending-messages.js +4 -1
  29. package/dist/bin/exe-pending-notifications.js +4 -1
  30. package/dist/bin/exe-pending-reviews.js +4 -1
  31. package/dist/bin/exe-rename.js +4 -1
  32. package/dist/bin/exe-review.js +4 -1
  33. package/dist/bin/exe-search.js +4 -1
  34. package/dist/bin/exe-session-cleanup.js +4 -1
  35. package/dist/bin/exe-settings.js +3 -0
  36. package/dist/bin/exe-start-codex.js +4 -1
  37. package/dist/bin/exe-start-opencode.js +4 -1
  38. package/dist/bin/exe-status.js +4 -1
  39. package/dist/bin/exe-team.js +4 -1
  40. package/dist/bin/git-sweep.js +4 -1
  41. package/dist/bin/graph-backfill.js +4 -1
  42. package/dist/bin/graph-export.js +4 -1
  43. package/dist/bin/install.js +3 -0
  44. package/dist/bin/intercom-check.js +4 -1
  45. package/dist/bin/postgres-agentic-reflection-backfill.js +3 -0
  46. package/dist/bin/postgres-agentic-semantic-backfill.js +3 -0
  47. package/dist/bin/scan-tasks.js +4 -1
  48. package/dist/bin/setup.js +4 -1
  49. package/dist/bin/shard-migrate.js +4 -1
  50. package/dist/bin/update.js +3 -0
  51. package/dist/gateway/index.js +4 -1
  52. package/dist/hooks/bug-report-worker.js +4 -1
  53. package/dist/hooks/codex-stop-task-finalizer.js +4 -1
  54. package/dist/hooks/commit-complete.js +4 -1
  55. package/dist/hooks/error-recall.js +4 -1
  56. package/dist/hooks/exe-heartbeat-hook.js +3 -0
  57. package/dist/hooks/ingest-worker.js +3 -0
  58. package/dist/hooks/ingest.js +4 -1
  59. package/dist/hooks/instructions-loaded.js +4 -1
  60. package/dist/hooks/notification.js +4 -1
  61. package/dist/hooks/post-compact.js +4 -1
  62. package/dist/hooks/post-tool-combined.js +4 -1
  63. package/dist/hooks/pre-compact.js +4 -1
  64. package/dist/hooks/pre-tool-use.js +4 -1
  65. package/dist/hooks/prompt-submit.js +4 -1
  66. package/dist/hooks/session-end.js +4 -1
  67. package/dist/hooks/session-start.js +4 -1
  68. package/dist/hooks/stop.js +4 -1
  69. package/dist/hooks/subagent-stop.js +4 -1
  70. package/dist/hooks/summary-worker.js +4 -1
  71. package/dist/index.js +4 -1
  72. package/dist/lib/agent-config.js +3 -0
  73. package/dist/lib/cloud-sync.js +3 -0
  74. package/dist/lib/config.js +3 -0
  75. package/dist/lib/consolidation.js +3 -0
  76. package/dist/lib/database.js +3 -0
  77. package/dist/lib/db-daemon-client.js +3 -0
  78. package/dist/lib/db.js +3 -0
  79. package/dist/lib/device-registry.js +3 -0
  80. package/dist/lib/embedder.js +3 -0
  81. package/dist/lib/employee-templates.js +4 -1
  82. package/dist/lib/employees.js +3 -0
  83. package/dist/lib/exe-daemon-client.js +3 -0
  84. package/dist/lib/exe-daemon.js +4 -1
  85. package/dist/lib/hybrid-search.js +4 -1
  86. package/dist/lib/identity.js +3 -0
  87. package/dist/lib/license.js +3 -0
  88. package/dist/lib/messaging.js +3 -0
  89. package/dist/lib/reminders.js +3 -0
  90. package/dist/lib/schedules.js +4 -1
  91. package/dist/lib/skill-learning.js +3 -0
  92. package/dist/lib/store.js +4 -1
  93. package/dist/lib/task-router.js +3 -0
  94. package/dist/lib/tasks.js +3 -0
  95. package/dist/lib/tmux-routing.js +3 -0
  96. package/dist/lib/token-spend.js +3 -0
  97. package/dist/mcp/server.js +4 -1
  98. package/dist/mcp/tools/complete-reminder.js +3 -0
  99. package/dist/mcp/tools/create-reminder.js +3 -0
  100. package/dist/mcp/tools/create-task.js +3 -0
  101. package/dist/mcp/tools/deactivate-behavior.js +3 -0
  102. package/dist/mcp/tools/list-reminders.js +3 -0
  103. package/dist/mcp/tools/list-tasks.js +3 -0
  104. package/dist/mcp/tools/send-message.js +3 -0
  105. package/dist/mcp/tools/update-task.js +3 -0
  106. package/dist/runtime/index.js +4 -1
  107. package/dist/tui/App.js +4 -1
  108. package/package.json +5 -5
@@ -601,6 +601,9 @@ var init_config = __esm({
601
601
  autoInstall: false,
602
602
  checkIntervalMs: 24 * 60 * 60 * 1e3
603
603
  },
604
+ support: {
605
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
606
+ },
604
607
  orchestration: {
605
608
  phase: "phase_1_coo",
606
609
  phaseSetBy: "default"
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -318,6 +318,9 @@ var init_config = __esm({
318
318
  autoInstall: false,
319
319
  checkIntervalMs: 24 * 60 * 60 * 1e3
320
320
  },
321
+ support: {
322
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
323
+ },
321
324
  orchestration: {
322
325
  phase: "phase_1_coo",
323
326
  phaseSetBy: "default"
@@ -4778,7 +4781,7 @@ var init_platform_procedures = __esm({
4778
4781
  title: "Customer patch triage \u2014 upstream bug vs customization",
4779
4782
  domain: "support",
4780
4783
  priority: "p0",
4781
- content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
4784
+ content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Do NOT ask the founder for permission to file a required bug report. If create_bug_report is deferred/lazy-loaded, load it and call it. If it is unavailable in the live MCP surface, report 'create_bug_report unavailable in this session' and save a local report in exe/output \u2014 never claim the tool does not exist unless the live MCP surface was checked. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
4782
4785
  },
4783
4786
  // --- Operations ---
4784
4787
  {
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -316,6 +316,9 @@ var init_config = __esm({
316
316
  autoInstall: false,
317
317
  checkIntervalMs: 24 * 60 * 60 * 1e3
318
318
  },
319
+ support: {
320
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
321
+ },
319
322
  orchestration: {
320
323
  phase: "phase_1_coo",
321
324
  phaseSetBy: "default"
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -100,6 +100,9 @@ var init_config = __esm({
100
100
  autoInstall: false,
101
101
  checkIntervalMs: 24 * 60 * 60 * 1e3
102
102
  },
103
+ support: {
104
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
105
+ },
103
106
  orchestration: {
104
107
  phase: "phase_1_coo",
105
108
  phaseSetBy: "default"
@@ -123,6 +123,9 @@ var init_config = __esm({
123
123
  autoInstall: false,
124
124
  checkIntervalMs: 24 * 60 * 60 * 1e3
125
125
  },
126
+ support: {
127
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
128
+ },
126
129
  orchestration: {
127
130
  phase: "phase_1_coo",
128
131
  phaseSetBy: "default"
@@ -123,6 +123,9 @@ var init_config = __esm({
123
123
  autoInstall: false,
124
124
  checkIntervalMs: 24 * 60 * 60 * 1e3
125
125
  },
126
+ support: {
127
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
128
+ },
126
129
  orchestration: {
127
130
  phase: "phase_1_coo",
128
131
  phaseSetBy: "default"
@@ -316,6 +316,9 @@ var init_config = __esm({
316
316
  autoInstall: false,
317
317
  checkIntervalMs: 24 * 60 * 60 * 1e3
318
318
  },
319
+ support: {
320
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
321
+ },
319
322
  orchestration: {
320
323
  phase: "phase_1_coo",
321
324
  phaseSetBy: "default"
@@ -309,6 +309,9 @@ var init_config = __esm({
309
309
  autoInstall: false,
310
310
  checkIntervalMs: 24 * 60 * 60 * 1e3
311
311
  },
312
+ support: {
313
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
314
+ },
312
315
  orchestration: {
313
316
  phase: "phase_1_coo",
314
317
  phaseSetBy: "default"
@@ -7954,7 +7957,7 @@ var init_platform_procedures = __esm({
7954
7957
  title: "Customer patch triage \u2014 upstream bug vs customization",
7955
7958
  domain: "support",
7956
7959
  priority: "p0",
7957
- content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
7960
+ content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Do NOT ask the founder for permission to file a required bug report. If create_bug_report is deferred/lazy-loaded, load it and call it. If it is unavailable in the live MCP surface, report 'create_bug_report unavailable in this session' and save a local report in exe/output \u2014 never claim the tool does not exist unless the live MCP surface was checked. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
7958
7961
  },
7959
7962
  // --- Operations ---
7960
7963
  {
package/dist/tui/App.js CHANGED
@@ -660,6 +660,9 @@ var init_config = __esm({
660
660
  autoInstall: false,
661
661
  checkIntervalMs: 24 * 60 * 60 * 1e3
662
662
  },
663
+ support: {
664
+ bugReportEndpoint: "https://askexe.com/v1/support/bug-reports"
665
+ },
663
666
  orchestration: {
664
667
  phase: "phase_1_coo",
665
668
  phaseSetBy: "default"
@@ -8925,7 +8928,7 @@ var init_platform_procedures = __esm({
8925
8928
  title: "Customer patch triage \u2014 upstream bug vs customization",
8926
8929
  domain: "support",
8927
8930
  priority: "p0",
8928
- content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
8931
+ content: "When an agent encounters a suspected Exe OS bug, update breakage, MCP/tool failure, installer issue, memory/orchestration defect, or customer-local patch need, it MUST use create_bug_report. Do this before or alongside any local workaround so the report reaches AskExe support directly via the customer's license. Do NOT ask the founder for permission to file a required bug report. If create_bug_report is deferred/lazy-loaded, load it and call it. If it is unavailable in the live MCP surface, report 'create_bug_report unavailable in this session' and save a local report in exe/output \u2014 never claim the tool does not exist unless the live MCP surface was checked. Classify first: upstream_bug = reproducible exe-os/platform defect; customer_customization = identity, behavior, procedure, config, branding, workflow preference that belongs in customer-owned layers; emergency_hotfix = temporary local patch. For upstream bugs/emergency hotfixes include version, repro steps, expected/actual, files changed, workaround, and local diff summary. Avoid permanent platform-code patches unless founder approves; if a hotfix is unavoidable, document it in the bug report and re-check after npm update."
8929
8932
  },
8930
8933
  // --- Operations ---
8931
8934
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.9.71",
3
+ "version": "0.9.73",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -89,19 +89,19 @@
89
89
  "benchmark:longmemeval": "npx tsx tests/benchmarks/longmemeval.ts"
90
90
  },
91
91
  "dependencies": {
92
- "@anthropic-ai/sdk": "^0.95.1",
92
+ "@anthropic-ai/sdk": "^0.95.2",
93
93
  "@aws-sdk/client-s3": "^3.800.0",
94
- "@discordjs/voice": "^0.19.2",
94
+ "@discordjs/voice": "^0.18.0",
95
95
  "@libsql/client": "^0.14.0",
96
96
  "@modelcontextprotocol/sdk": "^1.27.1",
97
97
  "@opentelemetry/api": "^1.9.1",
98
- "@opentelemetry/sdk-node": "^0.215.0",
98
+ "@opentelemetry/sdk-node": "^0.217.0",
99
99
  "@opentelemetry/sdk-trace-base": "^2.7.0",
100
100
  "@slack/bolt": "^4.7.0",
101
101
  "@slack/web-api": "^7.15.1",
102
102
  "@types/react": "^19.2.14",
103
103
  "@types/ws": "^8.18.1",
104
- "@whiskeysockets/baileys": "^7.0.0-rc.9",
104
+ "@whiskeysockets/baileys": "^7.0.0-rc10",
105
105
  "bip39": "^3.1.0",
106
106
  "discord.js": "^14.26.3",
107
107
  "grammy": "^1.42.0",