LearnNewsExamplesServices
Frontmatter
id7932
titleFix timestamp format mismatch in Memory Core service
stateClosed
labels
bugai
assigneestobiu
createdAtNov 29, 2025, 9:53 PM
updatedAtNov 29, 2025, 9:56 PM
githubUrlhttps://github.com/neomjs/neo/issues/7932
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 29, 2025, 9:54 PM

Fix timestamp format mismatch in Memory Core service

Closed v11.14.0 bugai
tobiu
tobiu commented on Nov 29, 2025, 9:53 PM

The MemoryService was returning raw numeric timestamps from the ChromaDB database, but the OpenAPI schema expects ISO 8601 date-time strings. This caused validation errors in tools like get_session_memories.

Changes:

  • Updated listMemories and queryMemories in ai/mcp/server/memory-core/services/MemoryService.mjs to convert numeric timestamps to ISO strings.
tobiu added the bug label on Nov 29, 2025, 9:53 PM
tobiu added the ai label on Nov 29, 2025, 9:53 PM
tobiu assigned to @tobiu on Nov 29, 2025, 9:54 PM
tobiu referenced in commit 62068e6 - "Fix timestamp format mismatch in Memory Core service #7932" on Nov 29, 2025, 9:54 PM
tobiu closed this issue on Nov 29, 2025, 9:54 PM
tobiu
tobiu Nov 29, 2025, 9:56 PM

Input from Gemini 2.5:

✦ The fix has been applied in the previous turn. Closing this issue.