Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: add reasoning configuration and styles to conversation rendering#1667

Merged
tusharmath merged 7 commits into
mainfrom
fix/1634
Oct 7, 2025
Merged

fix: add reasoning configuration and styles to conversation rendering#1667
tusharmath merged 7 commits into
mainfrom
fix/1634

Conversation

@amitksingh1490

Copy link
Copy Markdown
Contributor

fixes #1634

@github-actions github-actions Bot added the type: fix Iterations on existing features or infrastructure. label Oct 6, 2025
@amitksingh1490

Copy link
Copy Markdown
Contributor Author
image

margin-left: 8px;
color: #7c3aed;
font-size: 0.9em;
} No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The file is missing a newline at the end, which is a common convention in text files. Some tools and version control systems expect this trailing newline, and its absence can cause unexpected behavior during diffs or merges. Consider adding a blank line at the end of the CSS file to follow this standard practice.

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Comment thread crates/forge_domain/src/conversation_html.rs
autofix-ci Bot and others added 2 commits October 6, 2025 07:34
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Comment thread crates/forge_domain/src/conversation_style.css Outdated
Comment thread crates/forge_domain/src/conversation_html.rs Outdated
@tusharmath tusharmath merged commit 93c27a3 into main Oct 7, 2025
10 checks passed
@tusharmath tusharmath deleted the fix/1634 branch October 7, 2025 05:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: fix Iterations on existing features or infrastructure.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: show reasoning tokens in dump

2 participants