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
feat(tools): extract shared truncateOutput utility and apply to diagnostic output
Moved truncateOutput and formatBytes from shell.ts to new shared truncate.ts module. Applied truncation to type error diagnostics in editFile, multiEdit, and writeFile tools (4KB limit) to prevent excessively large tool responses.
0 commit comments