Merge branch 'main' into refactor/remove-token-usage-logic

This commit is contained in:
Simos Mikelatos
2026-04-10 15:30:43 +02:00
committed by GitHub
52 changed files with 654 additions and 86 deletions

View File

@@ -2360,7 +2360,7 @@ async function startServer() {
console.log('');
console.log(c.dim('═'.repeat(63)));
console.log(` ${c.bright('Claude Code UI Server - Ready')}`);
console.log(` ${c.bright('CloudCLI Server - Ready')}`);
console.log(c.dim('═'.repeat(63)));
console.log('');
console.log(`${c.info('[INFO]')} Server URL: ${c.bright('http://' + DISPLAY_HOST + ':' + SERVER_PORT)}`);