Personalize dev environments with dotfiles - You can now apply your personal shell and tool configuration in dev environments using dotfiles. Just provide a Git repo with your dotfiles and an install script - CodeCanvas will clone it and run the script when your environment starts.
Recover data from failed dev environments - If a dev environment fails to start, and you have unpushed changes or other data in it, you can now create a recovery dev environment. It will have the volume of the failed dev environment at /mnt/jetbrains/additional-volume, so you can access and save your work.
Custom SSH server options - You can now customize the SSH server configuration for dev environments. Use the new Override sshd server settings field in the template settings to specify your own sshd options.
Add or remove Git repositories in existing templates - You can now add or remove Git repositories in existing dev environment templates. This is useful when you want to include an additional project or script repo without creating a new template. If you update the repository list, all warm-up snapshots and standby pools are automatically invalidated to ensure consistency.