mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
绑定 Agent 首选 provider 是 member 权限的操作,但唯一能列出 provider 的 GET /api/v1/models 要求全局 admin(它带 base URL、请求参数、liveness 诊断等 连接配置)—— 成员写得了绑定,却读不到可选项。 员工编辑弹窗把这个 admin-only 请求放在没有单独兜底的 Promise.all 里,成员 打开时 403 会让整批请求失败:技能、工具、已有绑定、首选模型链全部加载不出来, 弹出通用加载错误。 新增 GET /api/v1/models/options —— 只返回 provider 的 id 和显示名,viewer 权限,过滤掉未配置项 —— 并让员工编辑弹窗改用它。/api/v1/models 保持全局 admin 限制不变。 |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||