@lousy-agents/cli 5.19.4 → 5.19.6

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.222"
13
+ "version": "v2.1.226"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -10,7 +10,7 @@
10
10
  "dependencies": {
11
11
  "@fastify/cors": "11.3.0",
12
12
  "@fastify/sensible": "6.0.4",
13
- "fastify": "5.11.2",
13
+ "fastify": "5.11.3",
14
14
  "kysely": "0.29.4",
15
15
  "pino": "10.3.1",
16
16
  "postgres": "3.4.9",
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "devDependencies": {
20
20
  "@biomejs/biome": "2.5.3",
21
- "@lousy-agents/mcp": "5.19.3",
21
+ "@lousy-agents/mcp": "5.19.5",
22
22
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
23
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
27
  "testcontainers": "12.1.0",
28
- "tsx": "4.23.7",
28
+ "tsx": "4.23.11",
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.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==",
975
+ "version": "5.19.5",
976
+ "resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.19.5.tgz",
977
+ "integrity": "sha512-tryVw5mzOsVQISaCu3Xid7t2sJxhv8cO+DEjoJHzxmTSevCS5imswWaUr+IQuGN5MZ+LA227dMqAIL+55DEUvQ==",
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",
@@ -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",
@@ -3521,9 +3573,9 @@
3521
3573
  "license": "BSD-3-Clause"
3522
3574
  },
3523
3575
  "node_modules/fastify": {
3524
- "version": "5.11.2",
3525
- "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.2.tgz",
3526
- "integrity": "sha512-i/eJG7nXR9OkbFgoX4jFiPOHoRq0rXqDACVAXELh5Fdg6BFBErIVZ8MyibGCwup9Go1pYrxZJ0ogIub8vVdEcQ==",
3576
+ "version": "5.11.3",
3577
+ "resolved": "https://registry.npmjs.org/fastify/-/fastify-5.11.3.tgz",
3578
+ "integrity": "sha512-W6hzDP8s0iSeL7LGwY6Oc/ZxuXWOvFEMs6p2L0Si415YRo27W5pBKdOTXxhemBDeSTAcpYf5evRA9onF2OYhPA==",
3527
3579
  "funding": [
3528
3580
  {
3529
3581
  "type": "github",
@@ -5854,9 +5906,9 @@
5854
5906
  "optional": true
5855
5907
  },
5856
5908
  "node_modules/tsx": {
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==",
5909
+ "version": "4.23.11",
5910
+ "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.23.11.tgz",
5911
+ "integrity": "sha512-Ry2oTEUnhBdeEdWIztY8kf3/nBGnPnjMLVGL0YfdRXMORuPER5NlKmayqxtxRxwB1xBN+RivRaJfe7PM1rtiyw==",
5860
5912
  "dev": true,
5861
5913
  "license": "MIT",
5862
5914
  "dependencies": {
@@ -5945,13 +5997,6 @@
5945
5997
  "@typescript/typescript-win32-x64": "7.0.2"
5946
5998
  }
5947
5999
  },
5948
- "node_modules/uncrypto": {
5949
- "version": "0.1.3",
5950
- "resolved": "https://registry.npmjs.org/uncrypto/-/uncrypto-0.1.3.tgz",
5951
- "integrity": "sha512-Ql87qFHB3s/De2ClA9e0gsnS6zXG27SkTiSJwjCc9MebbfapQfuPzumMIUMi38ezPZVNFcHI9sUIepeQfw8J8Q==",
5952
- "dev": true,
5953
- "license": "MIT"
5954
- },
5955
6000
  "node_modules/undici": {
5956
6001
  "version": "7.29.0",
5957
6002
  "resolved": "https://registry.npmjs.org/undici/-/undici-7.29.0.tgz",
@@ -18,7 +18,7 @@
18
18
  "dependencies": {
19
19
  "@fastify/cors": "11.3.0",
20
20
  "@fastify/sensible": "6.0.4",
21
- "fastify": "5.11.2",
21
+ "fastify": "5.11.3",
22
22
  "kysely": "0.29.4",
23
23
  "pino": "10.3.1",
24
24
  "postgres": "3.4.9",
@@ -29,14 +29,14 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@biomejs/biome": "2.5.3",
32
- "@lousy-agents/mcp": "5.19.3",
32
+ "@lousy-agents/mcp": "5.19.5",
33
33
  "@modelcontextprotocol/server-sequential-thinking": "2026.7.4",
34
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
38
  "testcontainers": "12.1.0",
39
- "tsx": "4.23.7",
39
+ "tsx": "4.23.11",
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.222"
13
+ "version": "v2.1.226"
14
14
  },
15
15
  "ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
16
16
  "packages": "yamllint, shellcheck",
@@ -20,12 +20,12 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@biomejs/biome": "2.5.3",
23
- "@lousy-agents/mcp": "5.19.3",
23
+ "@lousy-agents/mcp": "5.19.5",
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.7",
28
+ "tsx": "4.23.11",
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.4",
3
+ "version": "5.19.6",
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.222"
13
+ "version": "v2.1.226"
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",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@emotion/server": "11.11.0",
17
- "@mui/material": "9.3.0",
17
+ "@mui/material": "9.3.1",
18
18
  "@mui/material-nextjs": "9.3.0",
19
19
  "next": "16.3.0",
20
20
  "react": "19.2.8",
@@ -23,19 +23,19 @@
23
23
  "devDependencies": {
24
24
  "@biomejs/biome": "2.5.3",
25
25
  "@eslint/eslintrc": "3.3.6",
26
- "@lousy-agents/mcp": "5.19.3",
26
+ "@lousy-agents/mcp": "5.19.5",
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
- "eslint": "10.8.0",
36
+ "eslint": "10.8.1",
37
37
  "eslint-config-next": "16.3.0",
38
- "happy-dom": "20.11.1",
38
+ "happy-dom": "20.11.2",
39
39
  "jsdom": "30.0.1",
40
40
  "typescript": "7.0.2",
41
41
  "vitest": "4.1.10",