@jun133/kitty 0.0.13 → 0.0.14
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/{App-V6SLDWQH.mjs → App-CBTIS4IK.mjs} +30 -18
- package/dist/{chunk-6WGSABUQ.mjs → chunk-KKGULDIF.mjs} +33 -1
- package/dist/{chunk-MMIH75OY.mjs → chunk-KROQCOWD.mjs} +187 -513
- package/dist/{chunk-4HIVDFN5.mjs → chunk-NBKU7KA4.mjs} +1 -12
- package/dist/{chunk-DWGFLIQA.mjs → chunk-VR3L2EPP.mjs} +1 -1
- package/dist/cli.js +212 -520
- package/dist/cli.js.map +1 -1
- package/dist/{interactive-RSJ35TB5.mjs → interactive-KRRDJYBR.mjs} +3 -3
- package/dist/{oneShot-7P5FDWFX.mjs → oneShot-PHU3JOPP.mjs} +2 -2
- package/dist/tui.mjs +93 -94
- package/package.json +1 -1
|
@@ -632,13 +632,6 @@ function applyMarkdownStyle(base, kind, theme) {
|
|
|
632
632
|
|
|
633
633
|
// src/shell/tui/store.ts
|
|
634
634
|
var DEFAULT_DOCK = {
|
|
635
|
-
work: {
|
|
636
|
-
active: false,
|
|
637
|
-
label: "\u7A7A\u95F2",
|
|
638
|
-
detail: "\u6CA1\u6709\u540E\u53F0\u4EFB\u52A1\u6216\u5B50\u4EE3\u7406\u6B63\u5728\u6267\u884C"
|
|
639
|
-
},
|
|
640
|
-
background: "\u7A7A\u95F2",
|
|
641
|
-
subagent: "\u7A7A\u95F2",
|
|
642
635
|
context: "0 chars (0%)"
|
|
643
636
|
};
|
|
644
637
|
function createInitialTuiState(session) {
|
|
@@ -683,11 +676,7 @@ function updateRuntimeDock(state, dock) {
|
|
|
683
676
|
...state,
|
|
684
677
|
dock: {
|
|
685
678
|
...state.dock,
|
|
686
|
-
...dock
|
|
687
|
-
work: {
|
|
688
|
-
...state.dock.work,
|
|
689
|
-
...dock.work
|
|
690
|
-
}
|
|
679
|
+
...dock
|
|
691
680
|
}
|
|
692
681
|
};
|
|
693
682
|
}
|