@punkcode/cli 0.1.18 → 0.1.19
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-
|
|
13
|
+
} from "./chunk-X7HMRB3J.js";
|
|
14
14
|
|
|
15
15
|
// src/ui/App.tsx
|
|
16
16
|
import { useEffect as useEffect3, useRef as useRef2, useState as useState3 } from "react";
|
|
@@ -690,17 +690,20 @@ function ActivityRow({ entry, termWidth, isSelected, sessionProjects }) {
|
|
|
690
690
|
time,
|
|
691
691
|
" "
|
|
692
692
|
] }),
|
|
693
|
-
sp && /* @__PURE__ */ jsx2(Text2, { dimColor: true, children: `${sp.project.slice(0, 8)}:${sessionStr}`.padEnd(18) }),
|
|
694
693
|
/* @__PURE__ */ jsxs2(Text2, { color: iconColor, bold: true, children: [
|
|
695
694
|
entry.icon,
|
|
696
695
|
" "
|
|
697
696
|
] }),
|
|
698
697
|
/* @__PURE__ */ jsx2(Text2, { bold: isSelected, children: entry.message }),
|
|
698
|
+
sp && /* @__PURE__ */ jsxs2(Text2, { dimColor: true, children: [
|
|
699
|
+
" ",
|
|
700
|
+
`${sp.project.slice(0, 8)}:${sessionStr}`.padEnd(18)
|
|
701
|
+
] }),
|
|
699
702
|
!sp && termWidth >= 80 && sessionStr && /* @__PURE__ */ jsxs2(Text2, { dimColor: !isSelected, children: [
|
|
700
703
|
" ",
|
|
701
704
|
sessionStr
|
|
702
705
|
] }),
|
|
703
|
-
termWidth >= 80 && detailStr && /* @__PURE__ */ jsxs2(Text2, { dimColor: !isSelected, children: [
|
|
706
|
+
!sp && termWidth >= 80 && detailStr && /* @__PURE__ */ jsxs2(Text2, { dimColor: !isSelected, children: [
|
|
704
707
|
" ",
|
|
705
708
|
detailStr
|
|
706
709
|
] })
|
package/dist/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
refreshIdToken,
|
|
9
9
|
signIn,
|
|
10
10
|
version
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-X7HMRB3J.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-
|
|
138
|
+
const { App } = await import("./App-F6AWDTRZ.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");
|