Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modelstudioai/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f78c869
Choose a base ref
...
head repository: modelstudioai/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7569996
Choose a head ref
  • 3 commits
  • 39 files changed
  • 1 contributor

Commits on Sep 10, 2026

  1. feat(memory): 完善记忆及画像相关命令支持并统一参数

    - 在 CLI 文档中新增记忆 live 场景说明与变量需求
    - 扩展 CLI 命令集,添加记忆画像 Profile 的增删改查功能
    - 统一所有记忆相关命令加入 workspace 和 library 参数支持
    - 记忆添加命令支持自定义 meta_data,完善输入校验和互斥说明
    - 记忆删除、列表、获取用户画像等命令增加工作空间参数支持
    - 画像模板相关命令新增分页参数及属性操作接口
    - 重构知识命令共享模块,移除重复的 workspace 解析实现,统一导出
    - 优化命令输出格式,文本模式下显示更多详细信息和异常提示
    - 提供完整的示例参数,增强命令使用说明和提示文档
    clark-fc committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    75a7100 View commit details
    Browse the repository at this point in the history
  2. feat(memory): 增加长度校验及限流提示并强化安全确认

    - 在多条命令中统一添加对 userId 和 memoryLibraryId 长度的校验
    - 新增 profile schema 名称、描述及属性字段长度断言
    - 为 delete 内存节点命令添加高风险删除确认机制及 --yes 标志
    - 增加账号级别限流说明,提示遇 HTTP 429 需降低请求频率
    - 统一移除分散的长度常量,集中定义并使用共享常量
    - 相关 E2E 测试覆盖长度限制和高风险操作确认情况
    - 支持内存消息内容多样化,新增 MemoryContentPart 类型定义
    - 内存文档中新增限流描述及删除命令风险提示,强调确认操作要求
    clark-fc committed Sep 10, 2026
    Configuration menu
    Copy the full SHA
    d9134d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7569996 View commit details
    Browse the repository at this point in the history
Loading