@lousy-agents/cli 5.19.3 → 5.19.4

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.
@@ -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.220"
13
+ "version": "v2.1.222"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -1 +1 @@
1
- 24.18.1
1
+ 24.19.0
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.5.3",
21
- "@lousy-agents/mcp": "5.19.2",
21
+ "@lousy-agents/mcp": "5.19.3",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
23
- "@testcontainers/postgresql": "12.0.4",
23
+ "@testcontainers/postgresql": "12.1.0",
24
24
  "@types/node": "24.13.3",
25
25
  "@upstash/context7-mcp": "3.2.5",
26
26
  "chance": "1.1.13",
27
- "testcontainers": "12.0.4",
28
- "tsx": "4.23.5",
27
+ "testcontainers": "12.1.0",
28
+ "tsx": "4.23.7",
29
29
  "typescript": "7.0.2",
30
30
  "vitest": "4.1.10"
31
31
  }
@@ -972,9 +972,9 @@
972
972
  }
973
973
  },
974
974
  "node_modules/@lousy-agents/mcp": {
975
- "version": "5.19.2",
976
- "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.2.tgz",
977
- "integrity": "sha512-XEDQRXChEtn5If+6SLncPZX2z9qm2in/BGAY55ZPWJxOa/VEc48LytC0rOKr0cNr4VLX0xupYmEB7WuFrfgaTw==",
975
+ "version": "5.19.3",
976
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.3.tgz",
977
+ "integrity": "sha512-7vUIXluhFeeMw8FurA6+K3k+SVVYlBxJC/+NltdOYqLiYV67/+nhLYdgZ/Nv9nB2Zok8zS6fO/7fiNGehljdOw==",
978
978
  "dev": true,
979
979
  "license": "BSD-2-Clause-Patent",
980
980
  "dependencies": {
@@ -1453,13 +1453,13 @@
1453
1453
  "license": "MIT"
1454
1454
  },
1455
1455
  "node_modules/@testcontainers/postgresql": {
1456
- "version": "12.0.4",
1457
- "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-12.0.4.tgz",
1458
- "integrity": "sha512-a/pLU6j5lpKKAlUTPwqweqMGhOSjgTSb6HBX69TOrXn32ifU37nnQDmNFTj8ddOAw+BQL9oTRkeOxVbZkqhgZA==",
1456
+ "version": "12.1.0",
1457
+ "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-12.1.0.tgz",
1458
+ "integrity": "sha512-Pjf2VSVNirEPfz36nidyrVAnZvc2YhajOznY4VgyEsvfTd5qiMNOuPq96drREvxAUtXl5SFLX7vXj7sSq4aTcA==",
1459
1459
  "dev": true,
1460
1460
  "license": "MIT",
1461
1461
  "dependencies": {
1462
- "testcontainers": "^12.0.4"
1462
+ "testcontainers": "^12.1.0"
1463
1463
  }
1464
1464
  },
1465
1465
  "node_modules/@tybys/wasm-util": {
@@ -5709,9 +5709,9 @@
5709
5709
  }
5710
5710
  },
5711
5711
  "node_modules/testcontainers": {
5712
- "version": "12.0.4",
5713
- "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-12.0.4.tgz",
5714
- "integrity": "sha512-QIR/8xF1+F/26cIM+9B4yyxNTbKJxAv3hygZyhPRgZ8Q2AhlPZjDdpXRuk16V37X4bgJRI3hXFhoEICMBA7Adg==",
5712
+ "version": "12.1.0",
5713
+ "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-12.1.0.tgz",
5714
+ "integrity": "sha512-YjDLqIITuhGLMnM10yhg3oV6lIG5IMpz1R1DPBZoOOks83q7i7IVpeSWRTiyl7roozjiyLmwIoLK/KY8OnZmIA==",
5715
5715
  "dev": true,
5716
5716
  "license": "MIT",
5717
5717
  "dependencies": {
@@ -5722,20 +5722,23 @@
5722
5722
  "byline": "^5.0.0",
5723
5723
  "debug": "^4.4.3",
5724
5724
  "docker-compose": "^1.4.2",
5725
- "dockerode": "^5.0.0",
5725
+ "dockerode": "^5.0.1",
5726
5726
  "get-port": "^5.1.1",
5727
5727
  "proper-lockfile": "^4.1.2",
5728
5728
  "properties-reader": "^3.0.1",
5729
5729
  "ssh-remote-port-forward": "^1.0.4",
5730
- "tar-fs": "^3.1.2",
5730
+ "tar-fs": "^3.1.3",
5731
5731
  "tmp": "^0.2.7",
5732
- "undici": "^8.5.0"
5732
+ "undici": "^8.9.0"
5733
+ },
5734
+ "engines": {
5735
+ "node": ">= 22.22"
5733
5736
  }
5734
5737
  },
5735
5738
  "node_modules/testcontainers/node_modules/undici": {
5736
- "version": "8.9.0",
5737
- "resolved": "https://registry.npmjs.org/undici/-/undici-8.9.0.tgz",
5738
- "integrity": "sha512-aWZpUj7XoGonMClx4gdDRfgBjqeA+F473aDmROQQbM9n6PRfK/u1q/a0X4wMTgcHfT8H6fpbt98PFuDUwFg2YA==",
5739
+ "version": "8.10.0",
5740
+ "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz",
5741
+ "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==",
5739
5742
  "dev": true,
5740
5743
  "license": "MIT",
5741
5744
  "engines": {
@@ -5851,9 +5854,9 @@
5851
5854
  "optional": true
5852
5855
  },
5853
5856
  "node_modules/tsx": {
5854
- "version": "4.23.5",
5855
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.5.tgz",
5856
- "integrity": "sha512-rw55FUaqOoI7RvlQwLbhO4nSDApnQ4/CykPuiQ/EPvtrX3WA9Ig55jIt9VvbBJbzJuj12ueRu4PMZ2SxPVbihg==",
5857
+ "version": "4.23.7",
5858
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.7.tgz",
5859
+ "integrity": "sha512-3f/u/+UDCNQ7iwUZW9FCMnNGIHzElGJYh0S/yy8IvWSsn5O7fEO/897FaG7FA2W8yryiRyuwXZ1PYLAKYaqSuQ==",
5857
5860
  "dev": true,
5858
5861
  "license": "MIT",
5859
5862
  "dependencies": {
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "2.5.3",
32
- "@lousy-agents/mcp": "5.19.2",
32
+ "@lousy-agents/mcp": "5.19.3",
33
33
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
34
- "@testcontainers/postgresql": "12.0.4",
34
+ "@testcontainers/postgresql": "12.1.0",
35
35
  "@types/node": "24.13.3",
36
36
  "@upstash/context7-mcp": "3.2.5",
37
37
  "chance": "1.1.13",
38
- "testcontainers": "12.0.4",
39
- "tsx": "4.23.5",
38
+ "testcontainers": "12.1.0",
39
+ "tsx": "4.23.7",
40
40
  "typescript": "7.0.2",
41
41
  "vitest": "4.1.10"
42
42
  }
@@ -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.220"
13
+ "version": "v2.1.222"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -1 +1 @@
1
- 24.18.1
1
+ 24.19.0
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.5.3",
23
- "@lousy-agents/mcp": "5.19.2",
23
+ "@lousy-agents/mcp": "5.19.3",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
25
25
  "@types/node": "24.13.3",
26
26
  "@upstash/context7-mcp": "3.2.5",
27
27
  "chance": "1.1.13",
28
- "tsx": "4.23.5",
28
+ "tsx": "4.23.7",
29
29
  "typescript": "7.0.2",
30
30
  "vitest": "4.1.10"
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lousy-agents/cli",
3
- "version": "5.19.3",
3
+ "version": "5.19.4",
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": {
@@ -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.220"
13
+ "version": "v2.1.222"
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.18.1
1
+ 24.19.0
@@ -14,8 +14,8 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@emotion/server": "11.11.0",
17
- "@mui/material": "9.2.0",
18
- "@mui/material-nextjs": "9.1.1",
17
+ "@mui/material": "9.3.0",
18
+ "@mui/material-nextjs": "9.3.0",
19
19
  "next": "16.3.0",
20
20
  "react": "19.2.8",
21
21
  "react-dom": "19.2.8"
@@ -23,7 +23,7 @@
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.5.3",
25
25
  "@eslint/eslintrc": "3.3.6",
26
- "@lousy-agents/mcp": "5.19.2",
26
+ "@lousy-agents/mcp": "5.19.3",
27
27
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
28
28
  "@testing-library/jest-dom": "7.0.0",
29
29
  "@testing-library/react": "16.3.2",