qlogicagent 2.10.21 → 2.10.22

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.
@@ -122,6 +122,8 @@ export declare class ModelRegistry {
122
122
  private resolveTechnicalVariant;
123
123
  private providerVariantKeyCandidates;
124
124
  private loadModelState;
125
+ private hydrateCatalogModels;
126
+ private pruneInvalidBindings;
125
127
  private exportModelState;
126
128
  private emitChange;
127
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlogicagent",
3
- "version": "2.10.21",
3
+ "version": "2.10.22",
4
4
  "description": "XiaozhiClaw Agent CLI — subprocess architecture (JSON-RPC over stdio)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",