qlogicagent 2.12.1 → 2.12.3

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.
@@ -1,5 +1,5 @@
1
1
  import type { SourceProvider } from "../../runtime/ports/source-provider.js";
2
2
  /**
3
- * 组装 web_search 的 L0 数据源集合(装配时按配置决定主源,运行期各源再自行懒解析细节)。
3
+ * 组装 web_search 的 L0 数据源集合(运行期各源自行懒解析配置细节)。
4
4
  */
5
5
  export declare function buildWebSearchSources(): SourceProvider[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlogicagent",
3
- "version": "2.12.1",
3
+ "version": "2.12.3",
4
4
  "description": "XiaozhiClaw Agent CLI — subprocess architecture (JSON-RPC over stdio)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",