aboutsummaryrefslogtreecommitdiff
path: root/packages/tools/package.json
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2026-01-20 01:30:43 +0000
committerMaheshtheDev <[email protected]>2026-01-20 01:30:43 +0000
commit32a7eff3af6e82fd3d2b419ecd016ab144d4c508 (patch)
treebec738b44bc7f35f7f34083c1462ed5e8e9cc856 /packages/tools/package.json
parentremove bun lock file (#686) (diff)
downloadsupermemory-32a7eff3af6e82fd3d2b419ecd016ab144d4c508.tar.xz
supermemory-32a7eff3af6e82fd3d2b419ecd016ab144d4c508.zip
fix(tools): multi step agent prompt caching (#685)01-19-fix_tools_multi_step_agent_prompt_caching
Diffstat (limited to 'packages/tools/package.json')
-rw-r--r--packages/tools/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tools/package.json b/packages/tools/package.json
index aba90b46..82187aaa 100644
--- a/packages/tools/package.json
+++ b/packages/tools/package.json
@@ -1,7 +1,7 @@
{
"name": "@supermemory/tools",
"type": "module",
- "version": "1.3.66",
+ "version": "1.3.67",
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
"scripts": {
"build": "tsdown",