perchai-cli 2.4.8 → 2.4.9
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/perch.mjs +46 -27
- package/package.json +1 -1
package/dist/perch.mjs
CHANGED
|
@@ -195243,7 +195243,6 @@ function dedupeEvidence(items) {
|
|
|
195243
195243
|
var packetStore, ROLE_KIND_MAP, DOWNSTREAM_CONSUMERS, URL_PATTERN, MARKDOWN_LINK_PATTERN;
|
|
195244
195244
|
var init_contextPackets = __esm({
|
|
195245
195245
|
"features/perchTerminal/agentPlatform/contextPackets.ts"() {
|
|
195246
|
-
"use strict";
|
|
195247
195246
|
packetStore = /* @__PURE__ */ new Map();
|
|
195248
195247
|
ROLE_KIND_MAP = {
|
|
195249
195248
|
legal_source_scout: "research",
|
|
@@ -222494,6 +222493,7 @@ ${continuationIndent} `);
|
|
|
222494
222493
|
function colorForLabel(label) {
|
|
222495
222494
|
if (label === "need" || label === "stop") return "red";
|
|
222496
222495
|
if (label === "tool" || label === "work" || label === "wait") return "muted";
|
|
222496
|
+
if (label === "you") return "bronze";
|
|
222497
222497
|
return "accent";
|
|
222498
222498
|
}
|
|
222499
222499
|
function colorForBody(label) {
|
|
@@ -222510,7 +222510,8 @@ var init_renderCliTurn = __esm({
|
|
|
222510
222510
|
"use strict";
|
|
222511
222511
|
ANSI = {
|
|
222512
222512
|
reset: "\x1B[0m",
|
|
222513
|
-
accent: "\x1B[38;2;
|
|
222513
|
+
accent: "\x1B[38;2;47;94;67m",
|
|
222514
|
+
bronze: "\x1B[38;2;154;82;40m",
|
|
222514
222515
|
cream: "\x1B[38;2;255;248;240m",
|
|
222515
222516
|
muted: "\x1B[38;2;142;133;125m",
|
|
222516
222517
|
green: "\x1B[38;2;110;191;130m",
|
|
@@ -277653,7 +277654,7 @@ async function runInkInteractivePerchCli(writer, deps, options) {
|
|
|
277653
277654
|
const prompt = raw.trim();
|
|
277654
277655
|
if (!prompt || working) return;
|
|
277655
277656
|
setDraft("");
|
|
277656
|
-
addItem({ label: "you", text: prompt, tone: "
|
|
277657
|
+
addItem({ label: "you", text: prompt, tone: "touch" });
|
|
277657
277658
|
if (prompt === "exit" || prompt === "quit" || prompt === "/exit") {
|
|
277658
277659
|
connection.restore();
|
|
277659
277660
|
app.exit();
|
|
@@ -277837,7 +277838,7 @@ async function runInkInteractivePerchCli(writer, deps, options) {
|
|
|
277837
277838
|
Ink2.Text,
|
|
277838
277839
|
{
|
|
277839
277840
|
color: colorForInkTone(tone),
|
|
277840
|
-
bold: tone === "accent"
|
|
277841
|
+
bold: tone === "accent" || tone === "touch" || tone === "normal"
|
|
277841
277842
|
},
|
|
277842
277843
|
showLabel ? renderInkSpeakerLabel(label) : ""
|
|
277843
277844
|
)
|
|
@@ -277896,7 +277897,7 @@ async function runInkInteractivePerchCli(writer, deps, options) {
|
|
|
277896
277897
|
React11.createElement(
|
|
277897
277898
|
Ink2.Box,
|
|
277898
277899
|
{ marginTop: 1 },
|
|
277899
|
-
React11.createElement(Ink2.Text, { color: CLI_BRAND.
|
|
277900
|
+
React11.createElement(Ink2.Text, { color: CLI_BRAND.patinaActive, bold: true }, "perched"),
|
|
277900
277901
|
React11.createElement(Ink2.Text, { color: CLI_BRAND.muted }, " in "),
|
|
277901
277902
|
React11.createElement(Ink2.Text, { color: CLI_BRAND.cream, bold: true }, shortCwd(state.cwd))
|
|
277902
277903
|
),
|
|
@@ -277912,7 +277913,7 @@ async function runInkInteractivePerchCli(writer, deps, options) {
|
|
|
277912
277913
|
([command, description]) => React11.createElement(
|
|
277913
277914
|
Ink2.Box,
|
|
277914
277915
|
{ key: command },
|
|
277915
|
-
React11.createElement(Ink2.Box, { width: 16 }, React11.createElement(Ink2.Text, { color: CLI_BRAND.
|
|
277916
|
+
React11.createElement(Ink2.Box, { width: 16 }, React11.createElement(Ink2.Text, { color: CLI_BRAND.bronze }, command)),
|
|
277916
277917
|
React11.createElement(Ink2.Text, { color: CLI_BRAND.muted }, description)
|
|
277917
277918
|
)
|
|
277918
277919
|
)
|
|
@@ -277938,17 +277939,18 @@ async function runInkInteractivePerchCli(writer, deps, options) {
|
|
|
277938
277939
|
React11.createElement(Ink2.Text, { color: pulseColor, bold: true }, spinnerGlyph)
|
|
277939
277940
|
),
|
|
277940
277941
|
React11.createElement(
|
|
277941
|
-
Ink2.
|
|
277942
|
-
|
|
277943
|
-
|
|
277942
|
+
Ink2.Box,
|
|
277943
|
+
null,
|
|
277944
|
+
React11.createElement(Ink2.Text, { color: CLI_BRAND.patinaActive, bold: true }, state.personaId),
|
|
277945
|
+
React11.createElement(Ink2.Text, { color: CLI_BRAND.muted }, ` \xB7 ${workingText}\u2026`)
|
|
277944
277946
|
)
|
|
277945
277947
|
) : null,
|
|
277946
277948
|
React11.createElement(
|
|
277947
277949
|
Ink2.Box,
|
|
277948
277950
|
{ key: "prompt", marginTop: 1 },
|
|
277949
|
-
React11.createElement(Ink2.Text, { color: CLI_BRAND.
|
|
277951
|
+
React11.createElement(Ink2.Text, { color: CLI_BRAND.bronze, bold: true }, "you\u203A "),
|
|
277950
277952
|
React11.createElement(Ink2.Text, null, draft),
|
|
277951
|
-
React11.createElement(Ink2.Text, { backgroundColor:
|
|
277953
|
+
React11.createElement(Ink2.Text, { backgroundColor: inkTouchColor(pulse), color: CLI_BRAND.graphite }, " ")
|
|
277952
277954
|
)
|
|
277953
277955
|
);
|
|
277954
277956
|
}),
|
|
@@ -278130,7 +278132,7 @@ function renderInteractiveStartup(state, connection) {
|
|
|
278130
278132
|
const auth = renderCliAuthSummary(connection);
|
|
278131
278133
|
const route = connection.authenticated && connection.appUrl ? connection.appUrl.replace(/^https?:\/\//, "") : connection.appUrl ?? state.appUrl ?? "run /login";
|
|
278132
278134
|
const commandLines = PERCH_SPLASH_COMMANDS.map(
|
|
278133
|
-
([command, description]) => ` ${paint(command.padEnd(13), "
|
|
278135
|
+
([command, description]) => ` ${paint(command.padEnd(13), "bronze", color)}${paint(description, "muted", color)}`
|
|
278134
278136
|
);
|
|
278135
278137
|
return [
|
|
278136
278138
|
`${paint("perch \xB7 field terminal", "muted", color)}${" ".repeat(24)}${paint(`v${CLI_PACKAGE_VERSION}`, "muted", color)}`,
|
|
@@ -278148,7 +278150,7 @@ function renderInteractiveStartup(state, connection) {
|
|
|
278148
278150
|
}
|
|
278149
278151
|
function renderInteractivePrompt(_state) {
|
|
278150
278152
|
const color = shouldUseCliColor();
|
|
278151
|
-
return `${paint("you", "
|
|
278153
|
+
return `${paint("you", "bronze", color)}${paint("\u203A", "glint", color)} `;
|
|
278152
278154
|
}
|
|
278153
278155
|
function writeModeLine(writer, key, value) {
|
|
278154
278156
|
const color = shouldUseCliColor();
|
|
@@ -278161,6 +278163,7 @@ function inkSpinnerFrame(frame) {
|
|
|
278161
278163
|
function inkMotionColor(frame) {
|
|
278162
278164
|
const colors = [
|
|
278163
278165
|
CLI_BRAND.patina,
|
|
278166
|
+
CLI_BRAND.patinaActive,
|
|
278164
278167
|
CLI_BRAND.bronze,
|
|
278165
278168
|
CLI_BRAND.bronzeGlint,
|
|
278166
278169
|
CLI_BRAND.bronze,
|
|
@@ -278169,19 +278172,28 @@ function inkMotionColor(frame) {
|
|
|
278169
278172
|
];
|
|
278170
278173
|
return colors[Math.abs(frame) % colors.length] ?? CLI_BRAND.patina;
|
|
278171
278174
|
}
|
|
278175
|
+
function inkTouchColor(frame) {
|
|
278176
|
+
const colors = [
|
|
278177
|
+
CLI_BRAND.bronze,
|
|
278178
|
+
CLI_BRAND.bronzeGlint,
|
|
278179
|
+
CLI_BRAND.bronze,
|
|
278180
|
+
CLI_BRAND.bronzeDeep
|
|
278181
|
+
];
|
|
278182
|
+
return colors[Math.abs(frame) % colors.length] ?? CLI_BRAND.bronze;
|
|
278183
|
+
}
|
|
278172
278184
|
function inkSplashLineColor(index, working, pulse) {
|
|
278173
278185
|
if (working && index >= 11 && index <= 14) return inkMotionColor(pulse + index);
|
|
278174
|
-
if (index >= 11 && index <= 14) return index === 14 ? CLI_BRAND.
|
|
278186
|
+
if (index >= 11 && index <= 14) return index === 14 ? CLI_BRAND.bronzeDeep : CLI_BRAND.bronze;
|
|
278175
278187
|
if (index <= 1 || index >= 2 && index <= 10 && PERCH_SPLASH_SCENE[index]?.trim().startsWith("\xB7")) {
|
|
278176
|
-
return CLI_BRAND.
|
|
278188
|
+
return CLI_BRAND.bronzeDeep;
|
|
278177
278189
|
}
|
|
278178
278190
|
return CLI_BRAND.patina;
|
|
278179
278191
|
}
|
|
278180
278192
|
function paintSplashLine(line, index, enabled) {
|
|
278181
278193
|
if (index >= 11 && index <= 14) {
|
|
278182
|
-
return paint(line, index === 14 ? "
|
|
278194
|
+
return paint(line, index === 14 ? "bronzeDeep" : "bronze", enabled);
|
|
278183
278195
|
}
|
|
278184
|
-
if (index <= 1) return paint(line, "
|
|
278196
|
+
if (index <= 1) return paint(line, "bronzeDeep", enabled);
|
|
278185
278197
|
return paint(line, "accent", enabled);
|
|
278186
278198
|
}
|
|
278187
278199
|
function renderInkSpeakerLabel(label) {
|
|
@@ -278235,8 +278247,10 @@ function colorForInkTone(tone) {
|
|
|
278235
278247
|
return "#6ebf82";
|
|
278236
278248
|
case "muted":
|
|
278237
278249
|
return "#8e857d";
|
|
278250
|
+
case "touch":
|
|
278251
|
+
return CLI_BRAND.bronze;
|
|
278238
278252
|
case "accent":
|
|
278239
|
-
return CLI_BRAND.
|
|
278253
|
+
return CLI_BRAND.patinaActive;
|
|
278240
278254
|
default:
|
|
278241
278255
|
return CLI_BRAND.patina;
|
|
278242
278256
|
}
|
|
@@ -278245,6 +278259,8 @@ function bodyColorForInkTone(tone) {
|
|
|
278245
278259
|
switch (tone) {
|
|
278246
278260
|
case "danger":
|
|
278247
278261
|
return "#d06b55";
|
|
278262
|
+
case "touch":
|
|
278263
|
+
return "#fff8f0";
|
|
278248
278264
|
case "success":
|
|
278249
278265
|
case "muted":
|
|
278250
278266
|
return "#8e857d";
|
|
@@ -278545,20 +278561,23 @@ var init_perch_cli = __esm({
|
|
|
278545
278561
|
DEFAULT_CLI_LOGIN_APP_URL = "https://app.perchai.app";
|
|
278546
278562
|
CLI_PACKAGE_VERSION = readCliPackageVersion();
|
|
278547
278563
|
CLI_BRAND = {
|
|
278548
|
-
patina: "#
|
|
278549
|
-
|
|
278550
|
-
|
|
278551
|
-
|
|
278552
|
-
|
|
278553
|
-
|
|
278564
|
+
patina: "#2F5E43",
|
|
278565
|
+
patinaActive: "#3D7A52",
|
|
278566
|
+
patinaDeep: "#1F3F31",
|
|
278567
|
+
bronze: "#9A5228",
|
|
278568
|
+
bronzeGlint: "#B5632F",
|
|
278569
|
+
bronzeDeep: "#6F351D",
|
|
278570
|
+
graphite: "#0F0D0B",
|
|
278571
|
+
divider: "#32251E",
|
|
278554
278572
|
cream: "#FFF8F0",
|
|
278555
278573
|
muted: "#8E857D"
|
|
278556
278574
|
};
|
|
278557
278575
|
ANSI2 = {
|
|
278558
278576
|
reset: "\x1B[0m",
|
|
278559
|
-
accent: "\x1B[38;2;
|
|
278560
|
-
bronze: "\x1B[38;2;
|
|
278561
|
-
|
|
278577
|
+
accent: "\x1B[38;2;47;94;67m",
|
|
278578
|
+
bronze: "\x1B[38;2;154;82;40m",
|
|
278579
|
+
bronzeDeep: "\x1B[38;2;111;53;29m",
|
|
278580
|
+
glint: "\x1B[38;2;181;99;47m",
|
|
278562
278581
|
cream: "\x1B[38;2;255;248;240m",
|
|
278563
278582
|
muted: "\x1B[38;2;142;133;125m",
|
|
278564
278583
|
green: "\x1B[38;2;110;191;130m",
|