Merged
Conversation
…es, add tests - Export TokenStats type (promptTokens, completionTokens, totalTokens) and add optional tokenStats field to IndexData - Throttle sendIndexStatus() to folder boundaries (count === max) to avoid flooding the host process with progress updates - Add jest infrastructure and unit tests for image-memory package Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Before writing, rename existing _data.json and _embeddings.bin to .bak files. On success, delete the backups; on failure, restore them. This prevents data loss if the process crashes mid-write. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The 'say' actions (speaker → listener) were already populated, but the inverseActions array was always empty. Now each 'say' action gets a corresponding 'hear' action (listener → speaker), matching the pattern used by ConversationMessageMeta. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Introduce getImageTakerName helper that checks common EXIF photographer tags (Artist, Camera Owner Name, OwnerName) on dataFrameValues before falling back to "ME". Also mark three TODO.md entries as stale — grammarTypes regexpCache and models.ts JsonSchemaType — all already implemented in current code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Handle both "S"/"W" single-letter EXIF reference values and the spelled-out "South"/"West" variants, case-insensitively. Previously the code only matched the exact prefix "South"/"West", missing the standard single-letter form. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ENT, parallel translation, URL protocol validation Agent-Logs-Url: https://github.com/microsoft/TypeAgent/sessions/5828fefd-5097-4099-aa84-2f64fcd73f4e Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Agent-Logs-Url: https://github.com/microsoft/TypeAgent/sessions/ab138cdb-16d0-4009-958c-0bf21c9fac10 Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
…sion Agent-Logs-Url: https://github.com/microsoft/TypeAgent/sessions/857252aa-825e-477b-9b2c-c3f8baa0b541 Co-authored-by: robgruen <25374553+robgruen@users.noreply.github.com>
Contributor
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
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.
Artist/OwnerNamegetGeoConversationMemory.autoSaveFilePodcastMessageMeta.getKnowledge()indexingService:TokenStatstype, throttled status updates, testsSplit from #2210.