|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.0.2](https://github.com/koki-develop/cat-code/compare/v0.0.1...v0.0.2) (2025-06-27) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* Add --safe flag for file edit preview mode ([e1f40dd](https://github.com/koki-develop/cat-code/commit/e1f40ddbf009b9424972778caaddf5e7d16b881d)) |
| 9 | +* Add advanced terminal-style key bindings to input field ([99c933b](https://github.com/koki-develop/cat-code/commit/99c933b6633d9721ecc7d81c7a79d030dacaac0b)) |
| 10 | +* Add border styling to input field ([f6af839](https://github.com/koki-develop/cat-code/commit/f6af8396d82e2e8209233cac962c9af558f4d18f)) |
| 11 | +* Add cat message prefix and improve message styling ([8e6765c](https://github.com/koki-develop/cat-code/commit/8e6765c663b5749ea3eb650967bd4e5899cf2730)) |
| 12 | +* Add EditAction component and FileEditor class ([1d24533](https://github.com/koki-develop/cat-code/commit/1d2453336a9f0da5f229d2e2c33b32b2d0b980af)) |
| 13 | +* Add Git class for git operations ([59540d1](https://github.com/koki-develop/cat-code/commit/59540d1e06545a4a569062b3f92bd92a860cccb7)) |
| 14 | +* Add keyboard shortcuts help text below input field ([16153af](https://github.com/koki-develop/cat-code/commit/16153aff760a19480f308ba2aa190c655b4e0a5f)) |
| 15 | +* Add placeholder text to input field ([bfce20e](https://github.com/koki-develop/cat-code/commit/bfce20ec4fa8f7a6530abbdaa1afa554c3b97b14)) |
| 16 | +* Add random thinking time for more natural cat responses ([c1363bd](https://github.com/koki-develop/cat-code/commit/c1363bd4b35d6d4146f4e417da9c2c372ce48337)) |
| 17 | +* Add reusable indent utility function with tests ([bf4e2d6](https://github.com/koki-develop/cat-code/commit/bf4e2d658c5ef1b1df91480ac8fec50933c13e08)) |
| 18 | +* add spinner during cat response ([12daf7c](https://github.com/koki-develop/cat-code/commit/12daf7c6bda1f455c296fd0316dc98b4291286aa)) |
| 19 | +* Add warning message when safe mode is disabled ([419d6d8](https://github.com/koki-develop/cat-code/commit/419d6d8319c1420014b7246dea35952314808a00)) |
| 20 | +* Enhance UI styling with consistent colors and spacing ([66be4b1](https://github.com/koki-develop/cat-code/commit/66be4b1c7e47ade0c2db5e8ecb83f8034f9f34b0)) |
| 21 | +* Expand cat vocabulary with contextual responses ([d231f2c](https://github.com/koki-develop/cat-code/commit/d231f2cc9effeb012dc3dc800b3154eff10bb1a9)) |
| 22 | +* Expand supported file extensions and sort alphabetically ([9e23c31](https://github.com/koki-develop/cat-code/commit/9e23c31082d5b7f75370a779addd08d7d85a87c1)) |
| 23 | +* implement basic chat UI component ([0d6cd83](https://github.com/koki-develop/cat-code/commit/0d6cd838adb97f940d22eebee673db2dcf7f2a28)) |
| 24 | +* Implement double Ctrl+C exit control ([76f95f0](https://github.com/koki-develop/cat-code/commit/76f95f0e6c1a8a8731fb99fabaa4b3f4bb540836)) |
| 25 | +* Improve message styling in chat history ([534bd8c](https://github.com/koki-develop/cat-code/commit/534bd8c194f0d79e23a867ddeb2c3b735189c25e)) |
| 26 | +* Integrate file editing with cat responses ([64bc1a3](https://github.com/koki-develop/cat-code/commit/64bc1a33f40af6b55ebbce2951028c39642e8544)) |
| 27 | +* Optimize file editing with streaming and per-line random word replacement ([6ec21d8](https://github.com/koki-develop/cat-code/commit/6ec21d87a5e995a6f6401408613913c9bb5a0d39)) |
| 28 | +* Print logo ([5c7454a](https://github.com/koki-develop/cat-code/commit/5c7454add928f6233b8c9b44c1f5048a2670e7dd)) |
| 29 | +* Release 0.0.2 ([bea75c7](https://github.com/koki-develop/cat-code/commit/bea75c73a14e8746d4e940a3693c056c80d27598)) |
| 30 | +* Update MessageItem to use EditAction component ([3ae1ada](https://github.com/koki-develop/cat-code/commit/3ae1ada22d8ed0c71456415d331872fba8a04210)) |
| 31 | + |
| 32 | + |
| 33 | +### Bug Fixes |
| 34 | + |
| 35 | +* Change color ([fceaaab](https://github.com/koki-develop/cat-code/commit/fceaaab2ea05962caea1842937056d86aa4c2dda)) |
| 36 | +* Colorize logo ([1dd8d0b](https://github.com/koki-develop/cat-code/commit/1dd8d0b97bc552a4dac1bbb7dbdbb6ac43e4ccb3)) |
| 37 | +* Correct backspace key handling in input field ([cdc64a7](https://github.com/koki-develop/cat-code/commit/cdc64a7225bc7992fd5bd85d4cd3b08edf13f864)) |
| 38 | +* Hide exit warning before termination on double Ctrl+C ([53b0ac0](https://github.com/koki-develop/cat-code/commit/53b0ac077ad53174059b30a88e49cf78464c672b)) |
| 39 | +* Improve diff line number alignment in EditAction ([7874ab9](https://github.com/koki-develop/cat-code/commit/7874ab97b2996c6d786363604989acd92b62e11b)) |
| 40 | + |
3 | 41 | ## 0.0.1 (2025-06-26) |
4 | 42 |
|
5 | 43 |
|
|
0 commit comments