Skip to content

chore: rename vector stores to stores#36

Merged
nainglinnkhant merged 2 commits into
mainfrom
e-639-rename-vector-stores-to-stores-in-cli
Oct 1, 2025
Merged

chore: rename vector stores to stores#36
nainglinnkhant merged 2 commits into
mainfrom
e-639-rename-vector-stores-to-stores-in-cli

Conversation

@nainglinnkhant

@nainglinnkhant nainglinnkhant commented Oct 1, 2025

Copy link
Copy Markdown
Contributor

Note

Renames the CLI subcommand and terminology from vs (vector stores) to store throughout commands, completion, messages, docs, and tests, with a major version bump.

  • CLI:
    • Rename root command from mxbai vs to mxbai store in packages/cli/src/commands/vector-store/index.ts and all subcommands (create, list, get, update, delete, upload, search, qa, sync).
    • Update command descriptions, arguments, prompts, and spinner messages to use “store” (not “vector store”).
  • Completion:
    • Adjust completion server to suggest store instead of vs and update store-name/file subcommand contexts in packages/cli/src/commands/completion.ts.
    • Update completion cache fetching/mapping to use store naming in packages/cli/src/utils/completion-cache.ts.
  • Docs/Setup:
    • Replace “vector store(s)” with “store(s)” and update examples from mxbai vs ... to mxbai store ... in README.md, packages/cli/README.md, CLAUDE.md, and setup script next steps.
  • Tests:
    • Update tests to reflect store command and new wording across command, utils, and completion tests.
  • Changeset:
    • Add major version changeset for @mixedbread/cli noting vsstore update.

Written by Cursor Bugbot for commit 97e08aa. This will update automatically on new commits. Configure here.

@aamir-s18

Copy link
Copy Markdown

bugbot run

@nainglinnkhant
nainglinnkhant merged commit aa54a04 into main Oct 1, 2025
4 checks passed
@nainglinnkhant
nainglinnkhant deleted the e-639-rename-vector-stores-to-stores-in-cli branch October 1, 2025 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants