clh02467605
7ad14a79b9
Merge branch 'main' of github.com:modelstudioai/cli into fix/web-search-and-thinking
2026-07-28 09:25:34 +08:00
clh02467605
8211268bd8
fix(text,mcp): keep thinking_budget on enable_thinking retry and hint MCP activation on 404
2026-07-28 09:25:02 +08:00
chenanran555
9819eb6ddc
feat(agent): 非bailian provider也走鉴权逻辑
2026-07-27 21:33:36 +08:00
qcq01083097
58252911a8
fix(image): correct wan2.5/2.6 size presets and wanx-v1 dated aliases
2026-07-27 21:09:32 +08:00
chenanran555
93c9149e45
feat(agent): 鉴权分离线命令和在线命令,仅对bailian provider鉴权
2026-07-27 19:51:56 +08:00
clh02467605
36ebd63716
fix(text): omit enable_thinking by default and retry when API requires false
...
Non-streaming chat no longer forces enable_thinking=false, which breaks
thinking-only models. Retry once with false only when the server demands it.
2026-07-27 16:51:11 +08:00
故璃
bd17c27023
feat: index.json protocol adapter
2026-07-27 15:41:04 +08:00
故璃
87c37994f2
feat: update skill commend group
2026-07-27 12:30:20 +08:00
qcq01083097
c4f5bb09c6
fix(image): resolve size and prompt_extend by model profile
...
Stop inferring size/prompt_extend from sync vs async; use per-family sizeProfile. wanx*-imageedit uses function+base_image_url; bare qwen-image uses the fixed resolution table.
2026-07-27 10:17:09 +08:00
qcq01083097
9a13700390
fix(image): route text-to-image and image-edit by model family
...
Fix wanx/wan2.x-t2i, wan2.5-i2i, z-image, and qwen-image-plus hitting the wrong endpoint, and add routing unit tests plus dry-run coverage.
2026-07-27 10:16:25 +08:00
故璃
ebbd173b79
feat: update manifest.json path
2026-07-25 08:43:38 +08:00
故璃
8dd786287f
feat: add skill commend
2026-07-24 19:56:53 +08:00
rendianmeng
d30fb2ae68
feat(release): distribute binaries as per-platform zips
2026-07-24 15:33:15 +08:00
chenanran555
1d589c5178
Merge remote-tracking branch 'origin/main' into feat/cma
2026-07-24 14:52:21 +08:00
chenanran555
9cad1994e7
feat(agent): validate by client apiKey auth type
2026-07-24 14:50:30 +08:00
若麒
92ee845bdd
fix(core): normalize model base URL to origin
2026-07-23 19:31:02 +08:00
rendianmeng
66a797203c
multi channel install test
2026-07-23 17:34:30 +08:00
chenanran555
64335a6201
feat(agent): rename cli command to managed-agent
2026-07-23 16:46:06 +08:00
故璃
90a44d7140
feat: llm wiki sync
2026-07-23 15:31:57 +08:00
inhai
e1caee99f2
feat(config-ui): MCP management, skill zip install, and UI polish
...
- MCP: editable JSON config in the detail drawer with secret masking and
mask-preserving writes; create/update/delete across claude-code, qwen-code,
opencode, cursor, windsurf, gemini, qoderwork, openclaw and Claude Desktop
- Skills: upload a .zip and install into any agent's skills root (self-contained
ZIP reader, zip-slip safe); scan more roots (openclaw workspace, qoderwork,
windsurf/codeium, gemini antigravity, workbuddy)
- Markdown: GFM table rendering in the skill detail drawer
- Layout: collapsible grouped sidebar with icons + persistent state, responsive
breakpoint, wider main, single-line tile titles, 2-line description clamp,
round icon run buttons, custom file picker, modal spacing
- Server: /api/mcp POST/DELETE, /api/skill/install, binary upload reader,
constant-time token compare, CSP/no-store headers, error logging
2026-07-23 10:52:26 +08:00
chenanran555
7cbd61dd5c
Merge remote-tracking branch 'origin/main' into feat/cma
...
# Conflicts:
# packages/commands/src/commands/auth/login.ts
# packages/commands/src/commands/config/set.ts
# packages/commands/src/index.ts
# packages/core/src/client/index.ts
# packages/core/src/config/schema.ts
# skills/bailian-cli/reference/auth.md
# skills/bailian-cli/reference/config.md
# skills/bailian-cli/reference/index.md
2026-07-22 16:38:46 +08:00
chenanran555
1c9dac24e9
feat(cma): login时初始化agent相关的baseUrl
2026-07-22 14:20:24 +08:00
chenanran555
d6bd38a46a
feat(agent): agent相关cli命令的client层功能,对齐cli client的基础能力
2026-07-22 13:40:28 +08:00
若麒
d11b55b956
chore(release): prepare 1.10.1
2026-07-22 11:30:43 +08:00
Gong Shiqi
440cbfe6ae
Merge pull request #114 from modelstudioai/feat/token-plan-default-models
...
feat: update Token Plan defaults and support local image inputs
2026-07-22 10:52:35 +08:00
若麒
81539005cc
Merge branch 'main' into feat/token-plan-default-models
2026-07-22 09:55:39 +08:00
若麒
4c566fd60e
feat(token-plan): support local images with base64 data URIs
...
- convert local images to Base64 for Token Plan image and video commands
- preserve the existing OSS upload flow for standard API Key profiles
- use wan2.7-image as the default image model with the sync endpoint
- hide full Base64 image content in dry-run output
- add Token Plan compatibility tests and update related docs
2026-07-22 09:54:54 +08:00
rendianmeng
3b779a708d
feat: node engines limit change
2026-07-21 13:55:38 +08:00
若麒
4ca3e2de80
feat(config): update token-plan default models
...
- switch the default text model to qwen3.8-max-preview
- add dedicated T2V, I2V, and R2V model defaults
- persist and consume per-mode video model settings
- enable thinking when validating the qwen3.8 preview model
2026-07-20 16:44:53 +08:00
若麒
39f12e1a78
chore(release): prepare 1.10.0
2026-07-19 16:47:29 +08:00
故璃
d08edf0cd8
feat: sync wiki data from oss by fc
2026-07-17 16:43:06 +08:00
若麒
a03ba673be
fix(auth): clear model base URL on full logout
2026-07-17 15:57:23 +08:00
若麒
92719a1a21
Merge branch 'main' into feat/cli-access-token
2026-07-17 10:36:26 +08:00
若麒
310e6ead33
chore(release): prepare 1.9.0
2026-07-17 10:15:47 +08:00
若麒
ece0c8dd1c
feat(config): activate explicit profile after successful login
2026-07-17 09:59:14 +08:00
若麒
8b91b9f35f
feat: release 1.8.3
2026-07-16 16:43:22 +08:00
若麒
1fbafa8b1d
fix(text): support piped messages on Windows
...
- use the standard input file descriptor instead of /dev/stdin
- reuse the shared file-or-stdin reader in text chat
2026-07-16 16:42:32 +08:00
若麒
84805f287c
fix(core): normalize model base URLs across all sources
...
- preserve custom gateway path prefixes
- strip query, fragment, trailing slash, and known SDK suffixes
- normalize flag, environment, config, and fallback sources
- normalize auth and config writes before persistence
- add resolver, login, config, and UI coverage
2026-07-16 14:43:26 +08:00
若麒
de9f1a3889
feat(config): add active profile selection
...
- persist the active profile in config.json
- resolve config with --config > active_config > default
- add config list and config use commands
- make auth and config writes target the selected profile
- reset activation to default when deleting the active profile
- update config UI with profile activation controls
- keep token refresh and pipeline execution profile-aware
- add loader, UI, auth, and CLI interaction coverage
2026-07-16 11:05:59 +08:00
若麒
75a45e1a2a
fix(auth): clear STS credentials on logout
2026-07-16 10:02:00 +08:00
若麒
64ff057fe5
feat(auth): support token-plan model profile login
...
- add the built-in Token Plan profile preset
- validate and persist model API keys atomically
- materialize the default Base URL and models on login
- preserve flag > env > config precedence
2026-07-15 16:26:43 +08:00
故璃
68336d41a2
feat: release 1.8.2
2026-07-15 11:29:06 +08:00
若麒
6d588a57b4
Merge branch 'main' into feat/cli-access-token
2026-07-14 19:23:47 +08:00
故璃
054d4deb26
feat: update SKILL.md
2026-07-14 15:22:24 +08:00
lisheng.lisheng
20b67a6628
chore(version): 发布1.8.1版本并更新白名单
...
- 将所有相关包的版本号从1.8.0更新到1.8.1
- 在中英文CHANGELOG中添加1.8.1版本的变更记录
- 扩展Command Pack白名单,允许加载额外的内部命令扩展
2026-07-14 10:14:19 +08:00
lisheng.lisheng
84383f1c83
feat(bootstrap): 支持使用AK/SK生成CLI访问令牌并重构用户创建流程
...
- 新增命令行参数,支持通过--access-key-id和--access-key-secret传入阿里云凭证
- 集成generateCLIAccessToken接口实现AK/SK转CLI访问令牌
- 调用BailianControl OpenAPI完成用户创建,实现与控制台用户同步
- 新增获取工作空间列表接口,解析agentId以便权限管理
- 调用ResetPolicies4Agent接口完成用户权限授权
- 优化命令步骤日志输出,更详细展示执行流程
- 将轮询次数由120次减少至20次,缩短等待激活时长
- 移除旧有测试代码,适配新实现
- core包新增bailian-control客户端支持对应OpenAPI调用
- client模块添加openApiJson通用方法支持ROA风格接口调用
- console模块导出类型扩展,涵盖新的网关目标类型
- 修改acs请求签名类型支持number类型参数,增强签名兼容性
2026-07-14 08:47:16 +08:00
若麒
86aec0b723
chore: prepare 1.8.0 release
2026-07-13 17:01:24 +08:00
若麒
06f932c1bd
Merge branch 'main' into feat/model-usage-and-detail
2026-07-13 16:23:19 +08:00
若麒
63edde3588
refactor: simplify command context capabilities
...
- replace lazy store and manager accessors with direct properties
- enforce command capability boundaries through lint rules
2026-07-13 15:47:57 +08:00
若麒
e932495560
Merge branch 'main' into feat/command-pack
2026-07-13 15:38:45 +08:00