@lousy-agents/cli 5.6.2 → 5.7.0
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 +1 -1
- package/api/copilot-with-fastify/package-lock.json +62 -62
- package/api/copilot-with-fastify/package.json +3 -3
- package/cli/copilot-with-citty/.devcontainer/devcontainer.json +1 -1
- package/cli/copilot-with-citty/package.json +3 -3
- package/dist/index.js +353 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/ui/copilot-with-react/.devcontainer/devcontainer.json +1 -1
- package/ui/copilot-with-react/package.json +4 -4
|
@@ -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.
|
|
13
|
+
"version": "v2.1.86"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@biomejs/biome": "2.4.9",
|
|
21
|
-
"@lousy-agents/mcp": "5.6.
|
|
21
|
+
"@lousy-agents/mcp": "5.6.2",
|
|
22
22
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
23
23
|
"@testcontainers/postgresql": "11.13.0",
|
|
24
24
|
"@types/node": "24.12.0",
|
|
25
|
-
"@upstash/context7-mcp": "2.1.
|
|
25
|
+
"@upstash/context7-mcp": "2.1.6",
|
|
26
26
|
"chance": "1.1.13",
|
|
27
27
|
"testcontainers": "11.13.0",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.2",
|
|
30
|
-
"vitest": "4.1.
|
|
30
|
+
"vitest": "4.1.2"
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"node_modules/@balena/dockerignore": {
|
|
@@ -944,13 +944,13 @@
|
|
|
944
944
|
}
|
|
945
945
|
},
|
|
946
946
|
"node_modules/@lousy-agents/mcp": {
|
|
947
|
-
"version": "5.6.
|
|
948
|
-
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.6.
|
|
949
|
-
"integrity": "sha512-
|
|
947
|
+
"version": "5.6.2",
|
|
948
|
+
"resolved": "https://registry.npmjs.org/@lousy-agents/mcp/-/mcp-5.6.2.tgz",
|
|
949
|
+
"integrity": "sha512-NHIwGoq/rJ1nfxwuSzbySS8H94Zv7+Okc60Qu2OxaUoALZZPgT/cm2vnGvTbO0hfB1nR4ND7X4o7YU6EaBfzxA==",
|
|
950
950
|
"dev": true,
|
|
951
951
|
"license": "MIT",
|
|
952
952
|
"dependencies": {
|
|
953
|
-
"@modelcontextprotocol/sdk": "1.
|
|
953
|
+
"@modelcontextprotocol/sdk": "1.28.0",
|
|
954
954
|
"yaml": "2.8.3",
|
|
955
955
|
"zod": "4.3.6"
|
|
956
956
|
},
|
|
@@ -968,9 +968,9 @@
|
|
|
968
968
|
}
|
|
969
969
|
},
|
|
970
970
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
971
|
-
"version": "1.
|
|
972
|
-
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.
|
|
973
|
-
"integrity": "sha512-
|
|
971
|
+
"version": "1.28.0",
|
|
972
|
+
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.28.0.tgz",
|
|
973
|
+
"integrity": "sha512-gmloF+i+flI8ouQK7MWW4mOwuMh4RePBuPFAEPC6+pdqyWOUMDOixb6qZ69owLJpz6XmyllCouc4t8YWO+E2Nw==",
|
|
974
974
|
"dev": true,
|
|
975
975
|
"license": "MIT",
|
|
976
976
|
"dependencies": {
|
|
@@ -1615,9 +1615,9 @@
|
|
|
1615
1615
|
"license": "MIT"
|
|
1616
1616
|
},
|
|
1617
1617
|
"node_modules/@upstash/context7-mcp": {
|
|
1618
|
-
"version": "2.1.
|
|
1619
|
-
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.1.
|
|
1620
|
-
"integrity": "sha512-
|
|
1618
|
+
"version": "2.1.6",
|
|
1619
|
+
"resolved": "https://registry.npmjs.org/@upstash/context7-mcp/-/context7-mcp-2.1.6.tgz",
|
|
1620
|
+
"integrity": "sha512-Mq1o4N7CgIdOVyY9LOPEvNgz0Sorf2TCweESYKE5K87nrf4niIuBZCZN4t+WmOguJyhSvMwJz16toGAOLdJRdw==",
|
|
1621
1621
|
"dev": true,
|
|
1622
1622
|
"license": "MIT",
|
|
1623
1623
|
"dependencies": {
|
|
@@ -1634,31 +1634,31 @@
|
|
|
1634
1634
|
}
|
|
1635
1635
|
},
|
|
1636
1636
|
"node_modules/@vitest/expect": {
|
|
1637
|
-
"version": "4.1.
|
|
1638
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
1639
|
-
"integrity": "sha512-
|
|
1637
|
+
"version": "4.1.2",
|
|
1638
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.2.tgz",
|
|
1639
|
+
"integrity": "sha512-gbu+7B0YgUJ2nkdsRJrFFW6X7NTP44WlhiclHniUhxADQJH5Szt9mZ9hWnJPJ8YwOK5zUOSSlSvyzRf0u1DSBQ==",
|
|
1640
1640
|
"dev": true,
|
|
1641
1641
|
"license": "MIT",
|
|
1642
1642
|
"dependencies": {
|
|
1643
1643
|
"@standard-schema/spec": "^1.1.0",
|
|
1644
1644
|
"@types/chai": "^5.2.2",
|
|
1645
|
-
"@vitest/spy": "4.1.
|
|
1646
|
-
"@vitest/utils": "4.1.
|
|
1645
|
+
"@vitest/spy": "4.1.2",
|
|
1646
|
+
"@vitest/utils": "4.1.2",
|
|
1647
1647
|
"chai": "^6.2.2",
|
|
1648
|
-
"tinyrainbow": "^3.0
|
|
1648
|
+
"tinyrainbow": "^3.1.0"
|
|
1649
1649
|
},
|
|
1650
1650
|
"funding": {
|
|
1651
1651
|
"url": "https://opencollective.com/vitest"
|
|
1652
1652
|
}
|
|
1653
1653
|
},
|
|
1654
1654
|
"node_modules/@vitest/mocker": {
|
|
1655
|
-
"version": "4.1.
|
|
1656
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
1657
|
-
"integrity": "sha512-
|
|
1655
|
+
"version": "4.1.2",
|
|
1656
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.2.tgz",
|
|
1657
|
+
"integrity": "sha512-Ize4iQtEALHDttPRCmN+FKqOl2vxTiNUhzobQFFt/BM1lRUTG7zRCLOykG/6Vo4E4hnUdfVLo5/eqKPukcWW7Q==",
|
|
1658
1658
|
"dev": true,
|
|
1659
1659
|
"license": "MIT",
|
|
1660
1660
|
"dependencies": {
|
|
1661
|
-
"@vitest/spy": "4.1.
|
|
1661
|
+
"@vitest/spy": "4.1.2",
|
|
1662
1662
|
"estree-walker": "^3.0.3",
|
|
1663
1663
|
"magic-string": "^0.30.21"
|
|
1664
1664
|
},
|
|
@@ -1679,26 +1679,26 @@
|
|
|
1679
1679
|
}
|
|
1680
1680
|
},
|
|
1681
1681
|
"node_modules/@vitest/pretty-format": {
|
|
1682
|
-
"version": "4.1.
|
|
1683
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
1684
|
-
"integrity": "sha512-
|
|
1682
|
+
"version": "4.1.2",
|
|
1683
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.2.tgz",
|
|
1684
|
+
"integrity": "sha512-dwQga8aejqeuB+TvXCMzSQemvV9hNEtDDpgUKDzOmNQayl2OG241PSWeJwKRH3CiC+sESrmoFd49rfnq7T4RnA==",
|
|
1685
1685
|
"dev": true,
|
|
1686
1686
|
"license": "MIT",
|
|
1687
1687
|
"dependencies": {
|
|
1688
|
-
"tinyrainbow": "^3.0
|
|
1688
|
+
"tinyrainbow": "^3.1.0"
|
|
1689
1689
|
},
|
|
1690
1690
|
"funding": {
|
|
1691
1691
|
"url": "https://opencollective.com/vitest"
|
|
1692
1692
|
}
|
|
1693
1693
|
},
|
|
1694
1694
|
"node_modules/@vitest/runner": {
|
|
1695
|
-
"version": "4.1.
|
|
1696
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
1697
|
-
"integrity": "sha512-
|
|
1695
|
+
"version": "4.1.2",
|
|
1696
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.2.tgz",
|
|
1697
|
+
"integrity": "sha512-Gr+FQan34CdiYAwpGJmQG8PgkyFVmARK8/xSijia3eTFgVfpcpztWLuP6FttGNfPLJhaZVP/euvujeNYar36OQ==",
|
|
1698
1698
|
"dev": true,
|
|
1699
1699
|
"license": "MIT",
|
|
1700
1700
|
"dependencies": {
|
|
1701
|
-
"@vitest/utils": "4.1.
|
|
1701
|
+
"@vitest/utils": "4.1.2",
|
|
1702
1702
|
"pathe": "^2.0.3"
|
|
1703
1703
|
},
|
|
1704
1704
|
"funding": {
|
|
@@ -1706,14 +1706,14 @@
|
|
|
1706
1706
|
}
|
|
1707
1707
|
},
|
|
1708
1708
|
"node_modules/@vitest/snapshot": {
|
|
1709
|
-
"version": "4.1.
|
|
1710
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
1711
|
-
"integrity": "sha512-
|
|
1709
|
+
"version": "4.1.2",
|
|
1710
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.2.tgz",
|
|
1711
|
+
"integrity": "sha512-g7yfUmxYS4mNxk31qbOYsSt2F4m1E02LFqO53Xpzg3zKMhLAPZAjjfyl9e6z7HrW6LvUdTwAQR3HHfLjpko16A==",
|
|
1712
1712
|
"dev": true,
|
|
1713
1713
|
"license": "MIT",
|
|
1714
1714
|
"dependencies": {
|
|
1715
|
-
"@vitest/pretty-format": "4.1.
|
|
1716
|
-
"@vitest/utils": "4.1.
|
|
1715
|
+
"@vitest/pretty-format": "4.1.2",
|
|
1716
|
+
"@vitest/utils": "4.1.2",
|
|
1717
1717
|
"magic-string": "^0.30.21",
|
|
1718
1718
|
"pathe": "^2.0.3"
|
|
1719
1719
|
},
|
|
@@ -1722,9 +1722,9 @@
|
|
|
1722
1722
|
}
|
|
1723
1723
|
},
|
|
1724
1724
|
"node_modules/@vitest/spy": {
|
|
1725
|
-
"version": "4.1.
|
|
1726
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
1727
|
-
"integrity": "sha512-
|
|
1725
|
+
"version": "4.1.2",
|
|
1726
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.2.tgz",
|
|
1727
|
+
"integrity": "sha512-DU4fBnbVCJGNBwVA6xSToNXrkZNSiw59H8tcuUspVMsBDBST4nfvsPsEHDHGtWRRnqBERBQu7TrTKskmjqTXKA==",
|
|
1728
1728
|
"dev": true,
|
|
1729
1729
|
"license": "MIT",
|
|
1730
1730
|
"funding": {
|
|
@@ -1732,15 +1732,15 @@
|
|
|
1732
1732
|
}
|
|
1733
1733
|
},
|
|
1734
1734
|
"node_modules/@vitest/utils": {
|
|
1735
|
-
"version": "4.1.
|
|
1736
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
1737
|
-
"integrity": "sha512-
|
|
1735
|
+
"version": "4.1.2",
|
|
1736
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.2.tgz",
|
|
1737
|
+
"integrity": "sha512-xw2/TiX82lQHA06cgbqRKFb5lCAy3axQ4H4SoUFhUsg+wztiet+co86IAMDtF6Vm1hc7J6j09oh/rgDn+JdKIQ==",
|
|
1738
1738
|
"dev": true,
|
|
1739
1739
|
"license": "MIT",
|
|
1740
1740
|
"dependencies": {
|
|
1741
|
-
"@vitest/pretty-format": "4.1.
|
|
1741
|
+
"@vitest/pretty-format": "4.1.2",
|
|
1742
1742
|
"convert-source-map": "^2.0.0",
|
|
1743
|
-
"tinyrainbow": "^3.0
|
|
1743
|
+
"tinyrainbow": "^3.1.0"
|
|
1744
1744
|
},
|
|
1745
1745
|
"funding": {
|
|
1746
1746
|
"url": "https://opencollective.com/vitest"
|
|
@@ -4319,9 +4319,9 @@
|
|
|
4319
4319
|
"license": "ISC"
|
|
4320
4320
|
},
|
|
4321
4321
|
"node_modules/picomatch": {
|
|
4322
|
-
"version": "4.0.
|
|
4323
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
4324
|
-
"integrity": "sha512-
|
|
4322
|
+
"version": "4.0.4",
|
|
4323
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
4324
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
4325
4325
|
"dev": true,
|
|
4326
4326
|
"license": "MIT",
|
|
4327
4327
|
"engines": {
|
|
@@ -5616,19 +5616,19 @@
|
|
|
5616
5616
|
}
|
|
5617
5617
|
},
|
|
5618
5618
|
"node_modules/vitest": {
|
|
5619
|
-
"version": "4.1.
|
|
5620
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
5621
|
-
"integrity": "sha512-
|
|
5619
|
+
"version": "4.1.2",
|
|
5620
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.2.tgz",
|
|
5621
|
+
"integrity": "sha512-xjR1dMTVHlFLh98JE3i/f/WePqJsah4A0FK9cc8Ehp9Udk0AZk6ccpIZhh1qJ/yxVWRZ+Q54ocnD8TXmkhspGg==",
|
|
5622
5622
|
"dev": true,
|
|
5623
5623
|
"license": "MIT",
|
|
5624
5624
|
"dependencies": {
|
|
5625
|
-
"@vitest/expect": "4.1.
|
|
5626
|
-
"@vitest/mocker": "4.1.
|
|
5627
|
-
"@vitest/pretty-format": "4.1.
|
|
5628
|
-
"@vitest/runner": "4.1.
|
|
5629
|
-
"@vitest/snapshot": "4.1.
|
|
5630
|
-
"@vitest/spy": "4.1.
|
|
5631
|
-
"@vitest/utils": "4.1.
|
|
5625
|
+
"@vitest/expect": "4.1.2",
|
|
5626
|
+
"@vitest/mocker": "4.1.2",
|
|
5627
|
+
"@vitest/pretty-format": "4.1.2",
|
|
5628
|
+
"@vitest/runner": "4.1.2",
|
|
5629
|
+
"@vitest/snapshot": "4.1.2",
|
|
5630
|
+
"@vitest/spy": "4.1.2",
|
|
5631
|
+
"@vitest/utils": "4.1.2",
|
|
5632
5632
|
"es-module-lexer": "^2.0.0",
|
|
5633
5633
|
"expect-type": "^1.3.0",
|
|
5634
5634
|
"magic-string": "^0.30.21",
|
|
@@ -5639,7 +5639,7 @@
|
|
|
5639
5639
|
"tinybench": "^2.9.0",
|
|
5640
5640
|
"tinyexec": "^1.0.2",
|
|
5641
5641
|
"tinyglobby": "^0.2.15",
|
|
5642
|
-
"tinyrainbow": "^3.0
|
|
5642
|
+
"tinyrainbow": "^3.1.0",
|
|
5643
5643
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
5644
5644
|
"why-is-node-running": "^2.3.0"
|
|
5645
5645
|
},
|
|
@@ -5656,10 +5656,10 @@
|
|
|
5656
5656
|
"@edge-runtime/vm": "*",
|
|
5657
5657
|
"@opentelemetry/api": "^1.9.0",
|
|
5658
5658
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
5659
|
-
"@vitest/browser-playwright": "4.1.
|
|
5660
|
-
"@vitest/browser-preview": "4.1.
|
|
5661
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
5662
|
-
"@vitest/ui": "4.1.
|
|
5659
|
+
"@vitest/browser-playwright": "4.1.2",
|
|
5660
|
+
"@vitest/browser-preview": "4.1.2",
|
|
5661
|
+
"@vitest/browser-webdriverio": "4.1.2",
|
|
5662
|
+
"@vitest/ui": "4.1.2",
|
|
5663
5663
|
"happy-dom": "*",
|
|
5664
5664
|
"jsdom": "*",
|
|
5665
5665
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -26,15 +26,15 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@biomejs/biome": "2.4.9",
|
|
29
|
-
"@lousy-agents/mcp": "5.6.
|
|
29
|
+
"@lousy-agents/mcp": "5.6.2",
|
|
30
30
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
31
31
|
"@testcontainers/postgresql": "11.13.0",
|
|
32
32
|
"@types/node": "24.12.0",
|
|
33
|
-
"@upstash/context7-mcp": "2.1.
|
|
33
|
+
"@upstash/context7-mcp": "2.1.6",
|
|
34
34
|
"chance": "1.1.13",
|
|
35
35
|
"testcontainers": "11.13.0",
|
|
36
36
|
"tsx": "4.21.0",
|
|
37
37
|
"typescript": "6.0.2",
|
|
38
|
-
"vitest": "4.1.
|
|
38
|
+
"vitest": "4.1.2"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -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.
|
|
13
|
+
"version": "v2.1.86"
|
|
14
14
|
},
|
|
15
15
|
"ghcr.io/rocker-org/devcontainer-features/apt-packages:1.0.2": {
|
|
16
16
|
"packages": "yamllint, shellcheck",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@biomejs/biome": "2.4.9",
|
|
23
|
-
"@lousy-agents/mcp": "5.6.
|
|
23
|
+
"@lousy-agents/mcp": "5.6.2",
|
|
24
24
|
"@modelcontextprotocol/server-sequential-thinking": "2025.12.18",
|
|
25
25
|
"@types/node": "24.12.0",
|
|
26
|
-
"@upstash/context7-mcp": "2.1.
|
|
26
|
+
"@upstash/context7-mcp": "2.1.6",
|
|
27
27
|
"chance": "1.1.13",
|
|
28
28
|
"tsx": "4.21.0",
|
|
29
29
|
"typescript": "6.0.2",
|
|
30
|
-
"vitest": "4.1.
|
|
30
|
+
"vitest": "4.1.2"
|
|
31
31
|
}
|
|
32
32
|
}
|