mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
e0f3d450ae
启动绑定 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 决定初始聚焦,密钥明文可编辑