Skip to content

Tags: modelstudioai/cli

Tags

v0.0.0-beta-331c7ac-202609230337

Toggle v0.0.0-beta-331c7ac-202609230337's commit message
refactor(commands): remove deprecated retrieve command and update doc…

…umentation

- Deleted the `knowledge retrieve` command, which is now deprecated in favor of `knowledge search`.
- Updated relevant documentation to reflect the removal of the retrieve command and to clarify the usage of the search command.
- Adjusted command references in various files to ensure consistency and accuracy in the CLI interface.
- Added tests to verify that attempts to use the removed command are correctly rejected.

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #222 from modelstudioai/release/2.0.1

chore(release): bump version to 2.0.1

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #212 from modelstudioai/feat/native-mcp-agent-regi…

…stration

Feat/native mcp agent registration

v0.0.0-beta-c7f8c6a-202609221546

Toggle v0.0.0-beta-c7f8c6a-202609221546's commit message
fix(docs): correct formatting and consistency in documentation

- Updated various documentation files to ensure consistent formatting, particularly in the use of underscores and asterisks.
- Improved clarity in command descriptions and examples across multiple reference files.
- Ensured that all instances of `bailian-*` are uniformly formatted for better readability.

v0.0.0-beta-a5a68b8-202609220905

Toggle v0.0.0-beta-a5a68b8-202609220905's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #220 from modelstudioai/feat/fast-mode-inference

feat(inference): add Prime mode for text and video

v0.0.0-beta-8a6dd85-202609220949

Toggle v0.0.0-beta-8a6dd85-202609220949's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #221 from modelstudioai/fix/fc-oidc-token-refresh

fix(release): refresh OIDC token for FC uploads

v1.28.0

Toggle v1.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #196 from cxy01313369/feat/security-commands

Feat/security commands

v1.27.0

Toggle v1.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #214 from modelstudioai/release/1.27.0

chore(release): prepare 1.27.0

v0.0.0-beta-b0ac8ce-202609180730

Toggle v0.0.0-beta-b0ac8ce-202609180730's commit message
fix(mcp): write QwenWork config to ~/.qwenworkcn/mcp.json

QwenWork reads the home-directory mcp.json, not Electron userData, so native connect was a no-op. Also emit type streamable-http to match the official connector schema.

Co-authored-by: Cursor <[email protected]>

v0.0.0-beta-b0ac8ce-202609180725

Toggle v0.0.0-beta-b0ac8ce-202609180725's commit message
fix(mcp): write QwenWork config to ~/.qwenworkcn/mcp.json

QwenWork reads the home-directory mcp.json, not Electron userData, so native connect was a no-op. Also emit type streamable-http to match the official connector schema.

Co-authored-by: Cursor <[email protected]>