Skip to content

Conversation

nornagon-openai
Copy link
Collaborator

Screenshot 2025-09-16 at 2 23 18 PM

let lines = cells[1].display_lines(80);
assert_eq!(
lines,
vec![vec!["> ".into(), "Detailed reasoning goes here.".dim().italic()].into()]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could use a different character to ">" here to create separation between thinking and assistant message? Perhaps a bullet like the other tools or an empty bullet i.e. "○"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

switched to •.

Copy link
Contributor

@edward-bayes edward-bayes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aside from comment stylistically looks much better. might be worth checking with others on rust implementation though in case changes are complex

)
}

fn transcript_lines(&self) -> Vec<Line<'static>> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to push header in transcript?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i left it off because we don't show it in the main view... let's try it without and see how we feel.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we show them in bottom panel (e.g. header/shimmer).

@nornagon-openai nornagon-openai merged commit b8d2b1a into main Sep 16, 2025
19 checks passed
@nornagon-openai nornagon-openai deleted the nornagon/no-pink branch September 16, 2025 23:42
@github-actions github-actions bot locked and limited conversation to collaborators Sep 16, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants