chore: remove web-ui workspace

This commit is contained in:
Mario Zechner
2026-05-20 02:21:11 +02:00
parent 559a71683d
commit b141e1fa24
107 changed files with 83 additions and 18461 deletions

View File

@@ -16,7 +16,7 @@ function sanitizeStatusText(text: string): string {
}
/**
* Format token counts (similar to web-ui)
* Format token counts for compact footer display.
*/
function formatTokens(count: number): string {
if (count < 1000) return count.toString();