@lousy-agents/cli 5.3.3 → 5.3.5
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 +25 -20
- package/api/copilot-with-fastify/.vscode/extensions.json +1 -2
- package/api/copilot-with-fastify/.vscode/mcp.json +3 -3
- package/api/copilot-with-fastify/package-lock.json +1035 -1
- package/api/copilot-with-fastify/package.json +3 -0
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +22 -15
- package/cli/copilot-with-citty/.vscode/extensions.json +2 -2
- package/cli/copilot-with-citty/.vscode/mcp.json +3 -3
- package/cli/copilot-with-citty/package.json +3 -0
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +22 -23
- package/ui/copilot-with-react/.vscode/extensions.json +1 -3
- package/ui/copilot-with-react/.vscode/mcp.json +3 -3
- package/ui/copilot-with-react/package.json +6 -3
|
@@ -26,8 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.2",
|
|
29
|
+
"@lousy-agents/mcp": "5.3.4",
|
|
30
|
+
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
29
31
|
"@testcontainers/postgresql": "11.12.0",
|
|
30
32
|
"@types/node": "24.12.0",
|
|
33
|
+
"@upstash/context7-mcp": "2.1.4",
|
|
31
34
|
"chance": "1.1.13",
|
|
32
35
|
"testcontainers": "11.12.0",
|
|
33
36
|
"tsx": "4.21.0",
|
|
@@ -1,32 +1,39 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= it.projectName %>",
|
|
3
|
-
"image": "mcr.microsoft.com/devcontainers/
|
|
3
|
+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
|
-
"ghcr.io/devcontainers/features/
|
|
6
|
-
"version": "
|
|
5
|
+
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
+
"version": "24.14.0"
|
|
7
7
|
},
|
|
8
|
-
"ghcr.io/
|
|
8
|
+
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
|
+
"version": "latest"
|
|
10
|
+
},
|
|
11
|
+
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
|
+
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
+
"version": "v2.1.77"
|
|
14
|
+
},
|
|
15
|
+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
9
16
|
"packages": "yamllint, shellcheck",
|
|
10
|
-
"upgradePackages":
|
|
17
|
+
"upgradePackages": false
|
|
11
18
|
},
|
|
12
|
-
"ghcr.io/devcontainers-extra/features/actionlint:1": {
|
|
19
|
+
"ghcr.io/devcontainers-extra/features/actionlint:1.1.1": {
|
|
13
20
|
"version": "1.7.11"
|
|
14
21
|
}
|
|
15
22
|
},
|
|
16
23
|
"forwardPorts": [],
|
|
17
|
-
"postCreateCommand": "npm
|
|
24
|
+
"postCreateCommand": "npm i",
|
|
18
25
|
"waitFor": "postCreateCommand",
|
|
19
|
-
"remoteUser": "
|
|
26
|
+
"remoteUser": "vscode",
|
|
20
27
|
"customizations": {
|
|
21
28
|
"vscode": {
|
|
22
29
|
"extensions": [
|
|
23
30
|
"biomejs.biome",
|
|
31
|
+
"anthropic.claude-code",
|
|
24
32
|
"editorconfig.editorconfig",
|
|
25
33
|
"vitest.explorer",
|
|
26
34
|
"ms-vscode-remote.remote-containers",
|
|
27
35
|
"GitHub.codespaces",
|
|
28
|
-
"GitHub.
|
|
29
|
-
"GitHub.Copilot-Chat",
|
|
36
|
+
"GitHub.copilot-chat",
|
|
30
37
|
"GitHub.github-vscode-theme",
|
|
31
38
|
"redhat.vscode-yaml"
|
|
32
39
|
],
|
|
@@ -48,24 +55,24 @@
|
|
|
48
55
|
},
|
|
49
56
|
"vitest.enable": true,
|
|
50
57
|
"vitest.commandLine": "vitest",
|
|
51
|
-
"github.copilot.chat.agent.model": "claude-sonnet-4.
|
|
52
|
-
"github.copilot.chat.ask.model": "claude-sonnet-4.
|
|
58
|
+
"github.copilot.chat.agent.model": "claude-sonnet-4.6",
|
|
59
|
+
"github.copilot.chat.ask.model": "claude-sonnet-4.6",
|
|
53
60
|
"yaml.schemas": {
|
|
54
61
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
|
|
55
62
|
},
|
|
56
|
-
"github.copilot.chat.mcp.enabled": true
|
|
63
|
+
"github.copilot.chat.mcp.enabled": true,
|
|
64
|
+
"terminal.integrated.defaultProfile.linux": "bash"
|
|
57
65
|
},
|
|
58
66
|
"mcp": {
|
|
59
67
|
"servers": {
|
|
60
68
|
"context7": {
|
|
61
69
|
"type": "stdio",
|
|
62
70
|
"command": "npx",
|
|
63
|
-
"args": ["
|
|
71
|
+
"args": ["@upstash/context7-mcp"]
|
|
64
72
|
},
|
|
65
73
|
"sequential-thinking": {
|
|
66
74
|
"command": "npx",
|
|
67
75
|
"args": [
|
|
68
|
-
"-y",
|
|
69
76
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
70
77
|
]
|
|
71
78
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"recommendations": [
|
|
3
3
|
"biomejs.biome",
|
|
4
|
+
"anthropic.claude-code",
|
|
4
5
|
"editorconfig.editorconfig",
|
|
5
6
|
"vitest.explorer",
|
|
6
7
|
"ms-vscode-remote.remote-containers",
|
|
7
8
|
"GitHub.codespaces",
|
|
8
|
-
"GitHub.
|
|
9
|
-
"GitHub.Copilot-Chat",
|
|
9
|
+
"GitHub.copilot-chat",
|
|
10
10
|
"GitHub.github-vscode-theme",
|
|
11
11
|
"redhat.vscode-yaml"
|
|
12
12
|
]
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"context7": {
|
|
4
4
|
"type": "stdio",
|
|
5
5
|
"command": "npx",
|
|
6
|
-
"args": ["
|
|
6
|
+
"args": ["@upstash/context7-mcp"]
|
|
7
7
|
},
|
|
8
8
|
"sequential-thinking": {
|
|
9
9
|
"type": "stdio",
|
|
10
10
|
"command": "npx",
|
|
11
|
-
"args": ["
|
|
11
|
+
"args": ["@modelcontextprotocol/server-sequential-thinking"]
|
|
12
12
|
},
|
|
13
13
|
"lousy-agents": {
|
|
14
14
|
"type": "stdio",
|
|
15
15
|
"command": "npx",
|
|
16
|
-
"args": ["-
|
|
16
|
+
"args": ["-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -20,7 +20,10 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.3.14",
|
|
23
|
+
"@lousy-agents/mcp": "5.3.4",
|
|
24
|
+
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
25
|
"@types/node": "24.12.0",
|
|
26
|
+
"@upstash/context7-mcp": "2.1.4",
|
|
24
27
|
"chance": "1.1.13",
|
|
25
28
|
"tsx": "4.21.0",
|
|
26
29
|
"typescript": "5.9.3",
|
package/package.json
CHANGED
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "<%= it.projectName %>",
|
|
3
|
-
"image": "mcr.microsoft.com/devcontainers/
|
|
3
|
+
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
|
-
"ghcr.io/devcontainers/features/
|
|
6
|
-
"version": "
|
|
5
|
+
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
+
"version": "24.14.0"
|
|
7
7
|
},
|
|
8
|
-
"ghcr.io/
|
|
9
|
-
"
|
|
10
|
-
"upgradePackages": true
|
|
8
|
+
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
|
+
"version": "latest"
|
|
11
10
|
},
|
|
12
|
-
"ghcr.io/devcontainers/features/
|
|
13
|
-
|
|
11
|
+
"ghcr.io/devcontainers/features/copilot-cli:1.0.0": {},
|
|
12
|
+
"ghcr.io/anthropics/devcontainer-features/claude-code:1": {
|
|
13
|
+
"version": "v2.1.77"
|
|
14
14
|
},
|
|
15
|
-
"ghcr.io/
|
|
15
|
+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
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
|
+
"upgradePackages": false
|
|
18
|
+
},
|
|
19
|
+
"ghcr.io/devcontainers-extra/features/actionlint:1.1.1": {
|
|
16
20
|
"version": "1.7.11"
|
|
17
21
|
}
|
|
18
22
|
},
|
|
@@ -23,21 +27,19 @@
|
|
|
23
27
|
"onAutoForward": "notify"
|
|
24
28
|
}
|
|
25
29
|
},
|
|
26
|
-
"postCreateCommand": "npm
|
|
30
|
+
"postCreateCommand": "npm i",
|
|
27
31
|
"waitFor": "postCreateCommand",
|
|
28
|
-
"remoteUser": "
|
|
32
|
+
"remoteUser": "vscode",
|
|
29
33
|
"customizations": {
|
|
30
34
|
"vscode": {
|
|
31
35
|
"extensions": [
|
|
32
36
|
"biomejs.biome",
|
|
33
|
-
"
|
|
37
|
+
"anthropic.claude-code",
|
|
34
38
|
"editorconfig.editorconfig",
|
|
35
39
|
"vitest.explorer",
|
|
36
40
|
"ms-vscode-remote.remote-containers",
|
|
37
41
|
"GitHub.codespaces",
|
|
38
|
-
"
|
|
39
|
-
"GitHub.Copilot",
|
|
40
|
-
"GitHub.Copilot-Chat",
|
|
42
|
+
"GitHub.copilot-chat",
|
|
41
43
|
"GitHub.github-vscode-theme",
|
|
42
44
|
"redhat.vscode-yaml"
|
|
43
45
|
],
|
|
@@ -57,29 +59,26 @@
|
|
|
57
59
|
"editor.defaultFormatter": "redhat.vscode-yaml",
|
|
58
60
|
"editor.tabSize": 2
|
|
59
61
|
},
|
|
60
|
-
"editor.codeActionsOnSave": {
|
|
61
|
-
"source.fixAll.eslint": "explicit"
|
|
62
|
-
},
|
|
63
62
|
"vitest.enable": true,
|
|
64
63
|
"vitest.commandLine": "vitest",
|
|
65
|
-
"github.copilot.chat.agent.model": "claude-sonnet-4.
|
|
66
|
-
"github.copilot.chat.ask.model": "claude-sonnet-4.
|
|
64
|
+
"github.copilot.chat.agent.model": "claude-sonnet-4.6",
|
|
65
|
+
"github.copilot.chat.ask.model": "claude-sonnet-4.6",
|
|
67
66
|
"yaml.schemas": {
|
|
68
67
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
|
|
69
68
|
},
|
|
70
|
-
"github.copilot.chat.mcp.enabled": true
|
|
69
|
+
"github.copilot.chat.mcp.enabled": true,
|
|
70
|
+
"terminal.integrated.defaultProfile.linux": "bash"
|
|
71
71
|
},
|
|
72
72
|
"mcp": {
|
|
73
73
|
"servers": {
|
|
74
74
|
"context7": {
|
|
75
75
|
"type": "stdio",
|
|
76
76
|
"command": "npx",
|
|
77
|
-
"args": ["
|
|
77
|
+
"args": ["@upstash/context7-mcp"]
|
|
78
78
|
},
|
|
79
79
|
"sequential-thinking": {
|
|
80
80
|
"command": "npx",
|
|
81
81
|
"args": [
|
|
82
|
-
"-y",
|
|
83
82
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
84
83
|
]
|
|
85
84
|
}
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
"context7": {
|
|
4
4
|
"type": "stdio",
|
|
5
5
|
"command": "npx",
|
|
6
|
-
"args": ["
|
|
6
|
+
"args": ["@upstash/context7-mcp"]
|
|
7
7
|
},
|
|
8
8
|
"sequential-thinking": {
|
|
9
9
|
"type": "stdio",
|
|
10
10
|
"command": "npx",
|
|
11
|
-
"args": ["
|
|
11
|
+
"args": ["@modelcontextprotocol/server-sequential-thinking"]
|
|
12
12
|
},
|
|
13
13
|
"lousy-agents": {
|
|
14
14
|
"type": "stdio",
|
|
15
15
|
"command": "npx",
|
|
16
|
-
"args": ["-
|
|
16
|
+
"args": ["-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
}
|
|
@@ -16,22 +16,25 @@
|
|
|
16
16
|
"@emotion/server": "^11.11.0",
|
|
17
17
|
"@mui/material": "^7.3.6",
|
|
18
18
|
"@mui/material-nextjs": "^7.3.6",
|
|
19
|
-
"next": "16.1.
|
|
19
|
+
"next": "16.1.7",
|
|
20
20
|
"react": "19.2.4",
|
|
21
21
|
"react-dom": "19.2.4"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@biomejs/biome": "2.4.2",
|
|
25
25
|
"@eslint/eslintrc": "^3",
|
|
26
|
+
"@lousy-agents/mcp": "5.3.4",
|
|
27
|
+
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
26
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
27
29
|
"@testing-library/react": "16.3.2",
|
|
28
30
|
"@types/node": "^24.0.0",
|
|
29
31
|
"@types/react": "19.2.14",
|
|
30
32
|
"@types/react-dom": "19.2.3",
|
|
33
|
+
"@upstash/context7-mcp": "2.1.4",
|
|
31
34
|
"@vitejs/plugin-react": "6.0.1",
|
|
32
35
|
"@vitest/ui": "4.1.0",
|
|
33
|
-
"eslint": "^
|
|
34
|
-
"eslint-config-next": "16.1.
|
|
36
|
+
"eslint": "^10.0.0",
|
|
37
|
+
"eslint-config-next": "16.1.7",
|
|
35
38
|
"happy-dom": "^20.0.11",
|
|
36
39
|
"jsdom": "29.0.0",
|
|
37
40
|
"typescript": "^5",
|