@jeffreycao/copilot-api 2.3.13 → 2.3.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/main.js CHANGED
@@ -30,7 +30,7 @@ if (isMcpFastPath(process.argv)) {
30
30
  const { auth } = await import("./auth-BsFMCDdr.js");
31
31
  const { debug } = await import("./debug-BHOitPm3.js");
32
32
  const { mcp } = await import("./mcp-fpSlKZxK.js");
33
- const { start } = await import("./start-BhYCono_.js");
33
+ const { start } = await import("./start-BgjJIp2b.js");
34
34
  await runMain(defineCommand({
35
35
  meta: {
36
36
  name: "copilot-api",
@@ -6435,7 +6435,7 @@ function appendDeveloperPrompts(system, input) {
6435
6435
  function translateInputReasoning(item, messages) {
6436
6436
  appendAssistantBlock(messages, {
6437
6437
  type: "thinking",
6438
- thinking: (Array.isArray(item.summary) ? item.summary.map((part) => typeof part?.text === "string" ? part.text : "").filter(Boolean).join("\n\n") : "") || "Thinking...",
6438
+ thinking: (Array.isArray(item.summary) ? item.summary.map((part) => typeof part?.text === "string" ? part.text : "").filter(Boolean).join("\n\n") : "") || "",
6439
6439
  signature: item.encrypted_content ?? ""
6440
6440
  });
6441
6441
  }
@@ -10830,4 +10830,4 @@ server.route("/:provider/images", providerImageRoutes);
10830
10830
  //#endregion
10831
10831
  export { server };
10832
10832
 
10833
- //# sourceMappingURL=server-itLuvPun.js.map
10833
+ //# sourceMappingURL=server-50anuRGb.js.map