@lousy-agents/cli 5.21.1 → 5.21.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 +2 -2
- package/api/copilot-with-fastify/.nvmrc +1 -1
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +103 -103
- package/api/copilot-with-fastify/package.json +8 -8
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +6 -6
- package/dist/index.js +3792 -1681
- package/package.json +2 -2
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +14 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lousy-agents/cli",
|
|
3
|
-
"version": "5.21.
|
|
3
|
+
"version": "5.21.3",
|
|
4
4
|
"description": "CLI scaffolding tool that sets up projects with structure, instructions, and feedback loops for AI coding assistants",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"citty": "0.2.2",
|
|
47
47
|
"consola": "3.4.2",
|
|
48
48
|
"eta": "4.6.0",
|
|
49
|
-
"zod": "4.
|
|
49
|
+
"zod": "4.5.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@lousy-agents/agentic-doctor": "*",
|
|
@@ -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.
|
|
6
|
+
"version": "24.20.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.
|
|
13
|
+
"version": "v2.1.252"
|
|
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",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.20.0
|
|
@@ -14,30 +14,30 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@emotion/server": "11.11.0",
|
|
17
|
-
"@mui/material": "9.
|
|
18
|
-
"@mui/material-nextjs": "9.
|
|
19
|
-
"next": "16.3.
|
|
17
|
+
"@mui/material": "9.4.0",
|
|
18
|
+
"@mui/material-nextjs": "9.4.0",
|
|
19
|
+
"next": "16.3.4",
|
|
20
20
|
"react": "19.2.8",
|
|
21
21
|
"react-dom": "19.2.8"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@biomejs/biome": "2.5.
|
|
24
|
+
"@biomejs/biome": "2.5.11",
|
|
25
25
|
"@eslint/eslintrc": "3.3.6",
|
|
26
|
-
"@lousy-agents/mcp": "5.21.
|
|
27
|
-
"@modelcontextprotocol/server-sequential-thinking": "2026.
|
|
26
|
+
"@lousy-agents/mcp": "5.21.2",
|
|
27
|
+
"@modelcontextprotocol/server-sequential-thinking": "2026.8.31",
|
|
28
28
|
"@testing-library/jest-dom": "7.0.1",
|
|
29
|
-
"@testing-library/react": "16.3.
|
|
29
|
+
"@testing-library/react": "16.3.3",
|
|
30
30
|
"@types/node": "24.13.3",
|
|
31
31
|
"@types/react": "19.2.18",
|
|
32
|
-
"@types/react-dom": "19.2.
|
|
33
|
-
"@vitejs/plugin-react": "6.
|
|
34
|
-
"@vitest/ui": "4.1.
|
|
35
|
-
"eslint": "10.
|
|
36
|
-
"eslint-config-next": "16.3.
|
|
37
|
-
"happy-dom": "20.
|
|
32
|
+
"@types/react-dom": "19.2.5",
|
|
33
|
+
"@vitejs/plugin-react": "6.1.1",
|
|
34
|
+
"@vitest/ui": "4.1.11",
|
|
35
|
+
"eslint": "10.9.1",
|
|
36
|
+
"eslint-config-next": "16.3.4",
|
|
37
|
+
"happy-dom": "20.12.0",
|
|
38
38
|
"jsdom": "30.0.1",
|
|
39
39
|
"typescript": "7.0.2",
|
|
40
|
-
"vitest": "4.1.
|
|
40
|
+
"vitest": "4.1.11",
|
|
41
41
|
"whatwg-fetch": "3.6.20"
|
|
42
42
|
}
|
|
43
43
|
}
|