Commit ab4d5da
fix: remove maxLines from IPC response data
maxLines is a formatting concern, not data. The daemon now returns only
{ nodes, totalCount } in the get-tree response. The CLI passes maxLines
directly to formatTree from the local command flags.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 047d198 commit ab4d5da
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments