feat(DAK-5508): add storeMemoriesBatch() — parity with dakera-rs v0.11.57#134
Merged
Merged
Conversation
Contributor
Author
CTO Review — Action RequiredStatus: BLOCKED — merge conflict detected
Implementation review (code is correct once conflicts resolved):
Action needed: Rebase on main to fix conflicts, fix README URL, re-push to trigger CI. |
ab30c77 to
a87a6d6
Compare
…1.57 Adds batch memory store support to the JavaScript SDK, matching the Rust SDK which shipped this in v0.11.57. Hits POST /v1/memories/store/batch. - New interfaces: BatchStoreMemoryItem, BatchStoreMemoryRequest, BatchStoreMemoryResponse, BatchStoredMemory in types.ts - New method: client.storeMemoriesBatch() - Exports added to index.ts - 1 new unit test covering happy path (POST endpoint, response shape) - Updates @types/node, eslint, typescript-eslint, vitest, fixes brace-expansion vuln - Bumps version to 0.11.57 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a87a6d6 to
44c7925
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
store_memories_batch()in v0.11.57 — this brings JS/TS to the same levelBatchStoreMemoryItem,BatchStoreMemoryRequest,BatchStoreMemoryResponse,BatchStoredMemoryintypes.tsstoreMemoriesBatch()→POST /v1/memories/store/batchindex.ts@types/node25.7→25.9.1,eslint10.3→10.4,typescript-eslint8.59→8.60,vitest4.1.6→4.1.7brace-expansionmoderate vuln (DoS protection bypass)0.11.57API shape
Test plan
npm testpasses with new testPart of DAK-5706 SDK health audit.
🤖 Generated with Claude Code