junecoder 1.0.9 → 1.0.10
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/package.json +1 -1
- package/tui.mjs +2 -0
package/package.json
CHANGED
package/tui.mjs
CHANGED
|
@@ -331,6 +331,8 @@ export async function startTUI(agent, opts = {}) {
|
|
|
331
331
|
// ─── First-run setup: capture API key from input box ──────────────────────────
|
|
332
332
|
let setupMode = opts.needsSetup;
|
|
333
333
|
if (setupMode) {
|
|
334
|
+
pushLine("", C.dim);
|
|
335
|
+
pushLine("", C.dim);
|
|
334
336
|
pushLine("", C.dim);
|
|
335
337
|
pushLine("Welcome to JuneCoder!", ansi.bold + C.assistant);
|
|
336
338
|
pushLine("Before you start, you need a DeepSeek API key.", C.text);
|