Skip to content

[Bug] Over compression in code segments #45

Description

@shay-dahan

Type

Bug report

Description

No description provided.

Shared context (Read output)

Shared context (Read output)

Label: Read output
Saved: 143 tokens

--- Original ---
40	   * the fullscreen lightbox preview. Set to false to disable previews.
41	   */
42	  enableImagePreview?: boolean;
43	  slots?: {
44	    UserMessage?: React.ComponentType<{
45	      message: UIMessage;
46	      className?: string;
47	      enableImagePreview?: boolean;
48	    }>;
49	    ToolRenderer?: React.ComponentType<ToolRendererProps>;
50	  };
51	  classNames?: {
52	    userMessage?: string;
53	  };
54	  toolRenderers?: Record<string, React.ComponentType<CustomToolRendererProps>>;
55	};
56	
57	const SCROLL_THRESHOLD = 80;
58	const timeFormatter = new Intl.DateTimeFormat("en-US", {
59	  hour: "numeric",

--- Sent upstream (compressed) ---
// ... 20 lines elided ...

  • Session: 01a253ab-c0e6-4ce2-8d2a-d1a43274c014
  • Reported from the Boost dashboard

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions