@askexenow/exe-os 0.8.39 → 0.8.40

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/cli.js CHANGED
@@ -12246,6 +12246,7 @@ var init_terminal = __esm({
12246
12246
  });
12247
12247
 
12248
12248
  // src/tui/Sidebar.tsx
12249
+ import React14 from "react";
12249
12250
  import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
12250
12251
  function Sidebar({
12251
12252
  active,
@@ -12576,7 +12577,7 @@ var init_tmux_status = __esm({
12576
12577
  });
12577
12578
 
12578
12579
  // src/tui/Footer.tsx
12579
- import { useState as useState4, useEffect as useEffect6 } from "react";
12580
+ import React15, { useState as useState4, useEffect as useEffect6 } from "react";
12580
12581
  import { Fragment, jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
12581
12582
  function Footer() {
12582
12583
  const demo = useDemo();
@@ -12709,6 +12710,7 @@ var init_Footer = __esm({
12709
12710
  });
12710
12711
 
12711
12712
  // src/tui/components/StatusDot.tsx
12713
+ import React16 from "react";
12712
12714
  import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
12713
12715
  function StatusDot({ status, showLabel = true }) {
12714
12716
  const { char, dotColor, label, labelColor } = STATUS_CONFIG[status];
@@ -16060,7 +16062,7 @@ var init_CommandCenter = __esm({
16060
16062
  });
16061
16063
 
16062
16064
  // src/tui/components/TmuxPane.tsx
16063
- import { useState as useState7, useEffect as useEffect9 } from "react";
16065
+ import React18, { useState as useState7, useEffect as useEffect9 } from "react";
16064
16066
  import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
16065
16067
  function TmuxPane({ sessionName, employeeName, employeeRole, projectName, onDetach }) {
16066
16068
  const demo = useDemo();
@@ -19226,7 +19228,7 @@ var init_useOrchestrator = __esm({
19226
19228
  });
19227
19229
 
19228
19230
  // src/tui/views/Sessions.tsx
19229
- import { useState as useState9, useEffect as useEffect11, useCallback as useCallback6 } from "react";
19231
+ import React19, { useState as useState9, useEffect as useEffect11, useCallback as useCallback6 } from "react";
19230
19232
  import path31 from "path";
19231
19233
  import { homedir as homedir4 } from "os";
19232
19234
  import { jsx as jsx9, jsxs as jsxs7 } from "react/jsx-runtime";
@@ -19661,7 +19663,7 @@ var init_Sessions = __esm({
19661
19663
  });
19662
19664
 
19663
19665
  // src/tui/views/Tasks.tsx
19664
- import { useState as useState10, useEffect as useEffect12, useMemo as useMemo5 } from "react";
19666
+ import React20, { useState as useState10, useEffect as useEffect12, useMemo as useMemo5 } from "react";
19665
19667
  import { Fragment as Fragment3, jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
19666
19668
  function relativeTime(iso) {
19667
19669
  const now = Date.now();
@@ -20245,7 +20247,7 @@ var init_gateway_client = __esm({
20245
20247
  });
20246
20248
 
20247
20249
  // src/tui/views/Gateway.tsx
20248
- import { useState as useState11, useEffect as useEffect13, useRef as useRef6, useMemo as useMemo6 } from "react";
20250
+ import React21, { useState as useState11, useEffect as useEffect13, useRef as useRef6, useMemo as useMemo6 } from "react";
20249
20251
  import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
20250
20252
  function connectionStatusColor(status) {
20251
20253
  switch (status) {
@@ -20847,7 +20849,7 @@ var init_agent_status = __esm({
20847
20849
  });
20848
20850
 
20849
20851
  // src/tui/views/Team.tsx
20850
- import { useState as useState12, useEffect as useEffect14 } from "react";
20852
+ import React22, { useState as useState12, useEffect as useEffect14 } from "react";
20851
20853
  import { jsx as jsx12, jsxs as jsxs10 } from "react/jsx-runtime";
20852
20854
  function TeamView({ onBack }) {
20853
20855
  const demo = useDemo();
@@ -21258,7 +21260,7 @@ var init_wiki_client = __esm({
21258
21260
  });
21259
21261
 
21260
21262
  // src/tui/views/Wiki.tsx
21261
- import { useState as useState13, useEffect as useEffect15 } from "react";
21263
+ import React23, { useState as useState13, useEffect as useEffect15 } from "react";
21262
21264
  import TextInput2 from "ink-text-input";
21263
21265
  import { Fragment as Fragment4, jsx as jsx13, jsxs as jsxs11 } from "react/jsx-runtime";
21264
21266
  function WikiView({ onBack }) {
@@ -21569,7 +21571,7 @@ var init_Wiki = __esm({
21569
21571
  });
21570
21572
 
21571
21573
  // src/tui/views/Settings.tsx
21572
- import { useState as useState14, useEffect as useEffect16 } from "react";
21574
+ import React24, { useState as useState14, useEffect as useEffect16 } from "react";
21573
21575
  import { Fragment as Fragment5, jsx as jsx14, jsxs as jsxs12 } from "react/jsx-runtime";
21574
21576
  function SettingsView({ onBack }) {
21575
21577
  const [providers, setProviders] = useState14([]);
package/dist/tui/App.js CHANGED
@@ -14081,6 +14081,7 @@ var SYNC_OUTPUT_SUPPORTED = supportsSynchronizedOutput();
14081
14081
  var TERMINAL_TYPE = getTerminalType();
14082
14082
 
14083
14083
  // src/tui/Sidebar.tsx
14084
+ import React14 from "react";
14084
14085
  import { jsx as jsx4, jsxs as jsxs2 } from "react/jsx-runtime";
14085
14086
  var SECTIONS = [
14086
14087
  { key: "command-center", label: "Command Center", shortcut: "1" },
@@ -14135,7 +14136,7 @@ function Sidebar({
14135
14136
  }
14136
14137
 
14137
14138
  // src/tui/Footer.tsx
14138
- import { useState as useState4, useEffect as useEffect6 } from "react";
14139
+ import React15, { useState as useState4, useEffect as useEffect6 } from "react";
14139
14140
  import { Fragment, jsx as jsx5, jsxs as jsxs3 } from "react/jsx-runtime";
14140
14141
  function Footer() {
14141
14142
  const demo = useDemo();
@@ -14267,6 +14268,7 @@ import path11 from "path";
14267
14268
  import { homedir } from "os";
14268
14269
 
14269
14270
  // src/tui/components/StatusDot.tsx
14271
+ import React16 from "react";
14270
14272
  import { jsx as jsx6, jsxs as jsxs4 } from "react/jsx-runtime";
14271
14273
  var STATUS_CONFIG = {
14272
14274
  active: { char: "\u25CF", dotColor: "#22C55E", label: "active", labelColor: "#22C55E" },
@@ -15513,12 +15515,12 @@ function ChatMessageRow({ msg }) {
15513
15515
  }
15514
15516
 
15515
15517
  // src/tui/views/Sessions.tsx
15516
- import { useState as useState9, useEffect as useEffect11, useCallback as useCallback6 } from "react";
15518
+ import React19, { useState as useState9, useEffect as useEffect11, useCallback as useCallback6 } from "react";
15517
15519
  import path21 from "path";
15518
15520
  import { homedir as homedir2 } from "os";
15519
15521
 
15520
15522
  // src/tui/components/TmuxPane.tsx
15521
- import { useState as useState7, useEffect as useEffect9 } from "react";
15523
+ import React18, { useState as useState7, useEffect as useEffect9 } from "react";
15522
15524
  import { jsx as jsx8, jsxs as jsxs6 } from "react/jsx-runtime";
15523
15525
  var POLL_INTERVAL_MS = 2e3;
15524
15526
  var CAPTURE_LINES = 35;
@@ -16179,7 +16181,7 @@ function SessionsView({
16179
16181
  }
16180
16182
 
16181
16183
  // src/tui/views/Tasks.tsx
16182
- import { useState as useState10, useEffect as useEffect12, useMemo as useMemo5 } from "react";
16184
+ import React20, { useState as useState10, useEffect as useEffect12, useMemo as useMemo5 } from "react";
16183
16185
  import { Fragment as Fragment3, jsx as jsx10, jsxs as jsxs8 } from "react/jsx-runtime";
16184
16186
  var STATUS_FILTERS = ["all", "open", "in_progress", "done", "blocked", "needs_review"];
16185
16187
  var PRIORITY_COLORS = {
@@ -16457,7 +16459,7 @@ function TasksView({ onBack }) {
16457
16459
  }
16458
16460
 
16459
16461
  // src/tui/views/Gateway.tsx
16460
- import { useState as useState11, useEffect as useEffect13, useRef as useRef6, useMemo as useMemo6 } from "react";
16462
+ import React21, { useState as useState11, useEffect as useEffect13, useRef as useRef6, useMemo as useMemo6 } from "react";
16461
16463
  import { jsx as jsx11, jsxs as jsxs9 } from "react/jsx-runtime";
16462
16464
  var MAX_CONVERSATIONS = 20;
16463
16465
  var MAX_MESSAGES_PER_CONVERSATION = 50;
@@ -17019,7 +17021,7 @@ function GatewayView({ onBack }) {
17019
17021
  }
17020
17022
 
17021
17023
  // src/tui/views/Team.tsx
17022
- import { useState as useState12, useEffect as useEffect14 } from "react";
17024
+ import React22, { useState as useState12, useEffect as useEffect14 } from "react";
17023
17025
 
17024
17026
  // src/tui/utils/agent-status.ts
17025
17027
  import { execSync as execSync9 } from "child_process";
@@ -17305,7 +17307,7 @@ function TeamView({ onBack }) {
17305
17307
  }
17306
17308
 
17307
17309
  // src/tui/views/Wiki.tsx
17308
- import { useState as useState13, useEffect as useEffect15 } from "react";
17310
+ import React23, { useState as useState13, useEffect as useEffect15 } from "react";
17309
17311
  import TextInput2 from "ink-text-input";
17310
17312
  import { Fragment as Fragment4, jsx as jsx13, jsxs as jsxs11 } from "react/jsx-runtime";
17311
17313
  var PANELS = ["Workspaces", "Documents", "Chat"];
@@ -17607,7 +17609,7 @@ function WikiView({ onBack }) {
17607
17609
  }
17608
17610
 
17609
17611
  // src/tui/views/Settings.tsx
17610
- import { useState as useState14, useEffect as useEffect16 } from "react";
17612
+ import React24, { useState as useState14, useEffect as useEffect16 } from "react";
17611
17613
  import { Fragment as Fragment5, jsx as jsx14, jsxs as jsxs12 } from "react/jsx-runtime";
17612
17614
  var SECTION_NAMES = ["Providers", "Memory", "Runtime", "Employee Models", "Integrations"];
17613
17615
  function SettingsView({ onBack }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@askexenow/exe-os",
3
- "version": "0.8.39",
3
+ "version": "0.8.40",
4
4
  "description": "AI employee operating system — persistent memory, task management, and multi-agent coordination for Claude Code.",
5
5
  "license": "CC-BY-NC-4.0",
6
6
  "type": "module",