- Co-Authored-By
- Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
style(coder-lite): dim notice and reasoning messages to half intensity
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
crates/coder-lite/src/markdown/theme.rs -
modified
crates/coder-lite/src/tui.rs
Diff
2 files changed, +19 -7
crates/coder-lite/src/markdown/theme.rs modified +6
@@ -18,6 +18,12 @@ use super::syntax::Syntect;
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 21 | 27 |
|
| 22 | 28 |
|
| 23 | 29 |
|
crates/coder-lite/src/tui.rs modified +13 -7
@@ -12,7 +12,7 @@ use std::time::{SystemTime, UNIX_EPOCH};
| 12 | 12 |
|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 |
|
|
| 15 |
|
|
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
@@ -450,21 +450,27 @@ fn render_entry(
| 450 | 450 |
|
| 451 | 451 |
|
| 452 | 452 |
|
| 453 |
|
|
| 454 |
|
|
| 455 |
|
|
| 456 |
|
|
| 457 |
|
|
| 458 |
|
|
| 453 | 459 |
|
| 454 | 460 |
|
| 455 | 461 |
|
| 456 | 462 |
|
| 457 | 463 |
|
| 458 | 464 |
|
| 459 |
|
|
| 460 |
|
|
| 461 |
|
|
| 462 |
|
|
| 465 |
|
|
| 466 |
|
|
| 467 |
|
|
| 468 |
|
|
| 463 | 469 |
|
| 464 | 470 |
|
| 465 | 471 |
|
| 466 |
|
|
| 467 |
|
|
| 472 |
|
|
| 473 |
|
|
| 468 | 474 |
|
| 469 | 475 |
|
| 470 | 476 |
|