@lousy-agents/cli 5.11.1 → 5.11.3

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.
Files changed (37) hide show
  1. package/api/copilot-with-fastify/.devcontainer/devcontainer.json +2 -2
  2. package/api/copilot-with-fastify/.github/workflows/ci.yml +4 -4
  3. package/api/copilot-with-fastify/.nvmrc +1 -1
  4. package/api/copilot-with-fastify/biome.template.json +1 -1
  5. package/api/copilot-with-fastify/package-lock.json +171 -129
  6. package/api/copilot-with-fastify/package.json +5 -5
  7. package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
  8. package/cli/copilot-with-citty/.github/workflows/ci.yml +3 -3
  9. package/cli/copilot-with-citty/.nvmrc +1 -1
  10. package/cli/copilot-with-citty/biome.template.json +1 -1
  11. package/cli/copilot-with-citty/package.json +5 -5
  12. package/dist/116.js +2 -4
  13. package/dist/316.js +3 -4
  14. package/dist/511.js +6 -6
  15. package/dist/612.js +2 -4
  16. package/dist/714.js +2 -4
  17. package/dist/772.js +2 -4
  18. package/dist/829.js +2 -4
  19. package/dist/908.js +2 -4
  20. package/dist/998.js +2 -4
  21. package/dist/index.js +39143 -39129
  22. package/package.json +2 -2
  23. package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
  24. package/ui/copilot-with-react/.github/workflows/ci.yml +3 -3
  25. package/ui/copilot-with-react/.nvmrc +1 -1
  26. package/ui/copilot-with-react/biome.template.json +1 -1
  27. package/ui/copilot-with-react/package.json +7 -7
  28. package/dist/116.js.map +0 -1
  29. package/dist/316.js.map +0 -1
  30. package/dist/511.js.map +0 -1
  31. package/dist/612.js.map +0 -1
  32. package/dist/714.js.map +0 -1
  33. package/dist/772.js.map +0 -1
  34. package/dist/829.js.map +0 -1
  35. package/dist/908.js.map +0 -1
  36. package/dist/998.js.map +0 -1
  37. package/dist/index.js.map +0 -1
@@ -3,14 +3,14 @@
3
3
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
5
  "ghcr.io/devcontainers/features/node:1.7.1": {
6
- "version": "24.14.1"
6
+ "version": "24.15.0"
7
7
  },
8
8
  "ghcr.io/devcontainers/features/github-cli:1.1.0": {
9
9
  "version": "latest"
10
10
  },
11
11
  "ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
12
12
  "ghcr.io/anthropics/devcontainer-features/claude-code:1": {
13
- "version": "v2.1.111"
13
+ "version": "v2.1.120"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -18,7 +18,7 @@ jobs:
18
18
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
19
 
20
20
  - name: Setup Node.js
21
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
21
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
22
22
  with:
23
23
  node-version-file: '.nvmrc'
24
24
  cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
36
36
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37
37
 
38
38
  - name: Setup Node.js
39
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
39
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
40
40
  with:
41
41
  node-version-file: '.nvmrc'
42
42
  cache: 'npm'
@@ -54,7 +54,7 @@ jobs:
54
54
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55
55
 
56
56
  - name: Setup Node.js
57
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
57
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
58
58
  with:
59
59
  node-version-file: '.nvmrc'
60
60
  cache: 'npm'
@@ -76,7 +76,7 @@ jobs:
76
76
  uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
77
77
 
78
78
  - name: Setup Node.js
79
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
79
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
80
80
  with:
81
81
  node-version-file: '.nvmrc'
82
82
  cache: 'npm'
@@ -1 +1 @@
1
- 24.14.1
1
+ 24.15.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": true,
3
- "$schema": "https://biomejs.dev/schemas/2.4.12/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",