@blade-hq/agent-react 2610.0.0-beta.27 → 2610.0.0-beta.28

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.
@@ -76,6 +76,7 @@ declare const BladeAgent: {
76
76
  disable_tools?: string[] | undefined;
77
77
  runtime_type?: string | null | undefined;
78
78
  daemon_id?: string | null | undefined;
79
+ agent_runtime_id?: string | null | undefined;
79
80
  workspace_path?: string | null | undefined;
80
81
  match?: unknown;
81
82
  }, {}>;
package/dist/index.js CHANGED
@@ -1831,6 +1831,7 @@ var TOOL_NAME_ALIASES = {
1831
1831
  finish_task: "FinishTask",
1832
1832
  glob: "Glob",
1833
1833
  grep: "Grep",
1834
+ kb_search: "KbSearch",
1834
1835
  ls: "Ls",
1835
1836
  multi_edit: "MultiEdit",
1836
1837
  read: "Read",
@@ -1849,6 +1850,7 @@ var TOOL_DISPLAY_LABELS = {
1849
1850
  Ls: "\u5217\u51FA\u76EE\u5F55",
1850
1851
  Glob: "\u5339\u914D\u6587\u4EF6",
1851
1852
  Grep: "\u641C\u7D22\u6587\u672C",
1853
+ KbSearch: "\u68C0\u7D22\u77E5\u8BC6\u5E93",
1852
1854
  WebSearch: "\u641C\u7D22\u7F51\u9875",
1853
1855
  WebFetch: "\u6574\u7406\u7F51\u9875\u5185\u5BB9",
1854
1856
  Agent: "\u6D3E\u751F\u5B50\u667A\u80FD\u4F53",