chore: snapshot main sync
This commit is contained in:
@@ -2,11 +2,6 @@ import { useEffect, useRef, useState } from 'react';
|
||||
import type { Message } from '@/api/types';
|
||||
import { cn } from '@/lib/utils';
|
||||
|
||||
// Circular context-window meter — a small SVG ring (Paseo-style) that lives in
|
||||
// the composer footer beside the send button. Tap/click toggles a popover with
|
||||
// the full detail (% used, used/max tokens, optional session cost). Replaces the
|
||||
// old inline ContextBar (a horizontal bar in the toolbar row above the box).
|
||||
|
||||
interface Props {
|
||||
messages: Message[];
|
||||
// Zero-state fallback: the model's full context window from
|
||||
|
||||
Reference in New Issue
Block a user