@kya-os/create-mcpi-app 1.8.15-canary.0 → 1.8.16

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,4 +1,4 @@
1
1
 
2
- > @kya-os/create-mcpi-app@1.7.42-canary.11 build /Users/brian/Documents/Vouched/@sandbox/hardware-world-mcp/xmcp-i/packages/create-mcpi-app
2
+ > @kya-os/create-mcpi-app@1.8.16 build /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
3
3
  > tsc && chmod +x dist/index.js
4
4
 
@@ -0,0 +1,443 @@
1
+
2
+ 
3
+ > @kya-os/create-mcpi-app@1.8.15 test:coverage /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
4
+ > vitest run --coverage
5
+
6
+ [?25l
7
+  RUN  v4.0.14 /Users/dylanhobbs/Documents/@kya-os/xmcp-i/packages/create-mcpi-app
8
+ Coverage enabled with v8
9
+
10
+ [?2026h
11
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [queued]
12
+
13
+  Test Files 0 passed (14)
14
+  Tests 0 passed (0)
15
+  Start at 22:38:26
16
+  Duration 103ms
17
+ [?2026l[?2026hstdout | test-cloudflare/tests/session-management.test.ts > Session Management > Session Security > should not expose session data in logs
18
+ [Session] Created session: secure-session
19
+
20
+ ✓ test-cloudflare/tests/cors-security.test.ts (29 tests) 4ms
21
+
22
+  ❯ src/__tests__/cloudflare-template.test.ts [queued]
23
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts [queued]
24
+  ❯ src/__tests__/helpers/generate-config.test.ts [queued]
25
+  ❯ src/__tests__/helpers/generate-identity.test.ts [queued]
26
+  ❯ src/__tests__/helpers/install.test.ts [queued]
27
+  ❯ src/__tests__/helpers/validate-project-structure.test.ts [queued]
28
+  ❯ src/__tests__/scaffolder-envprefix.test.ts [queued]
29
+  ❯ src/helpers/__tests__/config-builder.spec.ts [queued]
30
+  ❯ test-cloudflare/tests/cache-invalidation.test.ts 1/18
31
+  ❯ test-cloudflare/tests/delegation.test.ts [queued]
32
+  ❯ test-cloudflare/tests/do-routing.test.ts 0/14
33
+  ❯ test-cloudflare/tests/session-management.test.ts 0/17
34
+
35
+  Test Files 1 passed (14)
36
+  Tests 30 passed (78)
37
+  Start at 22:38:26
38
+  Duration 209ms
39
+ [?2026l[?2026h ✓ test-cloudflare/tests/cache-invalidation.test.ts (18 tests) 5ms
40
+ ✓ test-cloudflare/tests/session-management.test.ts (17 tests) 21ms
41
+ ✓ test-cloudflare/tests/delegation.test.ts (12 tests) 9ms
42
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
43
+ 
44
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
45
+
46
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
47
+ 🔑 Generating cryptographic identity...
48
+
49
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
50
+ ✔ Created Cloudflare MCP-I template files
51
+ - Generated identity keys in .dev.vars
52
+ - Configured wrangler.toml with KV namespaces
53
+ - Created modular tool structure
54
+ - Created setup script for KV namespace creation
55
+
56
+ ============================================================
57
+ 🎉 Cloudflare MCP-I project created successfully!
58
+ ============================================================
59
+
60
+ 📝 Important Configuration Notes:
61
+
62
+ 1. ADMIN_API_KEY (in .dev.vars):
63
+ - Set to same value as AGENTSHIELD_API_KEY for convenience
64
+ - You can change it if you need separate admin endpoint security
65
+ - Required for admin endpoints like /admin/clear-cache
66
+
67
+ 2. KV Namespaces (in wrangler.toml):
68
+ - Required for MCP-I security features
69
+ - Auto-created by 'npm run setup' script
70
+ - Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
71
+
72
+ 🚀 Next Steps:
73
+ cd test-agent
74
+
75
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include envPrefix in generated index.ts
76
+  wrangler login # Login to Cloudflare first!
77
+ npm run setup # Create KV namespaces
78
+ npm run dev # Start local development
79
+ npm run deploy # Deploy to Cloudflare
80
+
81
+
82
+
83
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
84
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
85
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
86
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
87
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
88
+
89
+  Test Files 9 passed (14)
90
+  Tests 190 passed (258)
91
+  Start at 22:38:26
92
+  Duration 309ms
93
+ [?2026l[?2026hstderr | src/helpers/__tests__/config-builder.spec.ts > buildConfigWithRemote > should fallback to local config when remote fetch fails
94
+ [RemoteConfig] Neither projectId nor agentDid provided
95
+
96
+
97
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
98
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
99
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
100
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
101
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
102
+
103
+  Test Files 9 passed (14)
104
+  Tests 190 passed (258)
105
+  Start at 22:38:26
106
+  Duration 309ms
107
+ [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with npm
108
+ 
109
+ 📦 Installing dependencies with npm...
110
+ ✓ Lockfile created (package-lock.json) - remember to commit it
111
+
112
+ ✓ src/__tests__/helpers/generate-identity.test.ts (24 tests) 25ms
113
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with yarn
114
+ 
115
+ 📦 Installing dependencies with yarn...
116
+ ✓ Lockfile created (yarn.lock) - remember to commit it
117
+
118
+ ✓ src/helpers/__tests__/config-builder.spec.ts (12 tests) 5ms
119
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should install dependencies with pnpm
120
+ 
121
+ 📦 Installing dependencies with pnpm...
122
+ ✓ Lockfile created (pnpm-lock.yaml) - remember to commit it
123
+
124
+ stdout | src/__tests__/helpers/install.test.ts > install > Dependency installation > should use correct working directory
125
+ 
126
+ 📦 Installing dependencies with npm...
127
+ ✓ Lockfile created (package-lock.json) - remember to commit it
128
+
129
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
130
+ 
131
+ 🏗️ Generating Cloudflare MCP-I project: my-awesome-agent...
132
+
133
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
134
+ 🔑 Generating cryptographic identity...
135
+
136
+
137
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
138
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
139
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
140
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
141
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
142
+
143
+  Test Files 9 passed (14)
144
+  Tests 190 passed (258)
145
+  Start at 22:38:26
146
+  Duration 309ms
147
+ [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should report correct package manager in log
148
+ ⚠️ Warning: No lockfile generated (pnpm-lock.yaml)
149
+
150
+
151
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
152
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
153
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
154
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
155
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
156
+
157
+  Test Files 9 passed (14)
158
+  Tests 190 passed (258)
159
+  Start at 22:38:26
160
+  Duration 309ms
161
+ [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Install progress reporting > should check for lockfile after installation
162
+ 
163
+ 📦 Installing dependencies with npm...
164
+ ✓ Lockfile created (package-lock.json) - remember to commit it
165
+
166
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
167
+ 
168
+ 📦 Installing dependencies with npm...
169
+
170
+
171
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
172
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
173
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
174
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
175
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
176
+
177
+  Test Files 9 passed (14)
178
+  Tests 190 passed (258)
179
+  Start at 22:38:26
180
+  Duration 309ms
181
+ [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should throw error when installation fails
182
+ Failed to install dependencies with npm.
183
+
184
+
185
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
186
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
187
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
188
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
189
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
190
+
191
+  Test Files 9 passed (14)
192
+  Tests 190 passed (258)
193
+  Start at 22:38:26
194
+  Duration 309ms
195
+ [?2026l[?2026hstdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
196
+ ✔ Created Cloudflare MCP-I template files
197
+ - Generated identity keys in .dev.vars
198
+ - Configured wrangler.toml with KV namespaces
199
+ - Created modular tool structure
200
+ - Created setup script for KV namespace creation
201
+
202
+ ============================================================
203
+ 🎉 Cloudflare MCP-I project created successfully!
204
+ ============================================================
205
+
206
+ 📝 Important Configuration Notes:
207
+
208
+ 1. ADMIN_API_KEY (in .dev.vars):
209
+ - Set to same value as AGENTSHIELD_API_KEY for convenience
210
+ - You can change it if you need separate admin endpoint security
211
+ - Required for admin endpoints like /admin/clear-cache
212
+
213
+ 2. KV Namespaces (in wrangler.toml):
214
+ - Required for MCP-I security features
215
+ - Auto-created by 'npm run setup' script
216
+ - Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
217
+
218
+ 🚀 Next Steps:
219
+ cd my-awesome-agent
220
+
221
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
222
+ 
223
+ 📦 Installing dependencies with npm...
224
+
225
+
226
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
227
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
228
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
229
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
230
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
231
+
232
+  Test Files 9 passed (14)
233
+  Tests 190 passed (258)
234
+  Start at 22:38:26
235
+  Duration 309ms
236
+ [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle network errors during installation
237
+ Failed to install dependencies with npm.
238
+
239
+
240
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
241
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
242
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
243
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
244
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
245
+
246
+  Test Files 9 passed (14)
247
+  Tests 190 passed (258)
248
+  Start at 22:38:26
249
+  Duration 309ms
250
+ [?2026l[?2026hstdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should use correct prefix format (uppercase with underscores)
251
+  wrangler login # Login to Cloudflare first!
252
+ npm run setup # Create KV namespaces
253
+ npm run dev # Start local development
254
+ npm run deploy # Deploy to Cloudflare
255
+
256
+
257
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
258
+ 
259
+ 📦 Installing dependencies with npm...
260
+
261
+
262
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
263
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
264
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
265
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
266
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
267
+
268
+  Test Files 9 passed (14)
269
+  Tests 190 passed (258)
270
+  Start at 22:38:26
271
+  Duration 309ms
272
+ [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle permission errors during installation
273
+ Failed to install dependencies with npm.
274
+
275
+
276
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
277
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
278
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
279
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
280
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
281
+
282
+  Test Files 9 passed (14)
283
+  Tests 190 passed (258)
284
+  Start at 22:38:26
285
+  Duration 309ms
286
+ [?2026l[?2026hstdout | src/__tests__/helpers/install.test.ts > install > Error handling > should log error message when installation fails
287
+ 
288
+ 📦 Installing dependencies with npm...
289
+
290
+ stdout | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
291
+ 
292
+ 📦 Installing dependencies with unknown...
293
+
294
+
295
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
296
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
297
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
298
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
299
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
300
+
301
+  Test Files 9 passed (14)
302
+  Tests 190 passed (258)
303
+  Start at 22:38:26
304
+  Duration 309ms
305
+ [?2026l[?2026hstderr | src/__tests__/helpers/install.test.ts > install > Error handling > should handle invalid package manager gracefully
306
+ ⚠️ Warning: Unknown package manager "unknown", cannot check lockfile
307
+
308
+
309
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
310
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
311
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
312
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
313
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
314
+
315
+  Test Files 9 passed (14)
316
+  Tests 190 passed (258)
317
+  Start at 22:38:26
318
+  Duration 309ms
319
+ [?2026l[?2026hstdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
320
+ 
321
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
322
+
323
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
324
+ 🔑 Generating cryptographic identity...
325
+
326
+ stdout | src/__tests__/helpers/install.test.ts > install > Lockfile validation > should warn when lockfile not created
327
+ 
328
+ 📦 Installing dependencies with npm...
329
+
330
+ ✓ src/__tests__/helpers/validate-project-structure.test.ts (23 tests) 62ms
331
+ ✓ src/__tests__/helpers/install.test.ts (20 tests) 43ms
332
+ ✓ src/__tests__/helpers/generate-config.test.ts (25 tests) 66ms
333
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
334
+ ✔ Created Cloudflare MCP-I template files
335
+ - Generated identity keys in .dev.vars
336
+ - Configured wrangler.toml with KV namespaces
337
+ - Created modular tool structure
338
+ - Created setup script for KV namespace creation
339
+
340
+ ============================================================
341
+ 🎉 Cloudflare MCP-I project created successfully!
342
+ ============================================================
343
+
344
+ 📝 Important Configuration Notes:
345
+
346
+ 1. ADMIN_API_KEY (in .dev.vars):
347
+ - Set to same value as AGENTSHIELD_API_KEY for convenience
348
+ - You can change it if you need separate admin endpoint security
349
+ - Required for admin endpoints like /admin/clear-cache
350
+
351
+ 2. KV Namespaces (in wrangler.toml):
352
+ - Required for MCP-I security features
353
+ - Auto-created by 'npm run setup' script
354
+ - Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
355
+
356
+ 🚀 Next Steps:
357
+ cd test-agent
358
+
359
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should include comment explaining envPrefix purpose
360
+  wrangler login # Login to Cloudflare first!
361
+ npm run setup # Create KV namespaces
362
+ npm run dev # Start local development
363
+ npm run deploy # Deploy to Cloudflare
364
+
365
+
366
+
367
+  ❯ src/__tests__/cloudflare-template.test.ts 0/30
368
+  ❯ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts 0/21
369
+  ❯ src/__tests__/scaffolder-envprefix.test.ts 0/4
370
+  ❯ src/utils/__tests__/fetch-remote-config.test.ts 0/9
371
+  ❯ test-cloudflare/tests/do-routing.test.ts 10/14
372
+
373
+  Test Files 9 passed (14)
374
+  Tests 190 passed (258)
375
+  Start at 22:38:26
376
+  Duration 309ms
377
+ [?2026l[?2026hstdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
378
+ 
379
+ 🏗️ Generating Cloudflare MCP-I project: test-agent...
380
+
381
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
382
+ 🔑 Generating cryptographic identity...
383
+
384
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
385
+ ✔ Created Cloudflare MCP-I template files
386
+ - Generated identity keys in .dev.vars
387
+ - Configured wrangler.toml with KV namespaces
388
+ - Created modular tool structure
389
+ - Created setup script for KV namespace creation
390
+
391
+ ============================================================
392
+ 🎉 Cloudflare MCP-I project created successfully!
393
+ ============================================================
394
+
395
+ 📝 Important Configuration Notes:
396
+
397
+ 1. ADMIN_API_KEY (in .dev.vars):
398
+ - Set to same value as AGENTSHIELD_API_KEY for convenience
399
+ - You can change it if you need separate admin endpoint security
400
+ - Required for admin endpoints like /admin/clear-cache
401
+
402
+ 2. KV Namespaces (in wrangler.toml):
403
+ - Required for MCP-I security features
404
+ - Auto-created by 'npm run setup' script
405
+ - Check wrangler.toml for 'TODO_REPLACE_WITH_ID' if setup failed
406
+
407
+ 🚀 Next Steps:
408
+ cd test-agent
409
+
410
+ stdout | src/__tests__/scaffolder-envprefix.test.ts > Scaffolder envPrefix Configuration > should match envPrefix with KV binding names in wrangler.toml
411
+  wrangler login # Login to Cloudflare first!
412
+ npm run setup # Create KV namespaces
413
+ npm run dev # Start local development
414
+ npm run deploy # Deploy to Cloudflare
415
+
416
+
417
+ ✓ src/utils/__tests__/fetch-remote-config.test.ts (9 tests) 4ms
418
+ ✓ src/__tests__/scaffolder-envprefix.test.ts (4 tests) 80ms
419
+ ✓ test-cloudflare/tests/do-routing.test.ts (14 tests) 131ms
420
+ ✓ src/__tests__/helpers/fetch-cloudflare-mcpi-template.test.ts (21 tests) 146ms
421
+
422
+  ❯ src/__tests__/cloudflare-template.test.ts 12/30
423
+
424
+  Test Files 13 passed (14)
425
+  Tests 240 passed (258)
426
+  Start at 22:38:26
427
+  Duration 410ms
428
+ [?2026l ✓ src/__tests__/cloudflare-template.test.ts (30 tests | 2 skipped) 179ms
429
+
430
+  Test Files  14 passed (14)
431
+  Tests  256 passed | 2 skipped (258)
432
+  Start at  22:38:26
433
+  Duration  537ms (transform 558ms, setup 0ms, import 1.11s, tests 781ms, environment 1ms)
434
+
435
+  % Coverage report from v8
436
+
437
+ =============================== Coverage summary ===============================
438
+ Statements : 25.83% ( 216/836 )
439
+ Branches : 23.77% ( 102/429 )
440
+ Functions : 30.5% ( 18/59 )
441
+ Lines : 26.02% ( 216/830 )
442
+ ================================================================================
443
+ [?25h