Commit 2350e6f
fix: replace ASCII box tables with markdown tables in thread tools
list_threads and cleanup_threads used fixed-width ASCII box-drawing
tables that truncated thread text to 40-48 chars. New users seeing
clipped output would think the tool is broken.
Now emits markdown tables that render cleanly in any MCP client
with 60-char thread text.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fe1515b commit 2350e6f
2 files changed
Lines changed: 13 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | | - | |
| 108 | + | |
106 | 109 | | |
107 | | - | |
| 110 | + | |
108 | 111 | | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
81 | 70 | | |
82 | 71 | | |
83 | | - | |
84 | | - | |
| 72 | + | |
| 73 | + | |
85 | 74 | | |
86 | | - | |
| 75 | + | |
87 | 76 | | |
88 | | - | |
89 | 77 | | |
90 | 78 | | |
91 | 79 | | |
| |||
0 commit comments