Commit ff76709
committed
♻️ Improve config display to preserve instruction formatting
Replace truncated instruction display with line-by-line output
The previous implementation condensed multi-line instructions into a
single line and truncated them if they exceeded 150 characters. This
change preserves the original formatting by:
- Iterating through each line of the instructions
- Printing each line individually with consistent styling
- Maintaining all whitespace and line breaks from the original text
This makes custom instructions more readable in the configuration
display, especially for multi-line or structured instruction content.1 parent f1d04aa commit ff76709
1 file changed
+4
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
168 | 162 | | |
169 | 163 | | |
170 | 164 | | |
| |||
0 commit comments