You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Wrap framed card body text before Ink can soft-wrap it
- Cover error, info, final output, and zero-column PTY cases
Co-Authored-By: devagent <devagent@egavrin>
"A very long status update is rendered as a transcript card and should wrap through the shared framed-line gutter instead of escaping to column zero.",
788
+
]),
789
+
},
790
+
fragments: ["A very long","shared framed-line","column zero"],
791
+
},
792
+
{
793
+
name: "final output card",
794
+
columns: 68,
795
+
node: makeTurnNode(
796
+
"Explain retry",
797
+
[{
798
+
id: "final-wrap-1",
799
+
part: makeFinalOutputPart("**Provider retry** details stay visible while markdown formatted assistant output wraps inside the framed response gutter."),
0 commit comments