feat: support vector record IDs across filesystem APIs - #4442
Open
markwhen wants to merge 2 commits into
Open
Conversation
- centralize deterministic vector record ID generation and migration handling - allow stat and read to resolve file IDs with actionable missing-index diagnostics - add selectable filesystem fields and script-friendly ls, tree, and glob output - preserve complete IDs in simple output and honor tree --simple without fields - restrict Python SDK ID passthrough to supported read-only endpoints - preserve explicit empty glob extra_fields for metadata responses - retain the dedicated Codex OAuth doctor diagnostic path - document the public API behavior and add CLI, SDK, storage, and server regressions Co-authored-by: TRAE CLI <traecli@bytedance.com>
markwhen
force-pushed
the
feat/vector-record-id-filesystem
branch
from
August 30, 2026 09:46
ce447af to
ad7fcac
Compare
Render filesystem record IDs without abbreviation in both table and simple field modes so the values can be passed directly to stat and read. Add a regression test for normal table rendering. Co-authored-by: TRAE CLI <traecli@bytedance.com>
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
Compatibility
Testing
Rebase / conflicts
Rebased onto upstream/main at e357af6. Conflicts with the latest ACL and doctor changes were resolved by preserving asynchronous ACL checks, ACL materialization during URI remapping, batch raw upserts, normalized VLM validation, and the dedicated Codex runtime credential diagnostic.