Skip to content

Commit 38488ad

Browse files
d-wweiclaude
andcommitted
chore: rebuild plugin artifacts for audit fix release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cd681ae commit 38488ad

3 files changed

Lines changed: 486 additions & 3603 deletions

File tree

plugin/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"tree-sitter-python": "^0.25.0",
1515
"tree-sitter-ruby": "^0.23.1",
1616
"tree-sitter-rust": "^0.24.0",
17-
"tree-sitter-typescript": "^0.23.2"
17+
"tree-sitter-typescript": "^0.23.2",
18+
"seekdb": "^1.2.0",
19+
"@seekdb/default-embed": "^1.2.0"
1820
},
1921
"engines": {
2022
"node": ">=18.0.0",

plugin/scripts/context-generator.cjs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,11 @@ ${E.dim}No previous sessions found for this project yet.${E.reset}
12221222
content_json = excluded.content_json,
12231223
updated_at = excluded.updated_at,
12241224
updated_at_epoch = excluded.updated_at_epoch
1225-
`).run("global","user",n,t,s,t,s)}insertFeedbackObservation(e,t){let s=new Date().toISOString(),n=Date.now();this.db.prepare(`
1225+
`).run("global","user",n,t,s,t,s)}ensureAutoMemorySession(){this.db.prepare(`
1226+
INSERT OR IGNORE INTO sdk_sessions
1227+
(content_session_id, memory_session_id, project, user_prompt, started_at, started_at_epoch, status)
1228+
VALUES ('auto-memory', 'auto-memory', 'system', 'Auto-imported memory files', datetime('now'), ?, 'completed')
1229+
`).run(Date.now())}insertFeedbackObservation(e,t){this.ensureAutoMemorySession();let s=new Date().toISOString(),n=Date.now();this.db.prepare(`
12261230
INSERT INTO observations
12271231
(memory_session_id, project, type, title, subtitle, facts, narrative, concepts,
12281232
files_read, files_modified, prompt_number, discovery_tokens, content_hash,

0 commit comments

Comments
 (0)