feat(api): add Alibaba Coding Plan preset and providers promotion

This commit is contained in:
Tam Nhu Tran
2026-03-04 00:39:02 +07:00
parent 08eb46a5de
commit 8811e5320f
13 changed files with 226 additions and 47 deletions
+2
View File
@@ -659,6 +659,8 @@ async function showHelp(): Promise<void> {
console.log('');
console.log(` ${dim('# Quick setup with preset')}`);
console.log(` ${color('ccs api create --preset openrouter', 'command')}`);
console.log(` ${color('ccs api create --preset alibaba-coding-plan', 'command')}`);
console.log(` ${color('ccs api create --preset alibaba', 'command')} ${dim('# alias')}`);
console.log(` ${color('ccs api create --preset glm', 'command')}`);
console.log('');
console.log(` ${dim('# Create with name')}`);