@lousy-agents/cli 5.13.1 → 5.13.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 +9 -9
- 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 +2 -2
- package/dist/27.js +2 -2
- package/dist/653.js +1 -1
- package/dist/962.js +1 -1
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/package.json +4 -4
|
@@ -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.131"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.14",
|
|
21
|
-
"@lousy-agents/mcp": "5.13.
|
|
21
|
+
"@lousy-agents/mcp": "5.13.1",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.14.0",
|
|
24
24
|
"@types/node": "24.12.2",
|
|
25
|
-
"@upstash/context7-mcp": "2.2.
|
|
25
|
+
"@upstash/context7-mcp": "2.2.4",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "11.14.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
@@ -956,15 +956,15 @@
|
|
|
956
956
|
}
|
|
957
957
|
},
|
|
958
958
|
"node_modules/@lousy-agents/mcp": {
|
|
959
|
-
"version": "5.13.
|
|
960
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.13.
|
|
961
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.13.1",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.13.1.tgz",
|
|
961
|
+
"integrity": "sha512-hzkNWfxl7YwOhjA//v7xJTuEQtWw+jhECGy6n36leuMGlqSgMJnKmQqQe7YvpE1kyQNrXkW1MxvO8xKKjkdEUg==",
|
|
962
962
|
"dev": true,
|
|
963
963
|
"license": "BSD-2-Clause-Patent",
|
|
964
964
|
"dependencies": {
|
|
965
965
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
966
966
|
"yaml": "2.8.4",
|
|
967
|
-
"zod": "4.4.
|
|
967
|
+
"zod": "4.4.3"
|
|
968
968
|
},
|
|
969
969
|
"bin": {
|
|
970
970
|
"lousy-agents-mcp": "dist/mcp-server.js"
|
|
@@ -1649,9 +1649,9 @@
|
|
|
1649
1649
|
"license": "MIT"
|
|
1650
1650
|
},
|
|
1651
1651
|
"node_modules/@upstash/context7-mcp": {
|
|
1652
|
-
"version": "2.2.
|
|
1653
|
-
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.
|
|
1654
|
-
"integrity": "sha512-
|
|
1652
|
+
"version": "2.2.4",
|
|
1653
|
+
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.2.4.tgz",
|
|
1654
|
+
"integrity": "sha512-6kpjAxif2w+HhxSPmyi+SUsVPgFKBi+xtFgKRc9f0fhLpZGTBX1QKWFmleAIZ4T69Ykynzxc4nHGEDrr219noA==",
|
|
1655
1655
|
"dev": true,
|
|
1656
1656
|
"license": "MIT",
|
|
1657
1657
|
"dependencies": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@biomejs/biome": "2.4.14",
|
|
32
|
-
"@lousy-agents/mcp": "5.13.
|
|
32
|
+
"@lousy-agents/mcp": "5.13.1",
|
|
33
33
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
34
34
|
"@testcontainers/postgresql": "11.14.0",
|
|
35
35
|
"@types/node": "24.12.2",
|
|
36
|
-
"@upstash/context7-mcp": "2.2.
|
|
36
|
+
"@upstash/context7-mcp": "2.2.4",
|
|
37
37
|
"chance": "1.1.13",
|
|
38
38
|
"testcontainers": "11.14.0",
|
|
39
39
|
"tsx": "4.21.0",
|
|
@@ -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.131"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.14",
|
|
23
|
-
"@lousy-agents/mcp": "5.13.
|
|
23
|
+
"@lousy-agents/mcp": "5.13.1",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.2",
|
|
26
|
-
"@upstash/context7-mcp": "2.2.
|
|
26
|
+
"@upstash/context7-mcp": "2.2.4",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.3",
|
package/dist/27.js
CHANGED
|
@@ -7,10 +7,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7
7
|
|
|
8
8
|
// EXPORTS
|
|
9
9
|
__webpack_require__.d(__webpack_exports__, {
|
|
10
|
+
FSWatcher: () => (/* binding */ FSWatcher),
|
|
10
11
|
WatchHelper: () => (/* binding */ WatchHelper),
|
|
11
12
|
"default": () => (/* binding */ chokidar),
|
|
12
|
-
watch: () => (/* binding */ watch)
|
|
13
|
-
FSWatcher: () => (/* binding */ FSWatcher)
|
|
13
|
+
watch: () => (/* binding */ watch)
|
|
14
14
|
});
|
|
15
15
|
|
|
16
16
|
// EXTERNAL MODULE: external "node:events"
|
package/dist/653.js
CHANGED
|
@@ -720,7 +720,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
720
720
|
downloadTemplate: () => (/* reexport */ downloadTemplate)
|
|
721
721
|
});
|
|
722
722
|
|
|
723
|
-
// UNUSED EXPORTS:
|
|
723
|
+
// UNUSED EXPORTS: registryProvider, startShell
|
|
724
724
|
|
|
725
725
|
// EXTERNAL MODULE: ../../node_modules/giget/dist/_chunks/libs/nypm.mjs
|
|
726
726
|
var nypm = __webpack_require__(292);
|
package/dist/962.js
CHANGED
|
@@ -8,7 +8,7 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
8
8
|
digest: () => (/* reexport */ node_digest)
|
|
9
9
|
});
|
|
10
10
|
|
|
11
|
-
// UNUSED EXPORTS: isEqual, serialize
|
|
11
|
+
// UNUSED EXPORTS: hash, isEqual, serialize
|
|
12
12
|
|
|
13
13
|
// EXTERNAL MODULE: external "node:crypto"
|
|
14
14
|
var external_node_crypto_ = __webpack_require__(7598);
|
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.131"
|
|
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,20 +17,20 @@
|
|
|
17
17
|
"@mui/material": "9.0.0",
|
|
18
18
|
"@mui/material-nextjs": "9.0.0",
|
|
19
19
|
"next": "16.2.4",
|
|
20
|
-
"react": "19.2.
|
|
21
|
-
"react-dom": "19.2.
|
|
20
|
+
"react": "19.2.6",
|
|
21
|
+
"react-dom": "19.2.6"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.14",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.13.
|
|
26
|
+
"@lousy-agents/mcp": "5.13.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",
|
|
30
30
|
"@types/node": "24.12.2",
|
|
31
31
|
"@types/react": "19.2.14",
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
|
-
"@upstash/context7-mcp": "2.2.
|
|
33
|
+
"@upstash/context7-mcp": "2.2.4",
|
|
34
34
|
"@vitejs/plugin-react": "6.0.1",
|
|
35
35
|
"@vitest/ui": "4.1.5",
|
|
36
36
|
"eslint": "10.3.0",
|