Tags: modelstudioai/cli
Tags
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.
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.
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]>
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]>
PreviousNext