diff --git a/frontend/src/components/TokenBar.tsx b/frontend/src/components/TokenBar.tsx index b18353fa..b3b6068c 100644 --- a/frontend/src/components/TokenBar.tsx +++ b/frontend/src/components/TokenBar.tsx @@ -29,6 +29,14 @@ export function TokenBar({ tokenState }: Props) { // Show only session total in that case — the agent context bar is meaningless. const isCompleted = agentContext === 0 && sessionTotal > 0; + if (tokenState.compacting) { + return ( +
+ COMPACTING +
+ ); + } + return ( <>