@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.
@@ -1,22 +1,28 @@
1
1
  {
2
2
  "name": "<%= it.projectName %>",
3
- "image": "mcr.microsoft.com/devcontainers/javascript-node:24-bookworm",
3
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
4
4
  "features": {
5
- "ghcr.io/devcontainers/features/github-cli:1": {
6
- "version": "2.88.1"
5
+ "ghcr.io/devcontainers/features/node:1.7.1": {
6
+ "version": "24.14.0"
7
7
  },
8
- "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": {
9
- "packages": "yamllint, shellcheck",
10
- "upgradePackages": true
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/devcontainers/features/docker-outside-of-docker:1": {
13
- "version": "27.5.1"
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-extra/features/actionlint:1": {
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 cache add @upstash/context7-mcp @modelcontextprotocol/server-sequential-thinking",
36
+ "postCreateCommand": "npm i",
31
37
  "waitFor": "postCreateCommand",
32
- "remoteUser": "node",
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.Copilot",
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.5",
66
- "github.copilot.chat.ask.model": "claude-sonnet-4.5",
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": ["-y", "@upstash/context7-mcp"]
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
  }
@@ -5,8 +5,7 @@
5
5
  "vitest.explorer",
6
6
  "ms-vscode-remote.remote-containers",
7
7
  "GitHub.codespaces",
8
- "GitHub.Copilot",
9
- "GitHub.Copilot-Chat",
8
+ "GitHub.copilot-chat",
10
9
  "GitHub.github-vscode-theme",
11
10
  "redhat.vscode-yaml",
12
11
  "ms-azuretools.vscode-docker"
@@ -3,17 +3,17 @@
3
3
  "context7": {
4
4
  "type": "stdio",
5
5
  "command": "npx",
6
- "args": ["-y", "@upstash/context7-mcp"]
6
+ "args": ["@upstash/context7-mcp"]
7
7
  },
8
8
  "sequential-thinking": {
9
9
  "type": "stdio",
10
10
  "command": "npx",
11
- "args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
11
+ "args": ["@modelcontextprotocol/server-sequential-thinking"]
12
12
  },
13
13
  "lousy-agents": {
14
14
  "type": "stdio",
15
15
  "command": "npx",
16
- "args": ["-y", "-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
16
+ "args": ["-p", "@lousy-agents/mcp", "lousy-agents-mcp"]
17
17
  }
18
18
  }
19
19
  }