openkitt 0.3.7 → 0.3.8
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/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -265949,7 +265949,7 @@ function renderHelp() {
|
|
|
265949
265949
|
divider("Setup");
|
|
265950
265950
|
cmd("/login", "", "Full auth setup (Railway + LLM)");
|
|
265951
265951
|
cmd("/login railway", "", "Authenticate with Railway");
|
|
265952
|
-
cmd("/login llm", "", "
|
|
265952
|
+
cmd("/login llm", "", "Reconfigure LLM provider, model, or auth method");
|
|
265953
265953
|
cmd("/login model", "", "Switch active model without re-entering key");
|
|
265954
265954
|
cmd("/login status", "", "Show current auth status for Railway and LLM");
|
|
265955
265955
|
cmd("/logout", "", "Remove all stored credentials");
|
|
@@ -266017,7 +266017,7 @@ async function helpCommand(_context, _args) {
|
|
|
266017
266017
|
// package.json
|
|
266018
266018
|
var package_default = {
|
|
266019
266019
|
name: "openkitt",
|
|
266020
|
-
version: "0.3.
|
|
266020
|
+
version: "0.3.8",
|
|
266021
266021
|
description: "AI-powered monorepo scaffolding CLI",
|
|
266022
266022
|
keywords: [
|
|
266023
266023
|
"cli",
|