@adhdev/daemon-core 0.9.5 → 0.9.7

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.
@@ -51,6 +51,13 @@ export declare class CliProviderInstance implements ProviderInstance {
51
51
  private runtimeMessages;
52
52
  private lastPersistedHistoryMessages;
53
53
  private lastCanonicalHermesSyncMtimeMs;
54
+ private lastCanonicalHermesExistCheckAt;
55
+ private lastCanonicalHermesWatchPath;
56
+ private lastCanonicalClaudeRebuildMtimeMs;
57
+ private lastCanonicalClaudeCheckAt;
58
+ private cachedSqliteDb;
59
+ private cachedSqliteDbPath;
60
+ private cachedSqliteDbMissingUntil;
54
61
  readonly instanceId: string;
55
62
  private suppressIdleHistoryReplay;
56
63
  private errorMessage;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/session-host-core",
3
- "version": "0.9.5",
3
+ "version": "0.9.7",
4
4
  "description": "ADHDev local session host core \u2014 session registry, protocol, buffers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-core",
3
- "version": "0.9.5",
3
+ "version": "0.9.7",
4
4
  "description": "ADHDev daemon core \u2014 CDP, IDE detection, providers, command execution",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",