feat: enhance provider-launch script with fast mode and improved argument parsing
This commit is contained in:
@@ -10,12 +10,14 @@
|
||||
"build": "bun run scripts/build.ts",
|
||||
"dev": "bun run build && node dist/cli.mjs",
|
||||
"dev:profile": "bun run scripts/provider-launch.ts",
|
||||
"dev:profile:fast": "bun run scripts/provider-launch.ts auto --fast --bare",
|
||||
"dev:openai": "bun run scripts/provider-launch.ts openai",
|
||||
"dev:ollama": "bun run scripts/provider-launch.ts ollama",
|
||||
"dev:ollama:fast": "bun run scripts/provider-launch.ts ollama --fast --bare",
|
||||
"profile:init": "bun run scripts/provider-bootstrap.ts",
|
||||
"profile:fast": "bun run profile:init -- --provider ollama --model llama3.2:3b",
|
||||
"profile:code": "bun run profile:init -- --provider ollama --model qwen2.5-coder:7b",
|
||||
"dev:fast": "bun run profile:fast && bun run dev:profile",
|
||||
"dev:fast": "bun run profile:fast && bun run dev:ollama:fast",
|
||||
"dev:code": "bun run profile:code && bun run dev:profile",
|
||||
"start": "node dist/cli.mjs",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user