@xmanrui/dsh-im 4.21.0 → 4.21.1

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/lib/client.js CHANGED
@@ -582,7 +582,7 @@ var React31 = __toESM(require("react"), 1);
582
582
  // package.json
583
583
  var package_default = {
584
584
  name: "@xmanrui/dsh-im",
585
- version: "4.21.0",
585
+ version: "4.21.1",
586
586
  description: "\u628A\u5341\u4E00\u79CD IM \u6E20\u9053\u548C\u516C\u7F51 AI Office \u63A5\u5165\u672C\u673A DeepSeek Harness\u3002 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.",
587
587
  keywords: [
588
588
  "deepseek-harness",
@@ -2867,6 +2867,14 @@ var CONTEXT_ENHANCEMENT_FIELDS = Object.freeze([
2867
2867
  "threadId",
2868
2868
  "botId"
2869
2869
  ]);
2870
+ var INJECTED_CONTEXT_TAGS = Object.freeze({
2871
+ sourceOpen: "<dsh_im_source>",
2872
+ sourceClose: "</dsh_im_source>",
2873
+ guidanceOpen: "<dsh_im_source_guidance>",
2874
+ guidanceClose: "</dsh_im_source_guidance>",
2875
+ replyOpen: "<dsh_im_reply_to>",
2876
+ replyClose: "</dsh_im_reply_to>"
2877
+ });
2870
2878
  var CONTEXT_ENHANCEMENT_GUIDANCE_MAX_LENGTH = 8e3;
2871
2879
  var CONTEXT_GROUP_GUIDANCE_EXAMPLE = `\u4EC5\u4F9D\u636E\u5F53\u524D\u6D88\u606F\u7684 <dsh_im_source> \u4E2D\u5B9E\u9645\u63D0\u4F9B\u7684\u5B57\u6BB5\u7406\u89E3\u6765\u6E90\uFF1B\u6CA1\u6709\u63D0\u4F9B\u7684\u5B57\u6BB5\u4E0D\u8981\u731C\u6D4B\u6216\u8865\u5168\u3002
2872
2880
  \u5F53\u524D\u6D88\u606F\u6765\u81EA\u7FA4\u804A\uFF0C\u8BF7\u4F7F\u7528\u4E25\u8083\u3001\u514B\u5236\u3001\u7B80\u6D01\u7684\u8868\u8FBE\u65B9\u5F0F\u3002`;