@lousy-agents/cli 5.15.5 → 5.15.7
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 +2 -2
- package/api/copilot-with-fastify/.nvmrc +1 -1
- package/api/copilot-with-fastify/biome.template.json +1 -1
- package/api/copilot-with-fastify/package-lock.json +74 -62
- package/api/copilot-with-fastify/package.json +4 -4
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +2 -2
- package/cli/copilot-with-citty/.nvmrc +1 -1
- package/cli/copilot-with-citty/biome.template.json +1 -1
- package/cli/copilot-with-citty/package.json +3 -3
- package/dist/index.js +106 -105
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +2 -2
- package/ui/copilot-with-react/.nvmrc +1 -1
- package/ui/copilot-with-react/biome.template.json +1 -1
- package/ui/copilot-with-react/package.json +6 -6
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.18.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
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.
|
|
13
|
+
"version": "v2.1.195"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.18.0
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@fastify/cors": "11.2.0",
|
|
12
12
|
"@fastify/sensible": "6.0.4",
|
|
13
|
-
"fastify": "5.
|
|
13
|
+
"fastify": "5.9.0",
|
|
14
14
|
"kysely": "0.29.2",
|
|
15
15
|
"pino": "10.3.1",
|
|
16
16
|
"postgres": "3.4.9",
|
|
17
17
|
"zod": "4.4.3"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@biomejs/biome": "2.5.
|
|
21
|
-
"@lousy-agents/mcp": "5.15.
|
|
20
|
+
"@biomejs/biome": "2.5.1",
|
|
21
|
+
"@lousy-agents/mcp": "5.15.6",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "12.0.3",
|
|
24
24
|
"@types/node": "24.13.2",
|
|
25
|
-
"@upstash/context7-mcp": "3.2.
|
|
25
|
+
"@upstash/context7-mcp": "3.2.2",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "12.0.3",
|
|
28
28
|
"tsx": "4.22.4",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"license": "Apache-2.0"
|
|
39
39
|
},
|
|
40
40
|
"node_modules/@biomejs/biome": {
|
|
41
|
-
"version": "2.5.
|
|
42
|
-
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.
|
|
43
|
-
"integrity": "sha512-
|
|
41
|
+
"version": "2.5.1",
|
|
42
|
+
"resolved": "https://registry.npmjs.org/@biomejs/biome/-/biome-2.5.1.tgz",
|
|
43
|
+
"integrity": "sha512-IXWLCxKmae+rI7LOHS1B3EbVisQ6GRAWbhN9msa6KjNCyFWrvKZWR4oUdinaNssrV852OrSHuSPa95h1GPJc7Q==",
|
|
44
44
|
"dev": true,
|
|
45
45
|
"license": "MIT OR Apache-2.0",
|
|
46
46
|
"bin": {
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"url": "https://opencollective.com/biome"
|
|
55
55
|
},
|
|
56
56
|
"optionalDependencies": {
|
|
57
|
-
"@biomejs/cli-darwin-arm64": "2.5.
|
|
58
|
-
"@biomejs/cli-darwin-x64": "2.5.
|
|
59
|
-
"@biomejs/cli-linux-arm64": "2.5.
|
|
60
|
-
"@biomejs/cli-linux-arm64-musl": "2.5.
|
|
61
|
-
"@biomejs/cli-linux-x64": "2.5.
|
|
62
|
-
"@biomejs/cli-linux-x64-musl": "2.5.
|
|
63
|
-
"@biomejs/cli-win32-arm64": "2.5.
|
|
64
|
-
"@biomejs/cli-win32-x64": "2.5.
|
|
57
|
+
"@biomejs/cli-darwin-arm64": "2.5.1",
|
|
58
|
+
"@biomejs/cli-darwin-x64": "2.5.1",
|
|
59
|
+
"@biomejs/cli-linux-arm64": "2.5.1",
|
|
60
|
+
"@biomejs/cli-linux-arm64-musl": "2.5.1",
|
|
61
|
+
"@biomejs/cli-linux-x64": "2.5.1",
|
|
62
|
+
"@biomejs/cli-linux-x64-musl": "2.5.1",
|
|
63
|
+
"@biomejs/cli-win32-arm64": "2.5.1",
|
|
64
|
+
"@biomejs/cli-win32-x64": "2.5.1"
|
|
65
65
|
}
|
|
66
66
|
},
|
|
67
67
|
"node_modules/@biomejs/cli-darwin-arm64": {
|
|
68
|
-
"version": "2.5.
|
|
69
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.
|
|
70
|
-
"integrity": "sha512-
|
|
68
|
+
"version": "2.5.1",
|
|
69
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-arm64/-/cli-darwin-arm64-2.5.1.tgz",
|
|
70
|
+
"integrity": "sha512-npqDzvqv7vFaWRiNN1Te71siRgPaqS9MpqgYCdP/CrUbkJ7ApezaeaKjueKHRN/JH/6lRjJQAHi8acQDCAz22w==",
|
|
71
71
|
"cpu": [
|
|
72
72
|
"arm64"
|
|
73
73
|
],
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
84
|
"node_modules/@biomejs/cli-darwin-x64": {
|
|
85
|
-
"version": "2.5.
|
|
86
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.
|
|
87
|
-
"integrity": "sha512-
|
|
85
|
+
"version": "2.5.1",
|
|
86
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-darwin-x64/-/cli-darwin-x64-2.5.1.tgz",
|
|
87
|
+
"integrity": "sha512-RgwTqPAM8g2tn1j+b5oRjF/DbSBX8a4gwojtuG9XuhfK7GgomvZ9+T+tqjXiVbjLEeGJOoL6VEk8mvRTVeSybw==",
|
|
88
88
|
"cpu": [
|
|
89
89
|
"x64"
|
|
90
90
|
],
|
|
@@ -99,13 +99,16 @@
|
|
|
99
99
|
}
|
|
100
100
|
},
|
|
101
101
|
"node_modules/@biomejs/cli-linux-arm64": {
|
|
102
|
-
"version": "2.5.
|
|
103
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.
|
|
104
|
-
"integrity": "sha512-
|
|
102
|
+
"version": "2.5.1",
|
|
103
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64/-/cli-linux-arm64-2.5.1.tgz",
|
|
104
|
+
"integrity": "sha512-yhV35CzZh38VyMvTEXi3JTjxZBs++oCKK9KG8vB6VI5+uvQvZNR3BFWEKKzuOmx9DJJj7sQpZ4LQJcmbGTs3+Q==",
|
|
105
105
|
"cpu": [
|
|
106
106
|
"arm64"
|
|
107
107
|
],
|
|
108
108
|
"dev": true,
|
|
109
|
+
"libc": [
|
|
110
|
+
"glibc"
|
|
111
|
+
],
|
|
109
112
|
"license": "MIT OR Apache-2.0",
|
|
110
113
|
"optional": true,
|
|
111
114
|
"os": [
|
|
@@ -116,13 +119,16 @@
|
|
|
116
119
|
}
|
|
117
120
|
},
|
|
118
121
|
"node_modules/@biomejs/cli-linux-arm64-musl": {
|
|
119
|
-
"version": "2.5.
|
|
120
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.
|
|
121
|
-
"integrity": "sha512-
|
|
122
|
+
"version": "2.5.1",
|
|
123
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-arm64-musl/-/cli-linux-arm64-musl-2.5.1.tgz",
|
|
124
|
+
"integrity": "sha512-WMcvMLgByyTqVxGlq918NBBYliq9FRR9GAQVETHb+VjGVqXCZFfHlZHC1FX4ibuYY/Hg6TJE3rHU0xVrdJXNRw==",
|
|
122
125
|
"cpu": [
|
|
123
126
|
"arm64"
|
|
124
127
|
],
|
|
125
128
|
"dev": true,
|
|
129
|
+
"libc": [
|
|
130
|
+
"musl"
|
|
131
|
+
],
|
|
126
132
|
"license": "MIT OR Apache-2.0",
|
|
127
133
|
"optional": true,
|
|
128
134
|
"os": [
|
|
@@ -133,13 +139,16 @@
|
|
|
133
139
|
}
|
|
134
140
|
},
|
|
135
141
|
"node_modules/@biomejs/cli-linux-x64": {
|
|
136
|
-
"version": "2.5.
|
|
137
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.
|
|
138
|
-
"integrity": "sha512-
|
|
142
|
+
"version": "2.5.1",
|
|
143
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64/-/cli-linux-x64-2.5.1.tgz",
|
|
144
|
+
"integrity": "sha512-J/7uHSX7NfoYDI7HijAkd8lnQIOrRb2W7j3X+tw4R+N5ExvXGsyXFiGdQcfcxfOmNQmZVSQOCDk757fwpzqQcg==",
|
|
139
145
|
"cpu": [
|
|
140
146
|
"x64"
|
|
141
147
|
],
|
|
142
148
|
"dev": true,
|
|
149
|
+
"libc": [
|
|
150
|
+
"glibc"
|
|
151
|
+
],
|
|
143
152
|
"license": "MIT OR Apache-2.0",
|
|
144
153
|
"optional": true,
|
|
145
154
|
"os": [
|
|
@@ -150,13 +159,16 @@
|
|
|
150
159
|
}
|
|
151
160
|
},
|
|
152
161
|
"node_modules/@biomejs/cli-linux-x64-musl": {
|
|
153
|
-
"version": "2.5.
|
|
154
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.
|
|
155
|
-
"integrity": "sha512
|
|
162
|
+
"version": "2.5.1",
|
|
163
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-linux-x64-musl/-/cli-linux-x64-musl-2.5.1.tgz",
|
|
164
|
+
"integrity": "sha512-ANTowtlLmPYm5yeMckWY8Xzb9Ix+JJP3tgHR/n6xRj1VWyIzzWtfRfih9hv9VmClwadpBvZduISZIbBsIlYG3A==",
|
|
156
165
|
"cpu": [
|
|
157
166
|
"x64"
|
|
158
167
|
],
|
|
159
168
|
"dev": true,
|
|
169
|
+
"libc": [
|
|
170
|
+
"musl"
|
|
171
|
+
],
|
|
160
172
|
"license": "MIT OR Apache-2.0",
|
|
161
173
|
"optional": true,
|
|
162
174
|
"os": [
|
|
@@ -167,9 +179,9 @@
|
|
|
167
179
|
}
|
|
168
180
|
},
|
|
169
181
|
"node_modules/@biomejs/cli-win32-arm64": {
|
|
170
|
-
"version": "2.5.
|
|
171
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.
|
|
172
|
-
"integrity": "sha512-
|
|
182
|
+
"version": "2.5.1",
|
|
183
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-arm64/-/cli-win32-arm64-2.5.1.tgz",
|
|
184
|
+
"integrity": "sha512-zgXnKNgWPC4iPF7Y1lR3STUeCUuZRpD6IiOrC7TZTlh0Lx6FiVUT05myuMQHQ9D+1cc7uyMldi4forE6lp0ivQ==",
|
|
173
185
|
"cpu": [
|
|
174
186
|
"arm64"
|
|
175
187
|
],
|
|
@@ -184,9 +196,9 @@
|
|
|
184
196
|
}
|
|
185
197
|
},
|
|
186
198
|
"node_modules/@biomejs/cli-win32-x64": {
|
|
187
|
-
"version": "2.5.
|
|
188
|
-
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.
|
|
189
|
-
"integrity": "sha512-
|
|
199
|
+
"version": "2.5.1",
|
|
200
|
+
"resolved": "https://registry.npmjs.org/@biomejs/cli-win32-x64/-/cli-win32-x64-2.5.1.tgz",
|
|
201
|
+
"integrity": "sha512-6uxpR9hvaglANkZemeSiN/FhYgkGasrEGn267eXIWvjrjJ2LhDlk251IhjVJq6MXzkV2/bcXwLwSroLyPtqRZg==",
|
|
190
202
|
"cpu": [
|
|
191
203
|
"x64"
|
|
192
204
|
],
|
|
@@ -944,9 +956,9 @@
|
|
|
944
956
|
}
|
|
945
957
|
},
|
|
946
958
|
"node_modules/@lousy-agents/mcp": {
|
|
947
|
-
"version": "5.15.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.
|
|
949
|
-
"integrity": "sha512-
|
|
959
|
+
"version": "5.15.6",
|
|
960
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.15.6.tgz",
|
|
961
|
+
"integrity": "sha512-FHbmqBSs/iu0laUehVI3DXNTJvCp8Qzn8j9YwKqM0tCYZwvvDUvdshNy/AvAFUDSQTb2IBatEP3ULgVyWmL82w==",
|
|
950
962
|
"dev": true,
|
|
951
963
|
"license": "BSD-2-Clause-Patent",
|
|
952
964
|
"dependencies": {
|
|
@@ -1618,9 +1630,9 @@
|
|
|
1618
1630
|
"license": "MIT"
|
|
1619
1631
|
},
|
|
1620
1632
|
"node_modules/@upstash/context7-mcp": {
|
|
1621
|
-
"version": "3.2.
|
|
1622
|
-
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.2.
|
|
1623
|
-
"integrity": "sha512-
|
|
1633
|
+
"version": "3.2.2",
|
|
1634
|
+
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-3.2.2.tgz",
|
|
1635
|
+
"integrity": "sha512-qWq0K4oHiByZSWpRfzlhmltRpUCjA8kSFFgGbvli1C+XGRL+qaflbbAzoHXOr2lOtknXK88NRH8GWHfnLy51Dw==",
|
|
1624
1636
|
"dev": true,
|
|
1625
1637
|
"license": "MIT",
|
|
1626
1638
|
"dependencies": {
|
|
@@ -1637,20 +1649,10 @@
|
|
|
1637
1649
|
"context7-mcp": "dist/index.js"
|
|
1638
1650
|
}
|
|
1639
1651
|
},
|
|
1640
|
-
"node_modules/@upstash/context7-mcp/node_modules/commander": {
|
|
1641
|
-
"version": "13.1.0",
|
|
1642
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
1643
|
-
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
1644
|
-
"dev": true,
|
|
1645
|
-
"license": "MIT",
|
|
1646
|
-
"engines": {
|
|
1647
|
-
"node": ">=18"
|
|
1648
|
-
}
|
|
1649
|
-
},
|
|
1650
1652
|
"node_modules/@upstash/context7-mcp/node_modules/undici": {
|
|
1651
|
-
"version": "6.
|
|
1652
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-6.
|
|
1653
|
-
"integrity": "sha512-
|
|
1653
|
+
"version": "6.27.0",
|
|
1654
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-6.27.0.tgz",
|
|
1655
|
+
"integrity": "sha512-YmfV3YnEDzXRC5lZ2jWtWWHKGUm1zIt8AhesR1tens+HTNv+YZlN/dp6G727LOvMJ8xjP9Be7Y2Sdr96LDm+pg==",
|
|
1654
1656
|
"dev": true,
|
|
1655
1657
|
"license": "MIT",
|
|
1656
1658
|
"engines": {
|
|
@@ -2434,6 +2436,16 @@
|
|
|
2434
2436
|
"dev": true,
|
|
2435
2437
|
"license": "MIT"
|
|
2436
2438
|
},
|
|
2439
|
+
"node_modules/commander": {
|
|
2440
|
+
"version": "13.1.0",
|
|
2441
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
2442
|
+
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
2443
|
+
"dev": true,
|
|
2444
|
+
"license": "MIT",
|
|
2445
|
+
"engines": {
|
|
2446
|
+
"node": ">=18"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2437
2449
|
"node_modules/content-disposition": {
|
|
2438
2450
|
"version": "1.1.0",
|
|
2439
2451
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
@@ -3076,9 +3088,9 @@
|
|
|
3076
3088
|
"license": "BSD-3-Clause"
|
|
3077
3089
|
},
|
|
3078
3090
|
"node_modules/fastify": {
|
|
3079
|
-
"version": "5.
|
|
3080
|
-
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.
|
|
3081
|
-
"integrity": "sha512-
|
|
3091
|
+
"version": "5.9.0",
|
|
3092
|
+
"resolved": "https://registry.npmjs.org/fastify/-/fastify-5.9.0.tgz",
|
|
3093
|
+
"integrity": "sha512-VMS5lE0zj+MZlJpQa3Qv5iGjfun0H2N7VRgoBwpcTNQ2bdIQpv7fDpb+HGteGbicBsGkzGS+X+hdx9mmrfWuHQ==",
|
|
3082
3094
|
"funding": [
|
|
3083
3095
|
{
|
|
3084
3096
|
"type": "github",
|
|
@@ -3098,7 +3110,7 @@
|
|
|
3098
3110
|
"abstract-logging": "^2.0.1",
|
|
3099
3111
|
"avvio": "^9.0.0",
|
|
3100
3112
|
"fast-json-stringify": "^6.0.0",
|
|
3101
|
-
"find-my-way": "^9.
|
|
3113
|
+
"find-my-way": "^9.6.0",
|
|
3102
3114
|
"light-my-request": "^6.0.0",
|
|
3103
3115
|
"pino": "^9.14.0 || ^10.1.0",
|
|
3104
3116
|
"process-warning": "^5.0.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@fastify/cors": "11.2.0",
|
|
20
20
|
"@fastify/sensible": "6.0.4",
|
|
21
|
-
"fastify": "5.
|
|
21
|
+
"fastify": "5.9.0",
|
|
22
22
|
"kysely": "0.29.2",
|
|
23
23
|
"pino": "10.3.1",
|
|
24
24
|
"postgres": "3.4.9",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"zod": "4.4.3"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@biomejs/biome": "2.5.
|
|
32
|
-
"@lousy-agents/mcp": "5.15.
|
|
31
|
+
"@biomejs/biome": "2.5.1",
|
|
32
|
+
"@lousy-agents/mcp": "5.15.6",
|
|
33
33
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
34
34
|
"@testcontainers/postgresql": "12.0.3",
|
|
35
35
|
"@types/node": "24.13.2",
|
|
36
|
-
"@upstash/context7-mcp": "3.2.
|
|
36
|
+
"@upstash/context7-mcp": "3.2.2",
|
|
37
37
|
"chance": "1.1.13",
|
|
38
38
|
"testcontainers": "12.0.3",
|
|
39
39
|
"tsx": "4.22.4",
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.18.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
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.
|
|
13
|
+
"version": "v2.1.195"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
24.
|
|
1
|
+
24.18.0
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"zod": "4.4.3"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@biomejs/biome": "2.5.
|
|
23
|
-
"@lousy-agents/mcp": "5.15.
|
|
22
|
+
"@biomejs/biome": "2.5.1",
|
|
23
|
+
"@lousy-agents/mcp": "5.15.6",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.13.2",
|
|
26
|
-
"@upstash/context7-mcp": "3.2.
|
|
26
|
+
"@upstash/context7-mcp": "3.2.2",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.22.4",
|
|
29
29
|
"typescript": "6.0.3",
|
package/dist/index.js
CHANGED
|
@@ -19932,77 +19932,6 @@ function safeDestr(value, options = {}) {
|
|
|
19932
19932
|
|
|
19933
19933
|
|
|
19934
19934
|
|
|
19935
|
-
;// CONCATENATED MODULE: ../../node_modules/defu/dist/defu.mjs
|
|
19936
|
-
function defu_isPlainObject(value) {
|
|
19937
|
-
if (value === null || typeof value !== "object") {
|
|
19938
|
-
return false;
|
|
19939
|
-
}
|
|
19940
|
-
const prototype = Object.getPrototypeOf(value);
|
|
19941
|
-
if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {
|
|
19942
|
-
return false;
|
|
19943
|
-
}
|
|
19944
|
-
if (Symbol.iterator in value) {
|
|
19945
|
-
return false;
|
|
19946
|
-
}
|
|
19947
|
-
if (Symbol.toStringTag in value) {
|
|
19948
|
-
return Object.prototype.toString.call(value) === "[object Module]";
|
|
19949
|
-
}
|
|
19950
|
-
return true;
|
|
19951
|
-
}
|
|
19952
|
-
|
|
19953
|
-
function defu_defu(baseObject, defaults, namespace = ".", merger) {
|
|
19954
|
-
if (!defu_isPlainObject(defaults)) {
|
|
19955
|
-
return defu_defu(baseObject, {}, namespace, merger);
|
|
19956
|
-
}
|
|
19957
|
-
const object = { ...defaults };
|
|
19958
|
-
for (const key of Object.keys(baseObject)) {
|
|
19959
|
-
if (key === "__proto__" || key === "constructor") {
|
|
19960
|
-
continue;
|
|
19961
|
-
}
|
|
19962
|
-
const value = baseObject[key];
|
|
19963
|
-
if (value === null || value === void 0) {
|
|
19964
|
-
continue;
|
|
19965
|
-
}
|
|
19966
|
-
if (merger && merger(object, key, value, namespace)) {
|
|
19967
|
-
continue;
|
|
19968
|
-
}
|
|
19969
|
-
if (Array.isArray(value) && Array.isArray(object[key])) {
|
|
19970
|
-
object[key] = [...value, ...object[key]];
|
|
19971
|
-
} else if (defu_isPlainObject(value) && defu_isPlainObject(object[key])) {
|
|
19972
|
-
object[key] = defu_defu(
|
|
19973
|
-
value,
|
|
19974
|
-
object[key],
|
|
19975
|
-
(namespace ? `${namespace}.` : "") + key.toString(),
|
|
19976
|
-
merger
|
|
19977
|
-
);
|
|
19978
|
-
} else {
|
|
19979
|
-
object[key] = value;
|
|
19980
|
-
}
|
|
19981
|
-
}
|
|
19982
|
-
return object;
|
|
19983
|
-
}
|
|
19984
|
-
function defu_createDefu(merger) {
|
|
19985
|
-
return (...arguments_) => (
|
|
19986
|
-
// eslint-disable-next-line unicorn/no-array-reduce
|
|
19987
|
-
arguments_.reduce((p, c) => defu_defu(p, c, "", merger), {})
|
|
19988
|
-
);
|
|
19989
|
-
}
|
|
19990
|
-
const dist_defu_defu = defu_createDefu();
|
|
19991
|
-
const defuFn = defu_createDefu((object, key, currentValue) => {
|
|
19992
|
-
if (object[key] !== void 0 && typeof currentValue === "function") {
|
|
19993
|
-
object[key] = currentValue(object[key]);
|
|
19994
|
-
return true;
|
|
19995
|
-
}
|
|
19996
|
-
});
|
|
19997
|
-
const defuArrayFn = defu_createDefu((object, key, currentValue) => {
|
|
19998
|
-
if (Array.isArray(object[key]) && typeof currentValue === "function") {
|
|
19999
|
-
object[key] = currentValue(object[key]);
|
|
20000
|
-
return true;
|
|
20001
|
-
}
|
|
20002
|
-
});
|
|
20003
|
-
|
|
20004
|
-
|
|
20005
|
-
|
|
20006
19935
|
;// CONCATENATED MODULE: ../../node_modules/rc9/dist/index.mjs
|
|
20007
19936
|
|
|
20008
19937
|
|
|
@@ -20163,6 +20092,77 @@ function updateUser(config, options) {
|
|
|
20163
20092
|
//#endregion
|
|
20164
20093
|
|
|
20165
20094
|
|
|
20095
|
+
;// CONCATENATED MODULE: ../../node_modules/defu/dist/defu.mjs
|
|
20096
|
+
function defu_isPlainObject(value) {
|
|
20097
|
+
if (value === null || typeof value !== "object") {
|
|
20098
|
+
return false;
|
|
20099
|
+
}
|
|
20100
|
+
const prototype = Object.getPrototypeOf(value);
|
|
20101
|
+
if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {
|
|
20102
|
+
return false;
|
|
20103
|
+
}
|
|
20104
|
+
if (Symbol.iterator in value) {
|
|
20105
|
+
return false;
|
|
20106
|
+
}
|
|
20107
|
+
if (Symbol.toStringTag in value) {
|
|
20108
|
+
return Object.prototype.toString.call(value) === "[object Module]";
|
|
20109
|
+
}
|
|
20110
|
+
return true;
|
|
20111
|
+
}
|
|
20112
|
+
|
|
20113
|
+
function defu_defu(baseObject, defaults, namespace = ".", merger) {
|
|
20114
|
+
if (!defu_isPlainObject(defaults)) {
|
|
20115
|
+
return defu_defu(baseObject, {}, namespace, merger);
|
|
20116
|
+
}
|
|
20117
|
+
const object = { ...defaults };
|
|
20118
|
+
for (const key of Object.keys(baseObject)) {
|
|
20119
|
+
if (key === "__proto__" || key === "constructor") {
|
|
20120
|
+
continue;
|
|
20121
|
+
}
|
|
20122
|
+
const value = baseObject[key];
|
|
20123
|
+
if (value === null || value === void 0) {
|
|
20124
|
+
continue;
|
|
20125
|
+
}
|
|
20126
|
+
if (merger && merger(object, key, value, namespace)) {
|
|
20127
|
+
continue;
|
|
20128
|
+
}
|
|
20129
|
+
if (Array.isArray(value) && Array.isArray(object[key])) {
|
|
20130
|
+
object[key] = [...value, ...object[key]];
|
|
20131
|
+
} else if (defu_isPlainObject(value) && defu_isPlainObject(object[key])) {
|
|
20132
|
+
object[key] = defu_defu(
|
|
20133
|
+
value,
|
|
20134
|
+
object[key],
|
|
20135
|
+
(namespace ? `${namespace}.` : "") + key.toString(),
|
|
20136
|
+
merger
|
|
20137
|
+
);
|
|
20138
|
+
} else {
|
|
20139
|
+
object[key] = value;
|
|
20140
|
+
}
|
|
20141
|
+
}
|
|
20142
|
+
return object;
|
|
20143
|
+
}
|
|
20144
|
+
function defu_createDefu(merger) {
|
|
20145
|
+
return (...arguments_) => (
|
|
20146
|
+
// eslint-disable-next-line unicorn/no-array-reduce
|
|
20147
|
+
arguments_.reduce((p, c) => defu_defu(p, c, "", merger), {})
|
|
20148
|
+
);
|
|
20149
|
+
}
|
|
20150
|
+
const dist_defu_defu = defu_createDefu();
|
|
20151
|
+
const defuFn = (/* unused pure expression or super */ null && (defu_createDefu((object, key, currentValue) => {
|
|
20152
|
+
if (object[key] !== void 0 && typeof currentValue === "function") {
|
|
20153
|
+
object[key] = currentValue(object[key]);
|
|
20154
|
+
return true;
|
|
20155
|
+
}
|
|
20156
|
+
})));
|
|
20157
|
+
const defuArrayFn = (/* unused pure expression or super */ null && (defu_createDefu((object, key, currentValue) => {
|
|
20158
|
+
if (Array.isArray(object[key]) && typeof currentValue === "function") {
|
|
20159
|
+
object[key] = currentValue(object[key]);
|
|
20160
|
+
return true;
|
|
20161
|
+
}
|
|
20162
|
+
})));
|
|
20163
|
+
|
|
20164
|
+
|
|
20165
|
+
|
|
20166
20166
|
// EXTERNAL MODULE: ../../node_modules/confbox/dist/_chunks/_format.mjs
|
|
20167
20167
|
var _format = __webpack_require__(5492);
|
|
20168
20168
|
;// CONCATENATED MODULE: ../../node_modules/confbox/dist/_chunks/json.mjs
|
|
@@ -50862,15 +50862,15 @@ module.exports = __rspack_createRequire_require("zlib");
|
|
|
50862
50862
|
|
|
50863
50863
|
},
|
|
50864
50864
|
9703(__unused_rspack_module, exports) {
|
|
50865
|
-
var
|
|
50865
|
+
var __rspack_unused_export;
|
|
50866
50866
|
|
|
50867
50867
|
/*!
|
|
50868
50868
|
* content-type
|
|
50869
50869
|
* Copyright(c) 2015 Douglas Christopher Wilson
|
|
50870
50870
|
* MIT Licensed
|
|
50871
50871
|
*/
|
|
50872
|
-
|
|
50873
|
-
|
|
50872
|
+
__rspack_unused_export = ({ value: true });
|
|
50873
|
+
__rspack_unused_export = format;
|
|
50874
50874
|
exports.qg = parse;
|
|
50875
50875
|
const TEXT_REGEXP = /^[\u0009\u0020-\u007e\u0080-\u00ff]*$/;
|
|
50876
50876
|
const TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/;
|
|
@@ -53574,7 +53574,7 @@ exports.prettifyError = prettifyError;
|
|
|
53574
53574
|
|
|
53575
53575
|
},
|
|
53576
53576
|
3519(__unused_rspack_module, exports, __webpack_require__) {
|
|
53577
|
-
var
|
|
53577
|
+
var __rspack_unused_export;
|
|
53578
53578
|
|
|
53579
53579
|
|
|
53580
53580
|
var composer = __webpack_require__(8480);
|
|
@@ -53596,35 +53596,35 @@ var visit = __webpack_require__(4364);
|
|
|
53596
53596
|
|
|
53597
53597
|
|
|
53598
53598
|
|
|
53599
|
-
|
|
53600
|
-
|
|
53601
|
-
|
|
53602
|
-
|
|
53603
|
-
|
|
53604
|
-
|
|
53605
|
-
|
|
53606
|
-
|
|
53607
|
-
|
|
53608
|
-
|
|
53609
|
-
|
|
53610
|
-
|
|
53611
|
-
|
|
53612
|
-
|
|
53613
|
-
|
|
53614
|
-
|
|
53599
|
+
__rspack_unused_export = composer.Composer;
|
|
53600
|
+
__rspack_unused_export = Document.Document;
|
|
53601
|
+
__rspack_unused_export = Schema.Schema;
|
|
53602
|
+
__rspack_unused_export = errors.YAMLError;
|
|
53603
|
+
__rspack_unused_export = errors.YAMLParseError;
|
|
53604
|
+
__rspack_unused_export = errors.YAMLWarning;
|
|
53605
|
+
__rspack_unused_export = Alias.Alias;
|
|
53606
|
+
__rspack_unused_export = identity.isAlias;
|
|
53607
|
+
__rspack_unused_export = identity.isCollection;
|
|
53608
|
+
__rspack_unused_export = identity.isDocument;
|
|
53609
|
+
__rspack_unused_export = identity.isMap;
|
|
53610
|
+
__rspack_unused_export = identity.isNode;
|
|
53611
|
+
__rspack_unused_export = identity.isPair;
|
|
53612
|
+
__rspack_unused_export = identity.isScalar;
|
|
53613
|
+
__rspack_unused_export = identity.isSeq;
|
|
53614
|
+
__rspack_unused_export = Pair.Pair;
|
|
53615
53615
|
exports.X5 = Scalar.Scalar;
|
|
53616
|
-
|
|
53617
|
-
|
|
53618
|
-
|
|
53619
|
-
|
|
53620
|
-
|
|
53621
|
-
|
|
53616
|
+
__rspack_unused_export = YAMLMap.YAMLMap;
|
|
53617
|
+
__rspack_unused_export = YAMLSeq.YAMLSeq;
|
|
53618
|
+
__rspack_unused_export = cst;
|
|
53619
|
+
__rspack_unused_export = lexer.Lexer;
|
|
53620
|
+
__rspack_unused_export = lineCounter.LineCounter;
|
|
53621
|
+
__rspack_unused_export = parser.Parser;
|
|
53622
53622
|
exports.qg = publicApi.parse;
|
|
53623
|
-
|
|
53624
|
-
|
|
53623
|
+
__rspack_unused_export = publicApi.parseAllDocuments;
|
|
53624
|
+
__rspack_unused_export = publicApi.parseDocument;
|
|
53625
53625
|
exports.As = publicApi.stringify;
|
|
53626
|
-
|
|
53627
|
-
|
|
53626
|
+
__rspack_unused_export = visit.visit;
|
|
53627
|
+
__rspack_unused_export = visit.visitAsync;
|
|
53628
53628
|
|
|
53629
53629
|
|
|
53630
53630
|
},
|
|
@@ -59548,14 +59548,14 @@ __webpack_require__.r = (exports) => {
|
|
|
59548
59548
|
var installedChunks = {410: 0,};
|
|
59549
59549
|
var installChunk = (data) => {
|
|
59550
59550
|
var __rspack_esm_ids = data.__rspack_esm_ids;
|
|
59551
|
-
var
|
|
59551
|
+
var moreModules = data.__webpack_modules__;
|
|
59552
59552
|
var __rspack_esm_runtime = data.__rspack_esm_runtime;
|
|
59553
59553
|
// add "modules" to the modules object,
|
|
59554
59554
|
// then flag all "ids" as loaded and fire callback
|
|
59555
59555
|
var moduleId, chunkId, i = 0;
|
|
59556
|
-
for (moduleId in
|
|
59557
|
-
if (__webpack_require__.o(
|
|
59558
|
-
__webpack_require__.m[moduleId] =
|
|
59556
|
+
for (moduleId in moreModules) {
|
|
59557
|
+
if (__webpack_require__.o(moreModules, moduleId)) {
|
|
59558
|
+
__webpack_require__.m[moduleId] = moreModules[moduleId];
|
|
59559
59559
|
}
|
|
59560
59560
|
}
|
|
59561
59561
|
if (__rspack_esm_runtime) __rspack_esm_runtime(__webpack_require__);
|
|
@@ -59568,6 +59568,7 @@ __webpack_require__.r = (exports) => {
|
|
|
59568
59568
|
}
|
|
59569
59569
|
|
|
59570
59570
|
};
|
|
59571
|
+
|
|
59571
59572
|
__webpack_require__.f.j = function (chunkId, promises) {
|
|
59572
59573
|
// import() chunk loading for javascript
|
|
59573
59574
|
var installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
package/package.json
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
"image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04@sha256:4bcb1b466771b1ba1ea110e2a27daea2f6093f9527fb75ee59703ec89b5561cb",
|
|
4
4
|
"features": {
|
|
5
5
|
"ghcr.io/devcontainers/features/node:1.7.1": {
|
|
6
|
-
"version": "24.
|
|
6
|
+
"version": "24.18.0"
|
|
7
7
|
},
|
|
8
8
|
"ghcr.io/devcontainers/features/github-cli:1.1.0": {
|
|
9
9
|
"version": "latest"
|
|
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.
|
|
13
|
+
"version": "v2.1.195"
|
|
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.
|
|
1
|
+
24.18.0
|
|
@@ -14,26 +14,26 @@
|
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
16
|
"@emotion/server": "11.11.0",
|
|
17
|
-
"@mui/material": "9.1.
|
|
17
|
+
"@mui/material": "9.1.2",
|
|
18
18
|
"@mui/material-nextjs": "9.1.1",
|
|
19
19
|
"next": "16.2.9",
|
|
20
20
|
"react": "19.2.7",
|
|
21
21
|
"react-dom": "19.2.7"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@biomejs/biome": "2.5.
|
|
24
|
+
"@biomejs/biome": "2.5.1",
|
|
25
25
|
"@eslint/eslintrc": "3.3.5",
|
|
26
|
-
"@lousy-agents/mcp": "5.15.
|
|
26
|
+
"@lousy-agents/mcp": "5.15.6",
|
|
27
27
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
28
28
|
"@testing-library/jest-dom": "6.9.1",
|
|
29
29
|
"@testing-library/react": "16.3.2",
|
|
30
30
|
"@types/node": "24.13.2",
|
|
31
31
|
"@types/react": "19.2.17",
|
|
32
32
|
"@types/react-dom": "19.2.3",
|
|
33
|
-
"@upstash/context7-mcp": "3.2.
|
|
34
|
-
"@vitejs/plugin-react": "6.0.
|
|
33
|
+
"@upstash/context7-mcp": "3.2.2",
|
|
34
|
+
"@vitejs/plugin-react": "6.0.3",
|
|
35
35
|
"@vitest/ui": "4.1.9",
|
|
36
|
-
"eslint": "10.
|
|
36
|
+
"eslint": "10.6.0",
|
|
37
37
|
"eslint-config-next": "16.2.9",
|
|
38
38
|
"happy-dom": "20.10.6",
|
|
39
39
|
"jsdom": "29.1.1",
|