@kenkaiiii/ggcoder 4.13.0 → 4.13.2

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 (154) hide show
  1. package/dist/app-sidecar.js +184 -38
  2. package/dist/app-sidecar.js.map +1 -1
  3. package/dist/core/mcp/client.d.ts.map +1 -1
  4. package/dist/core/mcp/client.js +11 -2
  5. package/dist/core/mcp/client.js.map +1 -1
  6. package/dist/core/mcp/defaults.d.ts.map +1 -1
  7. package/dist/core/mcp/defaults.js +5 -0
  8. package/dist/core/mcp/defaults.js.map +1 -1
  9. package/dist/core/mcp/resolve-stdio.d.ts +27 -0
  10. package/dist/core/mcp/resolve-stdio.d.ts.map +1 -0
  11. package/dist/core/mcp/resolve-stdio.js +149 -0
  12. package/dist/core/mcp/resolve-stdio.js.map +1 -0
  13. package/dist/core/mcp/resolve-stdio.test.d.ts +2 -0
  14. package/dist/core/mcp/resolve-stdio.test.d.ts.map +1 -0
  15. package/dist/core/mcp/resolve-stdio.test.js +63 -0
  16. package/dist/core/mcp/resolve-stdio.test.js.map +1 -0
  17. package/dist/core/radio.d.ts +7 -2
  18. package/dist/core/radio.d.ts.map +1 -1
  19. package/dist/core/radio.js.map +1 -1
  20. package/dist/tools/bash.d.ts.map +1 -1
  21. package/dist/tools/bash.js +10 -2
  22. package/dist/tools/bash.js.map +1 -1
  23. package/dist/tools/code-skeleton.d.ts +29 -0
  24. package/dist/tools/code-skeleton.d.ts.map +1 -0
  25. package/dist/tools/code-skeleton.js +115 -0
  26. package/dist/tools/code-skeleton.js.map +1 -0
  27. package/dist/tools/code-skeleton.test.d.ts +2 -0
  28. package/dist/tools/code-skeleton.test.d.ts.map +1 -0
  29. package/dist/tools/code-skeleton.test.js +115 -0
  30. package/dist/tools/code-skeleton.test.js.map +1 -0
  31. package/dist/tools/compress-integration.test.d.ts +2 -0
  32. package/dist/tools/compress-integration.test.d.ts.map +1 -0
  33. package/dist/tools/compress-integration.test.js +59 -0
  34. package/dist/tools/compress-integration.test.js.map +1 -0
  35. package/dist/tools/compress.d.ts +57 -0
  36. package/dist/tools/compress.d.ts.map +1 -0
  37. package/dist/tools/compress.js +181 -0
  38. package/dist/tools/compress.js.map +1 -0
  39. package/dist/tools/compress.test.d.ts +2 -0
  40. package/dist/tools/compress.test.d.ts.map +1 -0
  41. package/dist/tools/compress.test.js +60 -0
  42. package/dist/tools/compress.test.js.map +1 -0
  43. package/dist/tools/task-output.d.ts.map +1 -1
  44. package/dist/tools/task-output.js +13 -3
  45. package/dist/tools/task-output.js.map +1 -1
  46. package/dist/ui/App.d.ts +2 -1
  47. package/dist/ui/App.d.ts.map +1 -1
  48. package/dist/ui/components/ActivityIndicator.d.ts +1 -1
  49. package/dist/ui/components/ActivityIndicator.d.ts.map +1 -1
  50. package/dist/ui/components/AnimationContext.d.ts +1 -1
  51. package/dist/ui/components/AnimationContext.d.ts.map +1 -1
  52. package/dist/ui/components/AssistantMessage.d.ts +1 -1
  53. package/dist/ui/components/AssistantMessage.d.ts.map +1 -1
  54. package/dist/ui/components/BackgroundTasksBar.d.ts +2 -1
  55. package/dist/ui/components/BackgroundTasksBar.d.ts.map +1 -1
  56. package/dist/ui/components/Banner.d.ts +2 -1
  57. package/dist/ui/components/Banner.d.ts.map +1 -1
  58. package/dist/ui/components/ChatFooterPane.d.ts +2 -1
  59. package/dist/ui/components/ChatFooterPane.d.ts.map +1 -1
  60. package/dist/ui/components/ChatInputStack.d.ts +1 -1
  61. package/dist/ui/components/ChatInputStack.d.ts.map +1 -1
  62. package/dist/ui/components/ChatLayout.d.ts +4 -4
  63. package/dist/ui/components/ChatLayout.d.ts.map +1 -1
  64. package/dist/ui/components/ChatLivePane.d.ts +1 -1
  65. package/dist/ui/components/ChatLivePane.d.ts.map +1 -1
  66. package/dist/ui/components/ChatScreen.d.ts +1 -1
  67. package/dist/ui/components/ChatScreen.d.ts.map +1 -1
  68. package/dist/ui/components/ChatStatusRow.d.ts +1 -1
  69. package/dist/ui/components/ChatStatusRow.d.ts.map +1 -1
  70. package/dist/ui/components/CompactionNotice.d.ts +3 -2
  71. package/dist/ui/components/CompactionNotice.d.ts.map +1 -1
  72. package/dist/ui/components/DiffFrame.d.ts +1 -1
  73. package/dist/ui/components/DiffFrame.d.ts.map +1 -1
  74. package/dist/ui/components/DiffView.d.ts +2 -1
  75. package/dist/ui/components/DiffView.d.ts.map +1 -1
  76. package/dist/ui/components/Footer.d.ts +2 -1
  77. package/dist/ui/components/Footer.d.ts.map +1 -1
  78. package/dist/ui/components/FooterStatusRow.d.ts +2 -1
  79. package/dist/ui/components/FooterStatusRow.d.ts.map +1 -1
  80. package/dist/ui/components/FullScreenOverlayRouter.d.ts +2 -1
  81. package/dist/ui/components/FullScreenOverlayRouter.d.ts.map +1 -1
  82. package/dist/ui/components/IdealHookMessage.d.ts +1 -1
  83. package/dist/ui/components/IdealHookMessage.d.ts.map +1 -1
  84. package/dist/ui/components/InputArea.d.ts +1 -1
  85. package/dist/ui/components/InputArea.d.ts.map +1 -1
  86. package/dist/ui/components/LiveToolPanel.d.ts +2 -1
  87. package/dist/ui/components/LiveToolPanel.d.ts.map +1 -1
  88. package/dist/ui/components/Markdown.d.ts +2 -2
  89. package/dist/ui/components/Markdown.d.ts.map +1 -1
  90. package/dist/ui/components/ModelSelector.d.ts +2 -1
  91. package/dist/ui/components/ModelSelector.d.ts.map +1 -1
  92. package/dist/ui/components/Overlay.d.ts +1 -1
  93. package/dist/ui/components/Overlay.d.ts.map +1 -1
  94. package/dist/ui/components/PixelOverlay.d.ts +2 -1
  95. package/dist/ui/components/PixelOverlay.d.ts.map +1 -1
  96. package/dist/ui/components/PlanApproval.d.ts +2 -1
  97. package/dist/ui/components/PlanApproval.d.ts.map +1 -1
  98. package/dist/ui/components/PlanBanner.d.ts +2 -1
  99. package/dist/ui/components/PlanBanner.d.ts.map +1 -1
  100. package/dist/ui/components/PlanModeLogo.d.ts +2 -1
  101. package/dist/ui/components/PlanModeLogo.d.ts.map +1 -1
  102. package/dist/ui/components/PlanOverlay.d.ts +3 -2
  103. package/dist/ui/components/PlanOverlay.d.ts.map +1 -1
  104. package/dist/ui/components/PlanProgress.d.ts +2 -1
  105. package/dist/ui/components/PlanProgress.d.ts.map +1 -1
  106. package/dist/ui/components/QueueIndicator.d.ts +2 -1
  107. package/dist/ui/components/QueueIndicator.d.ts.map +1 -1
  108. package/dist/ui/components/RewindOverlay.d.ts +2 -1
  109. package/dist/ui/components/RewindOverlay.d.ts.map +1 -1
  110. package/dist/ui/components/SelectList.d.ts +2 -1
  111. package/dist/ui/components/SelectList.d.ts.map +1 -1
  112. package/dist/ui/components/ServerToolExecution.d.ts +2 -1
  113. package/dist/ui/components/ServerToolExecution.d.ts.map +1 -1
  114. package/dist/ui/components/SessionSelector.d.ts +2 -1
  115. package/dist/ui/components/SessionSelector.d.ts.map +1 -1
  116. package/dist/ui/components/SessionSummary.d.ts +2 -1
  117. package/dist/ui/components/SessionSummary.d.ts.map +1 -1
  118. package/dist/ui/components/SettingsSelector.d.ts +2 -1
  119. package/dist/ui/components/SettingsSelector.d.ts.map +1 -1
  120. package/dist/ui/components/SkillsOverlay.d.ts +2 -1
  121. package/dist/ui/components/SkillsOverlay.d.ts.map +1 -1
  122. package/dist/ui/components/SlashCommandMenu.d.ts +2 -1
  123. package/dist/ui/components/SlashCommandMenu.d.ts.map +1 -1
  124. package/dist/ui/components/SlashStyledSelectList.d.ts +2 -1
  125. package/dist/ui/components/SlashStyledSelectList.d.ts.map +1 -1
  126. package/dist/ui/components/Spinner.d.ts +2 -1
  127. package/dist/ui/components/Spinner.d.ts.map +1 -1
  128. package/dist/ui/components/StreamingArea.d.ts +1 -1
  129. package/dist/ui/components/StreamingArea.d.ts.map +1 -1
  130. package/dist/ui/components/SubAgentPanel.d.ts +2 -1
  131. package/dist/ui/components/SubAgentPanel.d.ts.map +1 -1
  132. package/dist/ui/components/TaskPickerMenu.d.ts +2 -1
  133. package/dist/ui/components/TaskPickerMenu.d.ts.map +1 -1
  134. package/dist/ui/components/ThemeSelector.d.ts +2 -1
  135. package/dist/ui/components/ThemeSelector.d.ts.map +1 -1
  136. package/dist/ui/components/ThinkingBlock.d.ts +1 -1
  137. package/dist/ui/components/ThinkingBlock.d.ts.map +1 -1
  138. package/dist/ui/components/ToolExecution.d.ts +2 -1
  139. package/dist/ui/components/ToolExecution.d.ts.map +1 -1
  140. package/dist/ui/components/ToolGroupExecution.d.ts +2 -1
  141. package/dist/ui/components/ToolGroupExecution.d.ts.map +1 -1
  142. package/dist/ui/components/TranscriptViewport.d.ts +1 -1
  143. package/dist/ui/components/TranscriptViewport.d.ts.map +1 -1
  144. package/dist/ui/components/UserMessage.d.ts +2 -1
  145. package/dist/ui/components/UserMessage.d.ts.map +1 -1
  146. package/dist/ui/transcript/MiscRows.d.ts +8 -7
  147. package/dist/ui/transcript/MiscRows.d.ts.map +1 -1
  148. package/dist/ui/transcript/StatusRow.d.ts +1 -1
  149. package/dist/ui/transcript/StatusRow.d.ts.map +1 -1
  150. package/dist/ui/transcript/ToolRows.d.ts +7 -6
  151. package/dist/ui/transcript/ToolRows.d.ts.map +1 -1
  152. package/dist/ui/transcript/TranscriptItemFrame.d.ts +1 -1
  153. package/dist/ui/transcript/TranscriptItemFrame.d.ts.map +1 -1
  154. package/package.json +5 -4
@@ -1 +1 @@
1
- {"version":3,"file":"MiscRows.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/MiscRows.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,aAAa,EACb,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAWzB,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,2CAsC7D;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,2CAoC7D;AAED,wBAAgB,QAAQ,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,2CA0BrD;AAED,wBAAgB,eAAe,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,gBAAgB,CAAA;CAAE,2CAanE;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,2CAmB3D;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,2CAoBvD;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,2CAY3D"}
1
+ {"version":3,"file":"MiscRows.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/MiscRows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EACV,YAAY,EACZ,SAAS,EACT,UAAU,EACV,aAAa,EACb,YAAY,EACZ,aAAa,EACb,gBAAgB,EACjB,MAAM,iBAAiB,CAAC;AAWzB,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,qBAsC7D;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,qBAoC7D;AAED,wBAAgB,QAAQ,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,SAAS,CAAA;CAAE,qBA0BrD;AAED,wBAAgB,eAAe,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,gBAAgB,CAAA;CAAE,qBAanE;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,qBAmB3D;AAED,wBAAgB,SAAS,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,qBAoBvD;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,qBAY3D"}
@@ -9,6 +9,6 @@ interface StatusRowProps {
9
9
  muted?: boolean;
10
10
  presentation?: StatusPresentation;
11
11
  }
12
- export declare function StatusRow({ id, glyph, children, glyphColor, bold, muted, presentation, }: StatusRowProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare function StatusRow({ id, glyph, children, glyphColor, bold, muted, presentation, }: StatusRowProps): React.JSX.Element;
13
13
  export {};
14
14
  //# sourceMappingURL=StatusRow.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"StatusRow.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/StatusRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,kBAAkB,CAAC;CACnC;AAED,wBAAgB,SAAS,CAAC,EACxB,EAAE,EACF,KAAK,EACL,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,KAAK,EACL,YAAY,GACb,EAAE,cAAc,2CA4BhB"}
1
+ {"version":3,"file":"StatusRow.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/StatusRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE5D,UAAU,cAAc;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,kBAAkB,CAAC;CACnC;AAED,wBAAgB,SAAS,CAAC,EACxB,EAAE,EACF,KAAK,EACL,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,KAAK,EACL,YAAY,GACb,EAAE,cAAc,qBA4BhB"}
@@ -1,20 +1,21 @@
1
+ import React from "react";
1
2
  import type { ServerToolDoneItem, ServerToolStartItem, SubAgentGroupItem, ToolDoneItem, ToolGroupItem, ToolStartItem } from "../app-items.js";
2
3
  export declare function ToolStartRow({ item }: {
3
4
  item: ToolStartItem;
4
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): React.JSX.Element;
5
6
  export declare function ToolDoneRow({ item }: {
6
7
  item: ToolDoneItem;
7
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): React.JSX.Element;
8
9
  export declare function ToolGroupRow({ item }: {
9
10
  item: ToolGroupItem;
10
- }): import("react/jsx-runtime").JSX.Element;
11
+ }): React.JSX.Element;
11
12
  export declare function ServerToolStartRow({ item }: {
12
13
  item: ServerToolStartItem;
13
- }): import("react/jsx-runtime").JSX.Element;
14
+ }): React.JSX.Element;
14
15
  export declare function ServerToolDoneRow({ item }: {
15
16
  item: ServerToolDoneItem;
16
- }): import("react/jsx-runtime").JSX.Element;
17
+ }): React.JSX.Element;
17
18
  export declare function SubAgentGroupRow({ item }: {
18
19
  item: SubAgentGroupItem;
19
- }): import("react/jsx-runtime").JSX.Element;
20
+ }): React.JSX.Element;
20
21
  //# sourceMappingURL=ToolRows.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ToolRows.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/ToolRows.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EACV,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EACjB,YAAY,EACZ,aAAa,EACb,aAAa,EACd,MAAM,iBAAiB,CAAC;AAEzB,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,2CAW7D;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,2CAY3D;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,2CAE7D;AAED,wBAAgB,kBAAkB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,2CAWzE;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,kBAAkB,CAAA;CAAE,2CAWvE;AAED,wBAAgB,gBAAgB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,iBAAiB,CAAA;CAAE,2CAErE"}
1
+ {"version":3,"file":"ToolRows.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/ToolRows.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EACV,kBAAkB,EAClB,mBAAmB,EACnB,iBAAiB,EACjB,YAAY,EACZ,aAAa,EACb,aAAa,EACd,MAAM,iBAAiB,CAAC;AAEzB,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,qBAW7D;AAED,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,YAAY,CAAA;CAAE,qBAY3D;AAED,wBAAgB,YAAY,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,aAAa,CAAA;CAAE,qBAE7D;AAED,wBAAgB,kBAAkB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,mBAAmB,CAAA;CAAE,qBAWzE;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,kBAAkB,CAAA;CAAE,qBAWvE;AAED,wBAAgB,gBAAgB,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,iBAAiB,CAAA;CAAE,qBAErE"}
@@ -3,6 +3,6 @@ interface TranscriptItemFrameProps {
3
3
  children: React.ReactNode;
4
4
  marginTop: number;
5
5
  }
6
- export declare function TranscriptItemFrame({ children, marginTop }: TranscriptItemFrameProps): import("react/jsx-runtime").JSX.Element;
6
+ export declare function TranscriptItemFrame({ children, marginTop }: TranscriptItemFrameProps): React.JSX.Element;
7
7
  export {};
8
8
  //# sourceMappingURL=TranscriptItemFrame.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TranscriptItemFrame.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/TranscriptItemFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,wBAAwB;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,wBAAwB,2CAOpF"}
1
+ {"version":3,"file":"TranscriptItemFrame.d.ts","sourceRoot":"","sources":["../../../src/ui/transcript/TranscriptItemFrame.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,wBAAwB;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,mBAAmB,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,wBAAwB,qBAOpF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kenkaiiii/ggcoder",
3
- "version": "4.13.0",
3
+ "version": "4.13.2",
4
4
  "type": "module",
5
5
  "description": "CLI coding agent with OAuth authentication for Anthropic, OpenAI, and Gemini",
6
6
  "license": "MIT",
@@ -92,6 +92,7 @@
92
92
  "dependencies": {
93
93
  "@jridgewell/trace-mapping": "^0.3.25",
94
94
  "@kenkaiiii/agent-home-sdk": "^0.3.8",
95
+ "@kenkaiiii/kencode-search": "^0.1.17",
95
96
  "@modelcontextprotocol/sdk": "^1.29.0",
96
97
  "ansi-regex": "^6.2.2",
97
98
  "chalk": "^5.6.2",
@@ -112,10 +113,10 @@
112
113
  "typescript-language-server": "^5.3.0",
113
114
  "wrap-ansi": "^10.0.0",
114
115
  "zod": "^4.4.3",
115
- "@kenkaiiii/gg-ai": "4.13.0",
116
- "@kenkaiiii/gg-core": "4.13.0",
116
+ "@kenkaiiii/gg-agent": "4.13.2",
117
+ "@kenkaiiii/gg-core": "4.13.2",
117
118
  "@kenkaiiii/gg-pixel": "4.3.101",
118
- "@kenkaiiii/gg-agent": "4.13.0"
119
+ "@kenkaiiii/gg-ai": "4.13.2"
119
120
  },
120
121
  "optionalDependencies": {
121
122
  "@huggingface/transformers": "^3.6.0",