Back to blog

Announcing Anime v0.2.102

Performance improvements, bug fixes, and dependency updates to keep Anime running at peak speed.

We're excited to release Anime v0.2.102, a maintenance release focused on stability and performance. Here's what changed:

Improved sandbox performance

The command execution sandbox has been significantly optimized. Cold-start times for sandboxed commands have been reduced by approximately 40%, and the overhead for file system operations inside the sandbox has been cut in half.

This means commands like git status, npm test, and large file reads complete noticeably faster.

Fixed PTY resize handling

A bug that caused terminal output to wrap incorrectly after resizing the terminal window has been fixed. Anime now properly propagates SIGWINCH signals to child processes, ensuring the output remains correctly formatted at any terminal size.

Updated dependencies

All core dependencies have been updated to their latest stable versions, including security patches for the TLS stack and improvements to the token streaming pipeline.

Upgrade

If you already have Anime installed, just run:

~$anime update
— The Anime teamFull changelog →