@punkcode/cli 0.1.20 → 0.1.21

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.
@@ -10,7 +10,7 @@ import {
10
10
  signIn,
11
11
  usePunkStore,
12
12
  version
13
- } from "./chunk-LYCIVKB3.js";
13
+ } from "./chunk-DU2STEE5.js";
14
14
 
15
15
  // src/ui/App.tsx
16
16
  import { useEffect as useEffect3, useRef as useRef2, useState as useState3 } from "react";
@@ -284,6 +284,7 @@ function Dashboard({ store, connection, overlay }) {
284
284
  connection?.disconnect();
285
285
  exit();
286
286
  }
287
+ if (overlay) return;
287
288
  if (input === "r") connection?.reconnect();
288
289
  if (input === "c" && !key.ctrl) {
289
290
  store.getState().clearActivity();
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  // src/version.ts
4
- var version = "0.1.20";
4
+ var version = "0.1.21";
5
5
 
6
6
  // src/lib/auth.ts
7
7
  import fs from "fs";
package/dist/cli.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  refreshIdToken,
9
9
  signIn,
10
10
  version
11
- } from "./chunk-LYCIVKB3.js";
11
+ } from "./chunk-DU2STEE5.js";
12
12
 
13
13
  // src/cli.ts
14
14
  import { program } from "commander";
@@ -135,7 +135,7 @@ async function runHeadless(server, idToken, options) {
135
135
  async function runTui(server, options) {
136
136
  const { render } = await import("ink");
137
137
  const { createElement } = await import("react");
138
- const { App } = await import("./App-VFRKDZOG.js");
138
+ const { App } = await import("./App-624TTCIE.js");
139
139
  const idToken = options.token ? options.token : void 0;
140
140
  process.stdout.write("\x1B[?1049h");
141
141
  process.stdout.write("\x1B[H");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punkcode/cli",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Control Claude Code from your phone",
5
5
  "type": "module",
6
6
  "bin": {