Gong Shiqi
67ff4d2811
Merge pull request #63 from modelstudioai/feat/i18n-english-only
...
feat(cli): standardize user-facing CLI text to English
2026-06-17 14:27:27 +08:00
clh02467605
a830965feb
feat(omni): add new voice option to omni chat command
2026-06-17 14:19:47 +08:00
Gong Shiqi
c32f03e8dc
Merge pull request #62 from modelstudioai/feat/project-optimization
...
Feat/project optimization
2026-06-17 11:53:02 +08:00
clh02467605
62ad8768e3
merge: merge main into feat/i18n-english-only
2026-06-17 11:28:24 +08:00
clh02467605
e8a40cdad0
Merge remote-tracking branch 'refs/remotes/origin/main' into feat/i18n-english-only
...
# Conflicts:
# packages/cli/src/commands/knowledge/retrieve.ts
# skills/bailian-cli/reference/knowledge.md
2026-06-17 11:26:04 +08:00
qcq01083097
9bcb66b1ff
feat: Resolve conflicts
2026-06-17 10:02:00 +08:00
Gong Shiqi
d82f334a99
Merge pull request #58 from modelstudioai/feat/knowledge-api-key
...
docs(agents): add CHANGELOG checklist to publish guide
2026-06-16 15:57:00 +08:00
若麒
f7c18276bc
docs(agents): add CHANGELOG checklist to publish guide
2026-06-16 15:54:15 +08:00
Gong Shiqi
73143dbae2
Merge pull request #57 from modelstudioai/feat/knowledge-api-key
...
feat(knowledge): update deprecation notices for access key options in CLI and documentation
v1.3.3
2026-06-16 15:11:58 +08:00
qcq01083097
cb25bc4149
feat: When console login is not performed, throw more explicit errors and prompts
2026-06-16 15:11:10 +08:00
若麒
35d681f0c7
chore(release): prepare 1.3.3
2026-06-16 15:09:32 +08:00
zeyu.fz
a16afb3f0b
chore(changelog): update to version 1.3.3 with improvements to CLI help output and command notes
2026-06-16 15:01:57 +08:00
qcq01083097
2ed513124e
feat: Use command.skipDefaultApiKeySetup instead of NO_AUTH_SETUP to determine whether an API key is required
2026-06-16 14:59:14 +08:00
clh02467605
062bbd4052
feat(cli): standardize user-facing CLI text to English
2026-06-16 14:41:33 +08:00
qcq01083097
83ea0dfd03
feat: Clear invalid remnants of the command "model list"
2026-06-16 13:58:34 +08:00
zeyu.fz
3ca8da8e75
refactor(knowledge): update deprecation notices for access key options in CLI and documentation
2026-06-15 19:57:20 +08:00
zeyu.fz
6c4ac80882
feat(cli): add support for displaying command notes in help output
2026-06-15 19:49:09 +08:00
zeyu.fz
bd4644448a
chore(core): 更新核心包版本至1.3.3
...
- 将版本号从1.3.2提升至1.3.3
- 保持其他核心包配置不变
2026-06-15 19:41:30 +08:00
zeyu.fz
a0ab35acf1
refactor(knowledge): update authentication options and documentation
2026-06-15 19:22:35 +08:00
Gong Shiqi
173e5a7e45
Merge pull request #55 from modelstudioai/fix/omni-audio-always400
...
fix(omni): use input_audio for --audio on OpenAI-compatible endpoint
v1.3.2
2026-06-12 18:35:36 +08:00
若麒
ef7aa493e0
chore: release 1.3.2
...
Bump bailian-cli / bailian-cli-core to 1.3.2, sync skill version, and
document the omni --audio HTTP 400 fix (#54 ) in CHANGELOG. Also add the
.ogg extension to the --audio help text and reference doc.
2026-06-12 18:33:36 +08:00
clh02467605
e67acc118f
fix(omni): use input_audio instead of audio_url
...
Fixes #54
2026-06-12 17:34:41 +08:00
Gong Shiqi
a90a35ddef
Merge pull request #51 from modelstudioai/fix/proxy-env-support-v2
...
fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars (#35 )
v1.3.1
2026-06-12 16:15:24 +08:00
若麒
d36bc5a82f
chore: release 1.3.1
...
Bump bailian-cli / bailian-cli-core to 1.3.1, sync skill version, and
document the HTTP_PROXY / HTTPS_PROXY / NO_PROXY fix (#35 ) in CHANGELOG.
2026-06-12 16:12:58 +08:00
若麒
ada7ed32fb
Merge remote-tracking branch 'origin/main' into fix/proxy-env-support-v2
2026-06-12 16:07:43 +08:00
Gong Shiqi
7c1be39067
Merge pull request #53 from modelstudioai/feat/delete-apiDocs
...
feat: No longer expose API documentation
2026-06-12 16:05:55 +08:00
若麒
a96f3a2adf
refactor: remove now-unused region threading in help printing
...
After dropping the API Reference line, printCommandHelp no longer reads
region, so the --region/DASHSCOPE_REGION resolution done solely for help
output is dead code. Endpoint selection via loadConfig is untouched.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-12 16:03:00 +08:00
Gong Shiqi
b730a26336
Merge pull request #52 from modelstudioai/fix/e2e-test
...
fix: e2e test
2026-06-12 15:45:56 +08:00
qcq01083097
489ba4f843
feat: No longer expose API documentation
2026-06-12 15:35:00 +08:00
故璃
c6afc21b11
fix: e2e test
2026-06-12 14:55:52 +08:00
若麒
cc63e1ec3c
chore: stop tracking .claude/scheduled_tasks.lock
...
It's a machine-local runtime lock file that shouldn't be in the repo;
remove it and add it to .gitignore.
2026-06-12 14:53:44 +08:00
若麒
d5fb2bfaf8
test: use leaf image prompt in video-ref r2v e2e
...
Switch the seed-image prompt from a cat sketch to a green leaf for a
simpler, more reliably-generated reference frame.
2026-06-12 14:53:42 +08:00
若麒
8a0de83c24
fix: honor HTTP_PROXY / HTTPS_PROXY / NO_PROXY env vars ( #35 )
...
Node's built-in fetch (undici) ignores proxy environment variables, so
bl always connected directly and failed with ECONNRESET behind a VPN or
corporate proxy. Install an EnvHttpProxyAgent as the global dispatcher at
startup, but only when a proxy variable is actually set — behavior is
unchanged otherwise. Lowercase variables take precedence over uppercase
(curl convention) and NO_PROXY is honored.
Values are trimmed and passed explicitly to work around undici reading
env vars with ??, where an empty lowercase variable (https_proxy="")
masks a configured uppercase one. Invalid proxy URLs fail with a clear
usage error instead of a stack trace, and the ECONNRESET hint now
suggests exporting HTTPS_PROXY.
Tests are fully offline and need no credentials: unit tests cover env
parsing, and the e2e test runs a minimal probe (setupProxyFromEnv + a
bare fetch) against a .invalid host through a local CONNECT proxy to
verify traffic routes through the proxy, NO_PROXY is honored, no
dispatcher is installed when unset, and invalid values error clearly.
2026-06-12 14:53:22 +08:00
clark-fc
b36eaf34be
Merge pull request #49 from modelstudioai/feat/knowledge-api-key
...
fix(core): 修复 Rerank 字段类型用于请求体中
v1.3.0
2026-06-12 10:53:53 +08:00
Gong Shiqi
abe29d16b6
Merge pull request #43 from modelstudioai/feat/auto-issue
...
feat: add agent-guided issue reporting workflow and bug report template
2026-06-12 10:27:07 +08:00
Gong Shiqi
017ab86b33
Merge pull request #46 from modelstudioai/feat/model-usage
...
feat: add model usage\quota\workspace command
2026-06-12 10:26:24 +08:00
zeyu.fz
d20eea5c1c
fix(core): 修复 Rerank 字段类型用于请求体中
...
- 将 Rerank 字段从单对象修改为对象数组以支持多重重排序配置
- 更新 API 类型定义中 Rerank 为数组类型
- 修正 CLI 命令中构造请求体时将单一 Rerank 包装为数组
- 确保传递给后端的 Rerank 参数格式正确匹配接口要求
2026-06-12 10:21:53 +08:00
故璃
b9e2d75ea0
fix: fix changelog issue
2026-06-11 14:42:55 +08:00
Gong Shiqi
2f22b333fa
Merge pull request #48 from modelstudioai/feat/staged-lint-add-md
...
feat: Pre-commit verification to add the md file type
2026-06-11 14:26:55 +08:00
qcq01083097
8023809666
feat: Pre-commit verification to add the md file type
2026-06-11 13:45:32 +08:00
故璃
240ce9ae3e
fix: fix changelog issue
2026-06-11 12:35:41 +08:00
故璃
386ff0fdc0
feat: update changelog
2026-06-11 12:29:17 +08:00
故璃
a72f0508c3
Merge branch 'main' into feat/model-usage
2026-06-11 12:26:06 +08:00
故璃
65c6a358ef
feat: update changelog
2026-06-11 11:52:27 +08:00
clark-fc
3734a6e8b9
Merge pull request #45 from modelstudioai/feat/knowledge-api-key
...
Feat/knowledge api key
2026-06-11 11:51:45 +08:00
zeyu.fz
c070699fb2
test(knowledge): 移除 API-KEY 与 AK/SK 测试相关代码
2026-06-11 11:45:13 +08:00
zeyu.fz
8604567ce4
chore(core): 更新版本号至 1.3.0 并修正文档格式
2026-06-11 11:37:04 +08:00
故璃
8b4dceafab
feat: update doc
2026-06-10 19:47:17 +08:00
故璃
00b1bfe7a7
feat: update doc
2026-06-10 19:46:27 +08:00
故璃
94120d8a2b
feat: sync README.ZH
2026-06-10 17:14:42 +08:00