@zeph-to/cli 1.15.0 → 1.15.1
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agent-rules.default.d.ts","sourceRoot":"","sources":["../src/agent-rules.default.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,OAAO,EAAkB,KAAK,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1E,eAAO,MAAM,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"agent-rules.default.d.ts","sourceRoot":"","sources":["../src/agent-rules.default.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,OAAO,EAAkB,KAAK,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1E,eAAO,MAAM,gBAAgB,EAAE,iBAiF9B,CAAC"}
|
|
@@ -26,7 +26,7 @@ exports.DEFAULT_MANIFEST = void 0;
|
|
|
26
26
|
const agent_state_js_1 = require("./agent-state.js");
|
|
27
27
|
exports.DEFAULT_MANIFEST = {
|
|
28
28
|
engineVersion: agent_state_js_1.ENGINE_VERSION,
|
|
29
|
-
version: '2026.07.04.
|
|
29
|
+
version: '2026.07.04.2',
|
|
30
30
|
agents: {
|
|
31
31
|
claude: [
|
|
32
32
|
{
|
|
@@ -62,6 +62,25 @@ exports.DEFAULT_MANIFEST = {
|
|
|
62
62
|
priority: 800,
|
|
63
63
|
contains: ['esc to interrupt'],
|
|
64
64
|
},
|
|
65
|
+
{
|
|
66
|
+
// Newer CC skins drop the "esc to interrupt" hint; the
|
|
67
|
+
// live token counter on the spinner line
|
|
68
|
+
// ("✶ Churning… (1m 2s · ↓ 1.2k tokens)") only renders
|
|
69
|
+
// while the agent is actually running.
|
|
70
|
+
id: 'claude-working-token-counter',
|
|
71
|
+
state: 'working',
|
|
72
|
+
priority: 790,
|
|
73
|
+
regex: ['[↓↑]\\s?[\\d.,]+k? tokens'],
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
// Elapsed-time spinner suffix ("(12s · ..." / "(1m 2s ·")
|
|
77
|
+
// — second fallback for skins that hide the token counter
|
|
78
|
+
// early in a turn.
|
|
79
|
+
id: 'claude-working-elapsed-spinner',
|
|
80
|
+
state: 'working',
|
|
81
|
+
priority: 780,
|
|
82
|
+
regex: ['…\\s*\\((?:\\d+m )?\\d+s ·'],
|
|
83
|
+
},
|
|
65
84
|
{
|
|
66
85
|
// Idle prompt: `❯` at line start in the tail, with no
|
|
67
86
|
// dialog affordances around it.
|