lisheng.lisheng
7e23ba00fb
chore(release): 发布 v1.13.0 版本
...
- 增加 `bl config ui` 功能,支持技能、MCP、代理和资产清单浏览与管理
- 新增模型目录建议芯片,方便配置 UI 中快速填充模型名
- 实现配置文件的 Profile 磁贴网格展示及新增弹窗
- 优化配置 UI 布局,增强响应式布局和编辑体验
- 修复软链接技能目录识别问题
- 支持基于环境变量的配置文件路径及旧版配置方案
- 同步更新相关包版本至 1.13.0
2026-07-31 00:21:51 +08:00
rendianmeng
5e2833569a
Merge branch main of github.com:modelstudioai/cli into feat/multi-channel-install
2026-07-30 10:12:42 +08:00
rendianmeng
434aac5b08
docs: install shell md
2026-07-30 10:05:31 +08:00
故璃
30fe8182f4
Merge branch 'main' into feat/bailian-wiki-doc-sync
...
# Conflicts:
# packages/cli/src/commands.ts
# packages/commands/tests/e2e/topic-routes.ts
# pnpm-lock.yaml
# pnpm-workspace.yaml
# skills/bailian-cli/reference/index.md
2026-07-29 17:34:28 +08:00
故璃
65c0fe9604
feat: add skill commend & skill install
2026-07-29 17:04:17 +08:00
lisheng.lisheng
bbf45a5961
Merge branch 'main' of github.com:modelstudioai/cli into feat/config-agent-fix
...
# Conflicts:
# CHANGELOG.md
# CHANGELOG.zh.md
# packages/cli/package.json
# packages/commands/package.json
# packages/core/package.json
# packages/kscli/package.json
# packages/runtime/package.json
# skills/bailian-cli/SKILL.md
2026-07-28 20:33:16 +08:00
lisheng.lisheng
3988e701e1
chore(cli): 发布 1.11.0 版本,更新 agent 配置功能
...
- 新增 `bl config agent --key` / `--region`,支持控制台编码 API Key 本地解码和区域派生 Token Plan 地址
- 新增 `bl config agent --context-window`,设置 OpenClaw 配置的上下文窗口大小,默认 256000
- 新增 `bl config agent --wire-api`,支持选择 Codex 配置的通信协议,兼容旧版 chat 协议并提示警告
- 变更 Codex 默认写入通信协议为 `responses`,适配新版 Codex 不再支持旧 chat 模式
- 变更 Qwen Code 代理配置改用 `DASHSCOPE_API_KEY` 环境变量替代 `BAILIAN_CLI_API_KEY`
- 修复各 agent 配置格式不匹配问题,支持 JSONC 格式和官方结构,完善模型白名单与计费元数据
- 修复配置写入逻辑,合并保持用户自定义配置,避免覆盖及重复条目,优化显示名保留
- 更新所有相关包版本号至 1.11.0,包含 bailian-cli、commands、core、kscli、runtime
- 更新 bailian-cli 技能元数据版本号至 1.11.0
2026-07-28 20:27:28 +08:00
若麒
be6ddb6126
chore(release): prepare 1.11.2
2026-07-28 19:24:40 +08:00
若麒
4c4e7afb83
chore(release): prepare 1.11.1
2026-07-28 16:07:29 +08:00
rendianmeng
871c667e97
docs: install shell md
2026-07-28 13:49:51 +08:00
若麒
eadd92327f
chore(release): prepare 1.11.0
2026-07-28 13:28:11 +08:00
rendianmeng
6465c4a78a
feat: install shell test
2026-07-28 10:19:54 +08:00
chenanran555
9819eb6ddc
feat(agent): 非bailian provider也走鉴权逻辑
2026-07-27 21:33:36 +08:00
故璃
bd17c27023
feat: index.json protocol adapter
2026-07-27 15:41:04 +08:00
qcq01083097
ff469ce717
feat(install-docs): enhance installation documentation and validation processes
2026-07-27 11:24:22 +08:00
chenanran555
32c497db63
feat(agent): add skill-list command and fix pr issues
2026-07-26 18:52:27 +08:00
故璃
8dd786287f
feat: add skill commend
2026-07-24 19:56:53 +08:00
chenanran555
1d589c5178
Merge remote-tracking branch 'origin/main' into feat/cma
2026-07-24 14:52:21 +08:00
若麒
3e249279bc
docs: fix installation guide flags
2026-07-24 11:08:06 +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
chenanran555
9e59b01326
feat: update openagentpack sdk
2026-07-22 17:01:14 +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
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
rendianmeng
3b779a708d
feat: node engines limit change
2026-07-21 13:55:38 +08:00
chenanran555
6329427b4d
feat(agent): add agent command group with session and state management
2026-07-21 10:43:22 +08:00
若麒
39f12e1a78
chore(release): prepare 1.10.0
2026-07-19 16:47:29 +08:00
若麒
a853319dd0
feat(onboarding): add Token Plan setup guidance
...
- add Token Plan subscription and login entry to CLI, README, INSTALL, and skill
- document built-in Base URL and automatic key validation
- remove the completed Token Plan integration design document
2026-07-19 16:05:35 +08:00
lisheng.lisheng
ba062c1a71
feat: add bl config agent command for one-click coding agent configuration
...
Add `bl config agent` to configure a coding agent (Claude Code, Qwen Code,
OpenCode, OpenClaw, Hermes, Codex) to use a DashScope/ModelStudio endpoint
with a single command. Writers non-destructively merge into each agent's
local config with a timestamped backup and atomic writes.
- Field structures aligned to farion1231/cc-switch; qwen-code aligned to
QwenLM/qwen-code source (modelProviders/security.auth keyed by protocol).
- provider id unified as `bailian-cli` (qwen-code brands via model entry
name + BAILIAN_CLI_API_KEY, since it keys by protocol).
- Codex config.toml merged via smol-toml to preserve unrelated settings.
- Add writer unit tests + config e2e cases; regenerate skill reference.
2026-07-18 19:29:53 +08:00
故璃
d08edf0cd8
feat: sync wiki data from oss by fc
2026-07-17 16:43:06 +08:00
lisheng.lisheng
00b4d095ed
refactor(cli): rename bootstrap command to workspace init
...
- 将原有的 `bl bootstrap` 命令重命名为 `bl workspace init`
- 更新相关文档,包括中文和英文变更日志
- 修改命令导出和引用,调整文件与变量命名对应新命令
- 保持初始化 Bailian 工作空间及开通后付费服务功能不变
- 删除旧的 `bl bootstrap` 文档,新增 `bl workspace init` 命令帮助文档
- 更新 CLI 命令索引,替换旧命令为新命令
- 优化命令实现细节,增强代码规范和异常处理一致性
2026-07-17 10:59:46 +08:00
若麒
310e6ead33
chore(release): prepare 1.9.0
2026-07-17 10:15:47 +08:00
若麒
8b91b9f35f
feat: release 1.8.3
2026-07-16 16:43:22 +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
故璃
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
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
96fcb1892c
feat(cli): 添加 @ali/bailian-plugin-inner-console-call 插件的命令前缀配置
...
- 为插件 @ali/bailian-plugin-inner-console-call 添加命令前缀 inner-console
- 扩展了命令包策略以支持新的插件命令调用
- 确保命令前缀统一管理,提高插件识别准确性
2026-07-14 09:22:19 +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
故璃
eca5403e71
feat: sync README
2026-07-13 16:02:51 +08:00
故璃
153e176c13
feat: sync README
2026-07-13 16:00:42 +08:00
若麒
e932495560
Merge branch 'main' into feat/command-pack
2026-07-13 15:38:45 +08:00
故璃
f3b85914ab
Merge branch 'main' into feat/model-usage-and-detail
2026-07-13 15:34:04 +08:00
故璃
8b99617716
feat: fix code review issue
2026-07-13 15:23:35 +08:00
若麒
b2ca78512f
feat: add command pack protocol and plugin management
...
- define the Command Pack API and integrate pack loading into the CLI runtime
- add product-specific package, command prefix, and credential access policies
- add plugin install, link, list, and remove commands
- add validation, tests, documentation, and generated command references
2026-07-13 15:02:35 +08:00
lisheng.lisheng
e0f3d450ae
feat(config): add "config ui" local web UI to manage config profiles
...
启动绑定 127.0.0.1 的本地 HTTP server + 内嵌单页 WebUI,可视化查看/
新建/切换/删除全部命名 profile 并编辑键值与凭证。
- core: readConfigProfiles / deleteConfigProfile 全量配置读写 API
- commands/config/shared.ts: 抽出 VALID_KEYS/别名/校验,set.ts 复用
- commands/shared/local-server.ts: 抽出 listen/openInBrowser,login-console 复用
- config ui: token + Host 校验,--config 决定初始聚焦,密钥明文可编辑
2026-07-13 14:20:32 +08:00
lisheng.lisheng
ac4dbb9e88
Merge branch 'main' of github.com:modelstudioai/cli into feat/cli-access-token
2026-07-13 13:13:29 +08:00