@enjoys/context-engine 1.0.7 → 1.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": "1.0.0",
3
3
  "description": "Monaco editor language support data for completion, definition, and hover providers",
4
- "generatedAt": "2026-03-03",
4
+ "generatedAt": "2026-03-05",
5
5
  "languages": [
6
6
  {
7
7
  "id": "awk",
@@ -30,6 +30,15 @@
30
30
  "hover": "hover/c.json"
31
31
  }
32
32
  },
33
+ {
34
+ "id": "caddy",
35
+ "name": "Caddy",
36
+ "files": {
37
+ "completion": "completion/caddy.json",
38
+ "defination": "defination/caddy.json",
39
+ "hover": "hover/caddy.json"
40
+ }
41
+ },
33
42
  {
34
43
  "id": "cpp",
35
44
  "name": "C++",
@@ -228,6 +237,15 @@
228
237
  "hover": "hover/python.json"
229
238
  }
230
239
  },
240
+ {
241
+ "id": "redis-cli",
242
+ "name": "Redis CLI",
243
+ "files": {
244
+ "completion": "completion/redis-cli.json",
245
+ "defination": "defination/redis-cli.json",
246
+ "hover": "hover/redis-cli.json"
247
+ }
248
+ },
231
249
  {
232
250
  "id": "ruby",
233
251
  "name": "Ruby",
@@ -326,6 +344,7 @@
326
344
  "awk.json",
327
345
  "bash.json",
328
346
  "c.json",
347
+ "caddy.json",
329
348
  "cpp.json",
330
349
  "crontab.json",
331
350
  "csharp.json",
@@ -348,6 +367,7 @@
348
367
  "powershell.json",
349
368
  "protobuf.json",
350
369
  "python.json",
370
+ "redis-cli.json",
351
371
  "ruby.json",
352
372
  "rust.json",
353
373
  "sql.json",
@@ -366,6 +386,7 @@
366
386
  "awk.json",
367
387
  "bash.json",
368
388
  "c.json",
389
+ "caddy.json",
369
390
  "cpp.json",
370
391
  "crontab.json",
371
392
  "csharp.json",
@@ -388,6 +409,7 @@
388
409
  "powershell.json",
389
410
  "protobuf.json",
390
411
  "python.json",
412
+ "redis-cli.json",
391
413
  "ruby.json",
392
414
  "rust.json",
393
415
  "sql.json",
@@ -406,6 +428,7 @@
406
428
  "awk.json",
407
429
  "bash.json",
408
430
  "c.json",
431
+ "caddy.json",
409
432
  "cpp.json",
410
433
  "crontab.json",
411
434
  "csharp.json",
@@ -428,6 +451,7 @@
428
451
  "powershell.json",
429
452
  "protobuf.json",
430
453
  "python.json",
454
+ "redis-cli.json",
431
455
  "ruby.json",
432
456
  "rust.json",
433
457
  "sql.json",
@@ -441,6 +465,6 @@
441
465
  ]
442
466
  }
443
467
  },
444
- "totalLanguages": 35,
445
- "totalFiles": 105
468
+ "totalLanguages": 37,
469
+ "totalFiles": 111
446
470
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enjoys/context-engine",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Comprehensive CLI command context engine with 135 tools — subcommands, options, examples, and runtime context detectors for intelligent terminal autocomplete",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",