@lousy-agents/cli 5.19.1 → 5.19.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.
- package/api/copilot-with-fastify/.devcontainer/devcontainer.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +8 -8
- package/api/copilot-with-fastify/package.json +2 -2
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/package.json +1 -1
- package/dist/316.js +1 -1
- package/dist/index.js +1144 -802
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/package.json +3 -3
|
@@ -3,7 +3,7 @@
|
|
|
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.
|
|
6
|
+
"version": "24.19.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.3.0",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
|
-
"fastify": "5.11.
|
|
13
|
+
"fastify": "5.11.2",
|
|
14
14
|
"kysely": "0.29.4",
|
|
15
15
|
"pino": "10.3.1",
|
|
16
16
|
"postgres": "3.4.9",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.5.3",
|
|
21
|
-
"@lousy-agents/mcp": "5.19.
|
|
21
|
+
"@lousy-agents/mcp": "5.19.2",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
23
23
|
"@testcontainers/postgresql": "12.0.4",
|
|
24
24
|
"@types/node": "24.13.3",
|
|
@@ -972,9 +972,9 @@
|
|
|
972
972
|
}
|
|
973
973
|
},
|
|
974
974
|
"node_modules/@lousy-agents/mcp": {
|
|
975
|
-
"version": "5.19.
|
|
976
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.
|
|
977
|
-
"integrity": "sha512-
|
|
975
|
+
"version": "5.19.2",
|
|
976
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.2.tgz",
|
|
977
|
+
"integrity": "sha512-XEDQRXChEtn5If+6SLncPZX2z9qm2in/BGAY55ZPWJxOa/VEc48LytC0rOKr0cNr4VLX0xupYmEB7WuFrfgaTw==",
|
|
978
978
|
"dev": true,
|
|
979
979
|
"license": "BSD-2-Clause-Patent",
|
|
980
980
|
"dependencies": {
|
|
@@ -3521,9 +3521,9 @@
|
|
|
3521
3521
|
"license": "BSD-3-Clause"
|
|
3522
3522
|
},
|
|
3523
3523
|
"node_modules/fastify": {
|
|
3524
|
-
"version": "5.11.
|
|
3525
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.
|
|
3526
|
-
"integrity": "sha512-
|
|
3524
|
+
"version": "5.11.2",
|
|
3525
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.2.tgz",
|
|
3526
|
+
"integrity": "sha512-i/eJG7nXR9OkbFgoX4jFiPOHoRq0rXqDACVAXELh5Fdg6BFBErIVZ8MyibGCwup9Go1pYrxZJ0ogIub8vVdEcQ==",
|
|
3527
3527
|
"funding": [
|
|
3528
3528
|
{
|
|
3529
3529
|
"type": "github",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/cors": "11.3.0",
|
|
20
20
|
"@fastify/sensible": "6.0.4",
|
|
21
|
-
"fastify": "5.11.
|
|
21
|
+
"fastify": "5.11.2",
|
|
22
22
|
"kysely": "0.29.4",
|
|
23
23
|
"pino": "10.3.1",
|
|
24
24
|
"postgres": "3.4.9",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@biomejs/biome": "2.5.3",
|
|
32
|
-
"@lousy-agents/mcp": "5.19.
|
|
32
|
+
"@lousy-agents/mcp": "5.19.2",
|
|
33
33
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
34
34
|
"@testcontainers/postgresql": "12.0.4",
|
|
35
35
|
"@types/node": "24.13.3",
|
|
@@ -3,7 +3,7 @@
|
|
|
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.
|
|
6
|
+
"version": "24.19.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.5.3",
|
|
23
|
-
"@lousy-agents/mcp": "5.19.
|
|
23
|
+
"@lousy-agents/mcp": "5.19.2",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
|
|
25
25
|
"@types/node": "24.13.3",
|
|
26
26
|
"@upstash/context7-mcp": "3.2.5",
|
package/dist/316.js
CHANGED
|
@@ -16,7 +16,7 @@ var zlib__rspack_import_11_namespace_cache;
|
|
|
16
16
|
/* import */ var assert__rspack_import_9 = __webpack_require__(2613);
|
|
17
17
|
/* import */ var buffer__rspack_import_10 = __webpack_require__(181);
|
|
18
18
|
/* import */ var zlib__rspack_import_11 = __webpack_require__(3106);
|
|
19
|
-
/* import */ var node_assert__rspack_import_12 = __webpack_require__(
|
|
19
|
+
/* import */ var node_assert__rspack_import_12 = __webpack_require__(6970);
|
|
20
20
|
/* import */ var node_crypto__rspack_import_13 = __webpack_require__(7598);
|
|
21
21
|
|
|
22
22
|
|