Simplify session lifecycle and MCP cleanup
This commit is contained in:
@@ -99,7 +99,7 @@ func (st *uiState) drawTabBar() {
|
||||
if i < extra {
|
||||
w++
|
||||
}
|
||||
label := c.Name
|
||||
label := c.DisplayName()
|
||||
labelW := utf8.RuneCountInString(label)
|
||||
maxLabelW := w - 2 // one pad on each side
|
||||
if maxLabelW < 1 {
|
||||
|
||||
Reference in New Issue
Block a user