agentcache 0.3.4 → 0.4.1

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.
@@ -3,15 +3,15 @@ import {
3
3
  findAllCodexTranscripts,
4
4
  findAllContinueTranscripts,
5
5
  findAllRooCodeTranscripts
6
- } from "./chunk-QVQJPJGX.js";
6
+ } from "./chunk-IGCH7SZT.js";
7
7
  import {
8
8
  getDbPath,
9
9
  getProjectId,
10
10
  isInitialized
11
- } from "./chunk-S4GSIEKL.js";
11
+ } from "./chunk-T4COG3XD.js";
12
12
  import {
13
13
  SqliteKnowledgeRepository
14
- } from "./chunk-ZVDODLZ7.js";
14
+ } from "./chunk-PSASDZQE.js";
15
15
  import "./chunk-KFQGP6VL.js";
16
16
 
17
17
  // src/hooks/session-start.ts
@@ -2,15 +2,15 @@ import {
2
2
  detectInstalledIdes,
3
3
  registerClaudeHooks,
4
4
  registerMcpServer
5
- } from "./chunk-H3S3HDHK.js";
5
+ } from "./chunk-JVLMZU5I.js";
6
6
  import {
7
7
  getDataDir,
8
8
  getDbPath,
9
9
  migrateFromLegacy
10
- } from "./chunk-S4GSIEKL.js";
10
+ } from "./chunk-T4COG3XD.js";
11
11
  import {
12
12
  SqliteKnowledgeRepository
13
- } from "./chunk-ZVDODLZ7.js";
13
+ } from "./chunk-PSASDZQE.js";
14
14
  import "./chunk-KFQGP6VL.js";
15
15
 
16
16
  // src/setup.ts
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  SqliteKnowledgeRepository
3
- } from "./chunk-ZVDODLZ7.js";
3
+ } from "./chunk-PSASDZQE.js";
4
4
  import "./chunk-KFQGP6VL.js";
5
5
  export {
6
6
  SqliteKnowledgeRepository
@@ -1,22 +1,19 @@
1
- import {
2
- findLatestTranscript
3
- } from "./chunk-QVQJPJGX.js";
4
1
  import {
5
2
  findProjectRoot,
6
3
  getDbPath,
7
4
  getProjectId,
8
5
  isInitialized
9
- } from "./chunk-S4GSIEKL.js";
6
+ } from "./chunk-T4COG3XD.js";
10
7
  import {
11
8
  SqliteKnowledgeRepository
12
- } from "./chunk-ZVDODLZ7.js";
9
+ } from "./chunk-PSASDZQE.js";
13
10
  import "./chunk-KFQGP6VL.js";
14
11
 
15
12
  // src/hooks/stop.ts
16
13
  import { randomUUID } from "crypto";
17
14
  async function handleStop(payload) {
18
15
  if (!isInitialized()) return;
19
- const transcriptPath = payload?.transcript_path || findLatestTranscript();
16
+ const transcriptPath = payload?.transcript_path;
20
17
  if (!transcriptPath) return;
21
18
  const repo = new SqliteKnowledgeRepository(getDbPath());
22
19
  const projectRoot = findProjectRoot();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentcache",
3
- "version": "0.3.4",
3
+ "version": "0.4.1",
4
4
  "description": "Knowledge cache for AI agents — learns how you work, remembers across sessions, works everywhere",
5
5
  "type": "module",
6
6
  "license": "MIT",