@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.
- package/dist/bin/age-ontology-load.js +3 -0
- package/dist/bin/agentic-ontology-backfill.js +4 -1
- package/dist/bin/agentic-reflection-backfill.js +4 -1
- package/dist/bin/agentic-semantic-label.js +4 -1
- package/dist/bin/backfill-conversations.js +4 -1
- package/dist/bin/backfill-responses.js +4 -1
- package/dist/bin/backfill-vectors.js +4 -1
- package/dist/bin/bulk-sync-postgres.js +4 -1
- package/dist/bin/cc-doctor.js +3 -0
- package/dist/bin/cleanup-stale-review-tasks.js +4 -1
- package/dist/bin/cli.js +4 -1
- package/dist/bin/exe-agent-config.js +3 -0
- package/dist/bin/exe-agent.js +4 -1
- package/dist/bin/exe-assign.js +4 -1
- package/dist/bin/exe-boot.js +4 -1
- package/dist/bin/exe-call.js +4 -1
- package/dist/bin/exe-cloud.js +4 -1
- package/dist/bin/exe-dispatch.js +4 -1
- package/dist/bin/exe-doctor.js +4 -1
- package/dist/bin/exe-export-behaviors.js +4 -1
- package/dist/bin/exe-forget.js +4 -1
- package/dist/bin/exe-gateway.js +4 -1
- package/dist/bin/exe-healthcheck.js +3 -0
- package/dist/bin/exe-heartbeat.js +4 -1
- package/dist/bin/exe-kill.js +4 -1
- package/dist/bin/exe-launch-agent.js +4 -1
- package/dist/bin/exe-new-employee.js +4 -1
- package/dist/bin/exe-pending-messages.js +4 -1
- package/dist/bin/exe-pending-notifications.js +4 -1
- package/dist/bin/exe-pending-reviews.js +4 -1
- package/dist/bin/exe-rename.js +4 -1
- package/dist/bin/exe-review.js +4 -1
- package/dist/bin/exe-search.js +4 -1
- package/dist/bin/exe-session-cleanup.js +4 -1
- package/dist/bin/exe-settings.js +3 -0
- package/dist/bin/exe-start-codex.js +4 -1
- package/dist/bin/exe-start-opencode.js +4 -1
- package/dist/bin/exe-status.js +4 -1
- package/dist/bin/exe-team.js +4 -1
- package/dist/bin/git-sweep.js +4 -1
- package/dist/bin/graph-backfill.js +4 -1
- package/dist/bin/graph-export.js +4 -1
- package/dist/bin/install.js +3 -0
- package/dist/bin/intercom-check.js +4 -1
- package/dist/bin/postgres-agentic-reflection-backfill.js +3 -0
- package/dist/bin/postgres-agentic-semantic-backfill.js +3 -0
- package/dist/bin/scan-tasks.js +4 -1
- package/dist/bin/setup.js +4 -1
- package/dist/bin/shard-migrate.js +4 -1
- package/dist/bin/update.js +3 -0
- package/dist/gateway/index.js +4 -1
- package/dist/hooks/bug-report-worker.js +4 -1
- package/dist/hooks/codex-stop-task-finalizer.js +4 -1
- package/dist/hooks/commit-complete.js +4 -1
- package/dist/hooks/error-recall.js +4 -1
- package/dist/hooks/exe-heartbeat-hook.js +3 -0
- package/dist/hooks/ingest-worker.js +3 -0
- package/dist/hooks/ingest.js +4 -1
- package/dist/hooks/instructions-loaded.js +4 -1
- package/dist/hooks/notification.js +4 -1
- package/dist/hooks/post-compact.js +4 -1
- package/dist/hooks/post-tool-combined.js +4 -1
- package/dist/hooks/pre-compact.js +4 -1
- package/dist/hooks/pre-tool-use.js +4 -1
- package/dist/hooks/prompt-submit.js +4 -1
- package/dist/hooks/session-end.js +4 -1
- package/dist/hooks/session-start.js +4 -1
- package/dist/hooks/stop.js +4 -1
- package/dist/hooks/subagent-stop.js +4 -1
- package/dist/hooks/summary-worker.js +4 -1
- package/dist/index.js +4 -1
- package/dist/lib/agent-config.js +3 -0
- package/dist/lib/cloud-sync.js +3 -0
- package/dist/lib/config.js +3 -0
- package/dist/lib/consolidation.js +3 -0
- package/dist/lib/database.js +3 -0
- package/dist/lib/db-daemon-client.js +3 -0
- package/dist/lib/db.js +3 -0
- package/dist/lib/device-registry.js +3 -0
- package/dist/lib/embedder.js +3 -0
- package/dist/lib/employee-templates.js +4 -1
- package/dist/lib/employees.js +3 -0
- package/dist/lib/exe-daemon-client.js +3 -0
- package/dist/lib/exe-daemon.js +4 -1
- package/dist/lib/hybrid-search.js +4 -1
- package/dist/lib/identity.js +3 -0
- package/dist/lib/license.js +3 -0
- package/dist/lib/messaging.js +3 -0
- package/dist/lib/reminders.js +3 -0
- package/dist/lib/schedules.js +4 -1
- package/dist/lib/skill-learning.js +3 -0
- package/dist/lib/store.js +4 -1
- package/dist/lib/task-router.js +3 -0
- package/dist/lib/tasks.js +3 -0
- package/dist/lib/tmux-routing.js +3 -0
- package/dist/lib/token-spend.js +3 -0
- package/dist/mcp/server.js +4 -1
- package/dist/mcp/tools/complete-reminder.js +3 -0
- package/dist/mcp/tools/create-reminder.js +3 -0
- package/dist/mcp/tools/create-task.js +3 -0
- package/dist/mcp/tools/deactivate-behavior.js +3 -0
- package/dist/mcp/tools/list-reminders.js +3 -0
- package/dist/mcp/tools/list-tasks.js +3 -0
- package/dist/mcp/tools/send-message.js +3 -0
- package/dist/mcp/tools/update-task.js +3 -0
- package/dist/runtime/index.js +4 -1
- package/dist/tui/App.js +4 -1
- package/package.json +5 -5
package/dist/lib/tmux-routing.js
CHANGED
|
@@ -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"
|
package/dist/lib/token-spend.js
CHANGED
|
@@ -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"
|
package/dist/mcp/server.js
CHANGED
|
@@ -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"
|
package/dist/runtime/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
92
|
+
"@anthropic-ai/sdk": "^0.95.2",
|
|
93
93
|
"@aws-sdk/client-s3": "^3.800.0",
|
|
94
|
-
"@discordjs/voice": "^0.
|
|
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.
|
|
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-
|
|
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",
|