@puku/puku-cli 1.2.0 → 1.8.1
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/README.md +43 -7
- package/dist/cli.mjs +2033 -2182
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@puku/puku-cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Puku CLI — AI coding assistant powered by Puku AI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"README.md"
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
|
-
"build": "bun run scripts/build.ts &&
|
|
19
|
+
"build": "bun run scripts/build.ts && bun run scripts/minify-smart-context.ts",
|
|
20
20
|
"dev": "bun run build && node dist/cli.mjs",
|
|
21
21
|
"dev:profile": "bun run scripts/provider-launch.ts",
|
|
22
22
|
"dev:profile:fast": "bun run scripts/provider-launch.ts auto --fast --bare",
|