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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tui.mjs +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "junecoder",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Zero Npm Dependencies Agent Framework",
5
5
  "main": "agent.mjs",
6
6
  "type": "module",
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);