orquesta-cli 0.2.73 → 0.2.74

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.
@@ -1321,7 +1321,7 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1321
1321
  React.createElement(Text, { color: "white" }, params),
1322
1322
  React.createElement(Text, { color: "gray" }, ")")))),
1323
1323
  truncatedReason && (React.createElement(Box, { marginLeft: 2 },
1324
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1324
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1325
1325
  React.createElement(Text, { color: "yellow" }, "\uD83D\uDCAD "),
1326
1326
  React.createElement(Text, { color: "white" }, truncatedReason)))));
1327
1327
  }
@@ -1341,9 +1341,9 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1341
1341
  const extra = lines.length - MAX;
1342
1342
  return (React.createElement(Box, { key: entry.id, flexDirection: "column", marginLeft: 2 },
1343
1343
  React.createElement(Box, null,
1344
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1344
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1345
1345
  React.createElement(Text, { color: entry.success ? 'white' : 'red' }, shown)),
1346
- extra > 0 && (React.createElement(Text, { color: "gray", dimColor: true },
1346
+ extra > 0 && (React.createElement(Text, { color: "white", dimColor: true },
1347
1347
  ' ',
1348
1348
  "\u2026 +",
1349
1349
  extra,
@@ -1359,9 +1359,9 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1359
1359
  const extra = allLines.length - SHELL_MAX_LINES;
1360
1360
  return (React.createElement(Box, { key: entry.id, flexDirection: "column", marginLeft: 2 },
1361
1361
  React.createElement(Box, null,
1362
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1362
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1363
1363
  React.createElement(Text, { color: entry.success ? 'white' : 'red' }, shown)),
1364
- extra > 0 && (React.createElement(Text, { color: "gray", dimColor: true },
1364
+ extra > 0 && (React.createElement(Text, { color: "white", dimColor: true },
1365
1365
  ' ',
1366
1366
  "\u2026 +",
1367
1367
  extra,
@@ -1390,11 +1390,11 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1390
1390
  React.createElement(Text, { bold: true }, entry.content)));
1391
1391
  case 'todo_complete':
1392
1392
  return (React.createElement(Box, { key: entry.id, marginLeft: 2 },
1393
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1393
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1394
1394
  React.createElement(Text, { color: "green" }, "\u2713 Complete")));
1395
1395
  case 'todo_fail':
1396
1396
  return (React.createElement(Box, { key: entry.id, marginLeft: 2 },
1397
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1397
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1398
1398
  React.createElement(Text, { color: "red" }, "\u2717 Failed")));
1399
1399
  case 'compact':
1400
1400
  return (React.createElement(Box, { key: entry.id, flexDirection: "column", marginTop: 1 },
@@ -1417,13 +1417,13 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1417
1417
  React.createElement(Text, { color: "yellow", bold: true }, "\u26A0\uFE0F Approval request: "),
1418
1418
  React.createElement(Text, { color: "cyan", bold: true }, entry.content)),
1419
1419
  entry.details && (React.createElement(Box, { marginLeft: 2 },
1420
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1420
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1421
1421
  React.createElement(Text, null, entry.details))),
1422
1422
  entry.toolArgs && Object.entries(entry.toolArgs).map(([key, value], idx) => {
1423
1423
  if (key === 'reason')
1424
1424
  return null;
1425
1425
  return (React.createElement(Box, { key: idx, marginLeft: 2 },
1426
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1426
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1427
1427
  React.createElement(Text, { color: "magenta" },
1428
1428
  key,
1429
1429
  ": "),
@@ -1432,7 +1432,7 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1432
1432
  }
1433
1433
  case 'approval_response':
1434
1434
  return (React.createElement(Box, { key: entry.id, marginLeft: 2 },
1435
- React.createElement(Text, { color: "gray" }, "\u23BF "),
1435
+ React.createElement(Text, { color: "white" }, "\u23BF "),
1436
1436
  entry.success ? (React.createElement(Text, { color: "green" },
1437
1437
  "\u2713 ",
1438
1438
  entry.details === 'always_approved' ? 'Always approved' : 'Approved')) : (React.createElement(Text, { color: "red" },
@@ -1576,7 +1576,7 @@ export const PlanExecuteApp = ({ llmClient: initialLlmClient, modelInfo, resumeL
1576
1576
  React.createElement(Text, { color: "green" },
1577
1577
  "\u2B21 hook \u2192 ",
1578
1578
  hookBinding.projectName))),
1579
- React.createElement(Text, { color: "gray", dimColor: true }, " \u2502 Tab: mode \u2502 /help"))))),
1579
+ React.createElement(Text, { color: "white", dimColor: true }, " \u2502 Tab: mode \u2502 /help"))))),
1580
1580
  showLogFiles && (React.createElement(Box, { marginTop: 0 },
1581
1581
  React.createElement(LogBrowser, { onClose: () => setShowLogFiles(false) })))));
1582
1582
  };
@@ -115,15 +115,15 @@ export const StatusBar = ({ model, endpoint: _endpoint, projectName, organizatio
115
115
  React.createElement(Text, { color: "white" },
116
116
  currentActivity,
117
117
  "\u2026 "),
118
- React.createElement(Text, { color: "gray" }, "(esc to interrupt"),
119
- sessionElapsedSeconds !== undefined && (React.createElement(Text, { color: "gray" },
118
+ React.createElement(Text, { color: "white" }, "(esc to interrupt"),
119
+ sessionElapsedSeconds !== undefined && (React.createElement(Text, { color: "white" },
120
120
  " \u00B7 ",
121
121
  formatElapsedTime(sessionElapsedSeconds))),
122
- sessionTokens > 0 && (React.createElement(Text, { color: "gray" },
122
+ sessionTokens > 0 && (React.createElement(Text, { color: "white" },
123
123
  " \u00B7 \u2191 ",
124
124
  formatTokens(sessionTokens),
125
125
  " tokens")),
126
- React.createElement(Text, { color: "gray" }, ")")),
126
+ React.createElement(Text, { color: "white" }, ")")),
127
127
  React.createElement(Box, null, model && (React.createElement(React.Fragment, null,
128
128
  React.createElement(Text, { color: "cyan" }, model.slice(0, 15)),
129
129
  batutaSuffix && React.createElement(Text, { color: "magenta" }, batutaSuffix))))));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orquesta-cli",
3
- "version": "0.2.73",
3
+ "version": "0.2.74",
4
4
  "description": "Orquesta CLI - AI-powered coding assistant with team collaboration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",