Uh oh!
There was an error while loading. Please reload this page.
feat(termexec): handle agent animations - #145
Conversation
✅ Preview binaries are ready! To test with modules: |
35C4n0r
commented
Nov 18, 2025
formatting for the amp is ready and will be pushed in the next PR. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| } | ||
| } | ||
| } | ||
| return animatedContentEnd, continueRemoving |
There was a problem hiding this comment.
Could you add some tests for this?
| if len(lines) >= 2 { | ||
| return 2, true | ||
| } | ||
| return -1, true |
There was a problem hiding this comment.
This code is largely the same, but the continue removing variable seems new, perhaps we should ensure we've covered the new behavior with tests?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
feat(termexec): enhance dynamic header (animation) handling for different agent types