@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
|
@@ -1,22 +1,28 @@
|
|
|
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
|
-
|
|
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"
|
|
11
14
|
},
|
|
12
|
-
"ghcr.io/
|
|
13
|
-
"
|
|
15
|
+
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
|
+
"packages": "yamllint, shellcheck",
|
|
17
|
+
"upgradePackages": false
|
|
14
18
|
},
|
|
15
|
-
"ghcr.io/devcontainers
|
|
19
|
+
"ghcr.io/devcontainers/features/docker-in-docker:2.16.1": {},
|
|
20
|
+
"ghcr.io/devcontainers-extra/features/actionlint:1.1.1": {
|
|
16
21
|
"version": "1.7.11"
|
|
17
22
|
}
|
|
18
23
|
},
|
|
19
24
|
"forwardPorts": [3000, 5432],
|
|
25
|
+
"runArgs": ["--privileged"],
|
|
20
26
|
"portsAttributes": {
|
|
21
27
|
"3000": {
|
|
22
28
|
"label": "API Server",
|
|
@@ -27,22 +33,21 @@
|
|
|
27
33
|
"onAutoForward": "silent"
|
|
28
34
|
}
|
|
29
35
|
},
|
|
30
|
-
"postCreateCommand": "npm
|
|
36
|
+
"postCreateCommand": "npm i",
|
|
31
37
|
"waitFor": "postCreateCommand",
|
|
32
|
-
"remoteUser": "
|
|
38
|
+
"remoteUser": "vscode",
|
|
33
39
|
"customizations": {
|
|
34
40
|
"vscode": {
|
|
35
41
|
"extensions": [
|
|
36
42
|
"biomejs.biome",
|
|
43
|
+
"anthropic.claude-code",
|
|
37
44
|
"editorconfig.editorconfig",
|
|
38
45
|
"vitest.explorer",
|
|
39
46
|
"ms-vscode-remote.remote-containers",
|
|
40
47
|
"GitHub.codespaces",
|
|
41
|
-
"GitHub.
|
|
42
|
-
"GitHub.Copilot-Chat",
|
|
48
|
+
"GitHub.copilot-chat",
|
|
43
49
|
"GitHub.github-vscode-theme",
|
|
44
|
-
"redhat.vscode-yaml"
|
|
45
|
-
"ms-azuretools.vscode-docker"
|
|
50
|
+
"redhat.vscode-yaml"
|
|
46
51
|
],
|
|
47
52
|
"settings": {
|
|
48
53
|
"editor.formatOnSave": true,
|
|
@@ -62,24 +67,24 @@
|
|
|
62
67
|
},
|
|
63
68
|
"vitest.enable": true,
|
|
64
69
|
"vitest.commandLine": "vitest",
|
|
65
|
-
"github.copilot.chat.agent.model": "claude-sonnet-4.
|
|
66
|
-
"github.copilot.chat.ask.model": "claude-sonnet-4.
|
|
70
|
+
"github.copilot.chat.agent.model": "claude-sonnet-4.6",
|
|
71
|
+
"github.copilot.chat.ask.model": "claude-sonnet-4.6",
|
|
67
72
|
"yaml.schemas": {
|
|
68
73
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
|
|
69
74
|
},
|
|
70
|
-
"github.copilot.chat.mcp.enabled": true
|
|
75
|
+
"github.copilot.chat.mcp.enabled": true,
|
|
76
|
+
"terminal.integrated.defaultProfile.linux": "bash"
|
|
71
77
|
},
|
|
72
78
|
"mcp": {
|
|
73
79
|
"servers": {
|
|
74
80
|
"context7": {
|
|
75
81
|
"type": "stdio",
|
|
76
82
|
"command": "npx",
|
|
77
|
-
"args": ["
|
|
83
|
+
"args": ["@upstash/context7-mcp"]
|
|
78
84
|
},
|
|
79
85
|
"sequential-thinking": {
|
|
80
86
|
"command": "npx",
|
|
81
87
|
"args": [
|
|
82
|
-
"-y",
|
|
83
88
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
84
89
|
]
|
|
85
90
|
}
|
|
@@ -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
|
}
|