@jun133/kitty 0.0.12 → 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.
@@ -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
  }
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createRuntimeUiEvent,
3
3
  createRuntimeUiTerminalRenderer
4
- } from "./chunk-MV5BYUNW.mjs";
4
+ } from "./chunk-KROQCOWD.mjs";
5
5
 
6
6
  // src/runtime-ui/agentCallbacks.ts
7
7
  function createRuntimeUiAgentCallbacks(input) {