@lousy-agents/cli 5.19.3 → 5.19.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.
@@ -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.224"
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.4",
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
- "@upstash/context7-mcp": "3.2.5",
25
+ "@upstash/context7-mcp": "4.0.0",
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.10",
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.4",
976
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.4.tgz",
977
+ "integrity": "sha512-IelMRjbcD97A4xVjzaBKK15igbW4U5Rcs4ckf/uoBzvvDMgxVk/3JsDdHrG4UMobgBHaoIksDoR5K8Ab9/4qqw==",
978
978
  "dev": true,
979
979
  "license": "BSD-2-Clause-Patent",
980
980
  "dependencies": {
@@ -995,6 +995,54 @@
995
995
  "node": ">=8"
996
996
  }
997
997
  },
998
+ "node_modules/@modelcontextprotocol/core": {
999
+ "version": "2.0.0",
1000
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/core/-/core-2.0.0.tgz",
1001
+ "integrity": "sha512-pJCEwGG7Lfr/+PQp9ZTwKXNeO5wzbfKL7H3MYpCorM4oFBoQrdjnBgEoqG+RjhsvS1FKrDbKux+M1HhlnGWqcA==",
1002
+ "dev": true,
1003
+ "license": "MIT",
1004
+ "dependencies": {
1005
+ "zod": "^4.2.0"
1006
+ },
1007
+ "engines": {
1008
+ "node": ">=20"
1009
+ }
1010
+ },
1011
+ "node_modules/@modelcontextprotocol/node": {
1012
+ "version": "2.0.0",
1013
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/node/-/node-2.0.0.tgz",
1014
+ "integrity": "sha512-Y4hAC2XdGDUdDOCbLDOCA4+aL3NUldjsOWlDL/YwpAxrPhRm1xHd7lZ+mLacvZ9t3PaH28wgNoaLQGrIk1P2pg==",
1015
+ "dev": true,
1016
+ "license": "MIT",
1017
+ "dependencies": {
1018
+ "@hono/node-server": "^1.19.9"
1019
+ },
1020
+ "engines": {
1021
+ "node": ">=20"
1022
+ },
1023
+ "peerDependencies": {
1024
+ "@modelcontextprotocol/server": "^2.0.0",
1025
+ "hono": "^4.11.4"
1026
+ },
1027
+ "peerDependenciesMeta": {
1028
+ "hono": {
1029
+ "optional": true
1030
+ }
1031
+ }
1032
+ },
1033
+ "node_modules/@modelcontextprotocol/node/node_modules/@hono/node-server": {
1034
+ "version": "1.19.17",
1035
+ "resolved": "https://registry.npmjs.org/@hono/node-server/-/node-server-1.19.17.tgz",
1036
+ "integrity": "sha512-dSneS5qhiauZWGDCeK4o695Xd9nUNjviSZCMQrj10eetr8Uln1ucn6bbphOM6UynAMMtNIzZNSpL9vnASJwrPQ==",
1037
+ "dev": true,
1038
+ "license": "MIT",
1039
+ "engines": {
1040
+ "node": ">=18.14.1"
1041
+ },
1042
+ "peerDependencies": {
1043
+ "hono": "^4"
1044
+ }
1045
+ },
998
1046
  "node_modules/@modelcontextprotocol/sdk": {
999
1047
  "version": "1.30.0",
1000
1048
  "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz",
@@ -1036,6 +1084,20 @@
1036
1084
  }
1037
1085
  }
1038
1086
  },
1087
+ "node_modules/@modelcontextprotocol/server": {
1088
+ "version": "2.0.0",
1089
+ "resolved": "https://registry.npmjs.org/@modelcontextprotocol/server/-/server-2.0.0.tgz",
1090
+ "integrity": "sha512-YhHWdHfpFMQfd0prsEnxKeS3Qz3ytIGmsS0sth4KDjnacIT7hxk6hXHkJ9KysxlkvTM+WZAtQbbcUhdoP4Hvtw==",
1091
+ "dev": true,
1092
+ "license": "MIT",
1093
+ "dependencies": {
1094
+ "@modelcontextprotocol/core": "2.0.0",
1095
+ "zod": "^4.2.0"
1096
+ },
1097
+ "engines": {
1098
+ "node": ">=20"
1099
+ }
1100
+ },
1039
1101
  "node_modules/@modelcontextprotocol/server-sequential-thinking": {
1040
1102
  "version": "2026.7.4",
1041
1103
  "resolved": "https://registry.npmjs.org/@modelcontextprotocol/server-sequential-thinking/-/server-sequential-thinking-2026.7.4.tgz",
@@ -1453,13 +1515,13 @@
1453
1515
  "license": "MIT"
1454
1516
  },
1455
1517
  "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==",
1518
+ "version": "12.1.0",
1519
+ "resolved": "https://registry.npmjs.org/@testcontainers/postgresql/-/postgresql-12.1.0.tgz",
1520
+ "integrity": "sha512-Pjf2VSVNirEPfz36nidyrVAnZvc2YhajOznY4VgyEsvfTd5qiMNOuPq96drREvxAUtXl5SFLX7vXj7sSq4aTcA==",
1459
1521
  "dev": true,
1460
1522
  "license": "MIT",
1461
1523
  "dependencies": {
1462
- "testcontainers": "^12.0.4"
1524
+ "testcontainers": "^12.1.0"
1463
1525
  }
1464
1526
  },
1465
1527
  "node_modules/@tybys/wasm-util": {
@@ -1997,15 +2059,15 @@
1997
2059
  }
1998
2060
  },
1999
2061
  "node_modules/@upstash/context7-mcp": {
2000
- "version": "3.2.5",
2001
- "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.2.5.tgz",
2002
- "integrity": "sha512-m+GIwQKBx2yCnLN7Et3wqkuTk1iPkMySQH2i6KiUf4B9wVI0tgtjeXRcDfFZPf5rnRA3gjYhr1FqQqMb9aSRnw==",
2062
+ "version": "4.0.0",
2063
+ "resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-4.0.0.tgz",
2064
+ "integrity": "sha512-7TlB85xbKbSHzI4G//3Qm+g8ryW11WZLd7PAOFdH5IxzAv1Yk+lcSBgDM4lDoYHXltzSwK7iUciiFNbFj7493Q==",
2003
2065
  "dev": true,
2004
2066
  "license": "MIT",
2005
2067
  "dependencies": {
2006
- "@modelcontextprotocol/sdk": "^1.29.0",
2068
+ "@modelcontextprotocol/node": "2.0.0",
2069
+ "@modelcontextprotocol/server": "2.0.0",
2007
2070
  "@types/express": "^5.0.4",
2008
- "@upstash/redis": "^1.38.0",
2009
2071
  "commander": "^13.1.0",
2010
2072
  "express": "^5.1.0",
2011
2073
  "jose": "^6.2.3",
@@ -2019,16 +2081,6 @@
2019
2081
  "node": ">=20.18.1"
2020
2082
  }
2021
2083
  },
2022
- "node_modules/@upstash/redis": {
2023
- "version": "1.38.0",
2024
- "resolved": "https://registry.npmjs.org/@upstash/redis/-/redis-1.38.0.tgz",
2025
- "integrity": "sha512-wu+dZBptlLy0+MCUEoHmzrY/TnmgDey3+c7EbIGwrLqAvkP8yi5MWZHYGIFtAygmL4Bkz2TdFu+eU0vFPncIcg==",
2026
- "dev": true,
2027
- "license": "MIT",
2028
- "dependencies": {
2029
- "uncrypto": "^0.1.3"
2030
- }
2031
- },
2032
2084
  "node_modules/@vitest/expect": {
2033
2085
  "version": "4.1.10",
2034
2086
  "resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.10.tgz",
@@ -5709,9 +5761,9 @@
5709
5761
  }
5710
5762
  },
5711
5763
  "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==",
5764
+ "version": "12.1.0",
5765
+ "resolved": "https://registry.npmjs.org/testcontainers/-/testcontainers-12.1.0.tgz",
5766
+ "integrity": "sha512-YjDLqIITuhGLMnM10yhg3oV6lIG5IMpz1R1DPBZoOOks83q7i7IVpeSWRTiyl7roozjiyLmwIoLK/KY8OnZmIA==",
5715
5767
  "dev": true,
5716
5768
  "license": "MIT",
5717
5769
  "dependencies": {
@@ -5722,20 +5774,23 @@
5722
5774
  "byline": "^5.0.0",
5723
5775
  "debug": "^4.4.3",
5724
5776
  "docker-compose": "^1.4.2",
5725
- "dockerode": "^5.0.0",
5777
+ "dockerode": "^5.0.1",
5726
5778
  "get-port": "^5.1.1",
5727
5779
  "proper-lockfile": "^4.1.2",
5728
5780
  "properties-reader": "^3.0.1",
5729
5781
  "ssh-remote-port-forward": "^1.0.4",
5730
- "tar-fs": "^3.1.2",
5782
+ "tar-fs": "^3.1.3",
5731
5783
  "tmp": "^0.2.7",
5732
- "undici": "^8.5.0"
5784
+ "undici": "^8.9.0"
5785
+ },
5786
+ "engines": {
5787
+ "node": ">= 22.22"
5733
5788
  }
5734
5789
  },
5735
5790
  "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==",
5791
+ "version": "8.10.0",
5792
+ "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.0.tgz",
5793
+ "integrity": "sha512-HvltHd7avK13QIw/oLe4qoOLyoVSoafqJ2jYOrtMRBkbYT31eiBQ8O0ehRKZiEZCMEyLFQNIADpgCWC5fALvYQ==",
5739
5794
  "dev": true,
5740
5795
  "license": "MIT",
5741
5796
  "engines": {
@@ -5851,9 +5906,9 @@
5851
5906
  "optional": true
5852
5907
  },
5853
5908
  "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==",
5909
+ "version": "4.23.10",
5910
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.10.tgz",
5911
+ "integrity": "sha512-0Vb9eKU47njkxv/6B8CRZRDsxNDT/Pz+BIU+M5jw7xL3TdzAjSxlZUxu0xFL/kLpaG3sHZ0LH2wbK1T1yo7CUQ==",
5857
5912
  "dev": true,
5858
5913
  "license": "MIT",
5859
5914
  "dependencies": {
@@ -5942,13 +5997,6 @@
5942
5997
  "@typescript/typescript-win32-x64": "7.0.2"
5943
5998
  }
5944
5999
  },
5945
- "node_modules/uncrypto": {
5946
- "version": "0.1.3",
5947
- "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
5948
- "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
5949
- "dev": true,
5950
- "license": "MIT"
5951
- },
5952
6000
  "node_modules/undici": {
5953
6001
  "version": "7.29.0",
5954
6002
  "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz",
@@ -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.4",
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
- "@upstash/context7-mcp": "3.2.5",
36
+ "@upstash/context7-mcp": "4.0.0",
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.10",
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.224"
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.4",
24
24
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
25
25
  "@types/node": "24.13.3",
26
- "@upstash/context7-mcp": "3.2.5",
26
+ "@upstash/context7-mcp": "4.0.0",
27
27
  "chance": "1.1.13",
28
- "tsx": "4.23.5",
28
+ "tsx": "4.23.10",
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.5",
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.224"
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.1",
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,14 +23,14 @@
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.4",
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",
30
30
  "@types/node": "24.13.3",
31
31
  "@types/react": "19.2.18",
32
32
  "@types/react-dom": "19.2.4",
33
- "@upstash/context7-mcp": "3.2.5",
33
+ "@upstash/context7-mcp": "4.0.0",
34
34
  "@vitejs/plugin-react": "6.0.5",
35
35
  "@vitest/ui": "4.1.10",
36
36
  "eslint": "10.8.0",