@lousy-agents/cli 5.9.1 → 5.9.2
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/api/copilot-with-fastify/.devcontainer/devcontainer.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +26 -26
- package/api/copilot-with-fastify/package.json +3 -3
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/package.json +1 -1
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/package.json +3 -3
|
@@ -10,7 +10,7 @@
|
|
|
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.
|
|
13
|
+
"version": "v2.1.96"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.10",
|
|
21
|
-
"@lousy-agents/mcp": "5.9.
|
|
21
|
+
"@lousy-agents/mcp": "5.9.1",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
|
-
"@testcontainers/postgresql": "11.
|
|
23
|
+
"@testcontainers/postgresql": "11.14.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
25
25
|
"@upstash/context7-mcp": "2.1.7",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
|
-
"testcontainers": "11.
|
|
27
|
+
"testcontainers": "11.14.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.2",
|
|
30
30
|
"vitest": "4.1.3"
|
|
@@ -956,9 +956,9 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"node_modules/@lousy-agents/mcp": {
|
|
959
|
-
"version": "5.9.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.9.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.9.1",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.9.1.tgz",
|
|
961
|
+
"integrity": "sha512-EREF4ac1JpCoEUqU5xcBkZ6bhEy4DSRIh1m+n5iiIufau9kgMYvAO+/lR80Xhw0PJTHcHssKm01jEAxlDpBp1g==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "MIT",
|
|
964
964
|
"dependencies": {
|
|
@@ -1423,13 +1423,13 @@
|
|
|
1423
1423
|
"license": "MIT"
|
|
1424
1424
|
},
|
|
1425
1425
|
"node_modules/@testcontainers/postgresql": {
|
|
1426
|
-
"version": "11.
|
|
1427
|
-
"resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-11.
|
|
1428
|
-
"integrity": "sha512-
|
|
1426
|
+
"version": "11.14.0",
|
|
1427
|
+
"resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-11.14.0.tgz",
|
|
1428
|
+
"integrity": "sha512-wYbJn8GRTj8qfqzfVubxioYWlHJU/ImIjuzPwyy9C5Qfo6g3GLduPZAj+BifvqTZjgT3gd4gFVLCPhBji7dc1w==",
|
|
1429
1429
|
"dev": true,
|
|
1430
1430
|
"license": "MIT",
|
|
1431
1431
|
"dependencies": {
|
|
1432
|
-
"testcontainers": "^11.
|
|
1432
|
+
"testcontainers": "^11.14.0"
|
|
1433
1433
|
}
|
|
1434
1434
|
},
|
|
1435
1435
|
"node_modules/@tybys/wasm-util": {
|
|
@@ -2637,9 +2637,9 @@
|
|
|
2637
2637
|
}
|
|
2638
2638
|
},
|
|
2639
2639
|
"node_modules/docker-compose": {
|
|
2640
|
-
"version": "1.
|
|
2641
|
-
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.
|
|
2642
|
-
"integrity": "sha512-
|
|
2640
|
+
"version": "1.4.2",
|
|
2641
|
+
"resolved": "https://registry.npmjs.org/docker-compose/-/docker-compose-1.4.2.tgz",
|
|
2642
|
+
"integrity": "sha512-rPHigTKGaEHpkUmfd69QgaOp+Os5vGJwG/Ry8lcr8W/382AmI+z/D7qoa9BybKIkqNppaIbs8RYeHSevdQjWww==",
|
|
2643
2643
|
"dev": true,
|
|
2644
2644
|
"license": "MIT",
|
|
2645
2645
|
"dependencies": {
|
|
@@ -3329,9 +3329,9 @@
|
|
|
3329
3329
|
}
|
|
3330
3330
|
},
|
|
3331
3331
|
"node_modules/get-port": {
|
|
3332
|
-
"version": "7.
|
|
3333
|
-
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.
|
|
3334
|
-
"integrity": "sha512-
|
|
3332
|
+
"version": "7.2.0",
|
|
3333
|
+
"resolved": "https://registry.npmjs.org/get-port/-/get-port-7.2.0.tgz",
|
|
3334
|
+
"integrity": "sha512-afP4W205ONCuMoPBqcR6PSXnzX35KTcJygfJfcp+QY+uwm3p20p1YczWXhlICIzGMCxYBQcySEcOgsJcrkyobg==",
|
|
3335
3335
|
"dev": true,
|
|
3336
3336
|
"license": "MIT",
|
|
3337
3337
|
"engines": {
|
|
@@ -5302,9 +5302,9 @@
|
|
|
5302
5302
|
}
|
|
5303
5303
|
},
|
|
5304
5304
|
"node_modules/testcontainers": {
|
|
5305
|
-
"version": "11.
|
|
5306
|
-
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-11.
|
|
5307
|
-
"integrity": "sha512-
|
|
5305
|
+
"version": "11.14.0",
|
|
5306
|
+
"resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-11.14.0.tgz",
|
|
5307
|
+
"integrity": "sha512-r9pniwv/iwzyHaI7gwAvAm4Y+IvjJg3vBWdjrUCaDMc2AXIr4jKbq7jJO18Mw2ybs73pZy1Aj7p/4RVBGMRWjg==",
|
|
5308
5308
|
"dev": true,
|
|
5309
5309
|
"license": "MIT",
|
|
5310
5310
|
"dependencies": {
|
|
@@ -5314,21 +5314,21 @@
|
|
|
5314
5314
|
"async-lock": "^1.4.1",
|
|
5315
5315
|
"byline": "^5.0.0",
|
|
5316
5316
|
"debug": "^4.4.3",
|
|
5317
|
-
"docker-compose": "^1.
|
|
5318
|
-
"dockerode": "^4.0.
|
|
5319
|
-
"get-port": "^7.
|
|
5317
|
+
"docker-compose": "^1.4.2",
|
|
5318
|
+
"dockerode": "^4.0.10",
|
|
5319
|
+
"get-port": "^7.2.0",
|
|
5320
5320
|
"proper-lockfile": "^4.1.2",
|
|
5321
5321
|
"properties-reader": "^3.0.1",
|
|
5322
5322
|
"ssh-remote-port-forward": "^1.0.4",
|
|
5323
5323
|
"tar-fs": "^3.1.2",
|
|
5324
5324
|
"tmp": "^0.2.5",
|
|
5325
|
-
"undici": "^7.24.
|
|
5325
|
+
"undici": "^7.24.5"
|
|
5326
5326
|
}
|
|
5327
5327
|
},
|
|
5328
5328
|
"node_modules/testcontainers/node_modules/undici": {
|
|
5329
|
-
"version": "7.24.
|
|
5330
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.
|
|
5331
|
-
"integrity": "sha512-
|
|
5329
|
+
"version": "7.24.7",
|
|
5330
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
|
|
5331
|
+
"integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
|
|
5332
5332
|
"dev": true,
|
|
5333
5333
|
"license": "MIT",
|
|
5334
5334
|
"engines": {
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.10",
|
|
29
|
-
"@lousy-agents/mcp": "5.9.
|
|
29
|
+
"@lousy-agents/mcp": "5.9.1",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
|
-
"@testcontainers/postgresql": "11.
|
|
31
|
+
"@testcontainers/postgresql": "11.14.0",
|
|
32
32
|
"@types/node": "24.12.2",
|
|
33
33
|
"@upstash/context7-mcp": "2.1.7",
|
|
34
34
|
"chance": "1.1.13",
|
|
35
|
-
"testcontainers": "11.
|
|
35
|
+
"testcontainers": "11.14.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
37
|
"typescript": "6.0.2",
|
|
38
38
|
"vitest": "4.1.3"
|
|
@@ -10,7 +10,7 @@
|
|
|
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.
|
|
13
|
+
"version": "v2.1.96"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.10",
|
|
23
|
-
"@lousy-agents/mcp": "5.9.
|
|
23
|
+
"@lousy-agents/mcp": "5.9.1",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
26
|
"@upstash/context7-mcp": "2.1.7",
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
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.
|
|
13
|
+
"version": "v2.1.96"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "libnss3, libnspr4, libatk1.0-0t64, libatk-bridge2.0-0t64, libcups2t64, libdrm2, libdbus-1-3, libatspi2.0-0t64, libxcomposite1, libxdamage1, libxfixes3, libxrandr2, libgbm1, libxkbcommon0, libasound2t64, yamllint, shellcheck",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"@mui/material": "9.0.0",
|
|
18
18
|
"@mui/material-nextjs": "9.0.0",
|
|
19
19
|
"next": "16.2.1",
|
|
20
|
-
"react": "19.2.
|
|
21
|
-
"react-dom": "19.2.
|
|
20
|
+
"react": "19.2.5",
|
|
21
|
+
"react-dom": "19.2.5"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.10",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.9.
|
|
26
|
+
"@lousy-agents/mcp": "5.9.1",
|
|
27
27
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
28
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|