mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 08:01:31 +00:00
- Introduced `PreparedSshShellIntegration` to streamline shell integration handling. - Updated `SshShellIntegrationState` to manage pending integrations instead of scripts. - Refactored related functions to utilize the new structure for improved clarity and maintainability. - Added support for additional shell types in integration scripts. - Adjusted tests to accommodate changes in shell integration logic.