qlogicagent 2.10.8 → 2.10.10

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.
@@ -82,12 +82,14 @@ export declare class StdioServer {
82
82
  private resumedSessionHistory;
83
83
  /** Idle dream timer — fires after configurable idle period to trigger memory consolidation. */
84
84
  private idleDreamTimer;
85
+ private modelRegistryHydration;
85
86
  constructor(config: StdioServerConfig);
86
87
  /**
87
88
  * Get the active project workspace directory.
88
89
  * Reads from projectStore (single source of truth).
89
90
  */
90
91
  private getActiveProjectRoot;
92
+ ensureModelRegistryHydrated(): Promise<void>;
91
93
  /**
92
94
  * Single entry point for updating the active workdir.
93
95
  * Centralizes all side-effects (bootstrap workdir, media persistence, etc.).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlogicagent",
3
- "version": "2.10.8",
3
+ "version": "2.10.10",
4
4
  "description": "XiaozhiClaw Agent CLI — subprocess architecture (JSON-RPC over stdio)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",