task-master-ai@0.43.1

ekwek1/sopranotask-master-ai@0.43.1Mar 31, 2026by github-actions[bot]

AI Summary

A minor patch release for task-master-ai that fixes the initialization process by stopping the setup of specific shell aliases and ensuring existing aliases are cleaned up automatically.

Key Highlights

  • Fixed shell alias cleanup during `task-master init`
  • No longer sets up `hamster` and `ham` aliases during initialization

New Features

  • Automatic cleanup of existing `hamster` and `ham` aliases

Full Release Notes

### Patch Changes

-   [#1676](https://github.com/eyaltoledano/claude-task-master/pull/1676) [`6a11438`](https://github.com/eyaltoledano/claude-task-master/commit/6a11438de2859a3fb9bad4c2bef6fac35e44425a) Thanks [@Crunchyman-ralph](https://github.com/Crunchyman-ralph)! - Stop setting up `hamster` and `ham` shell aliases during `task-master init`. Existing aliases are automatically cleaned up.