Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 1.0.0 (2025-10-26)


### Features

* add release automation and plug keymaps ([e5c3fbd](https://github.com/e3oroush/askCode/commit/e5c3fbd25e98017f7cdca9f845d53f7385f9f626))
* add replacement feature with REPLACE tags ([1293df1](https://github.com/e3oroush/askCode/commit/1293df13e2fbf4d7258922e8eb98dace8bafcf5e))
* add unified ask_or_follow_up function and fix async tests ([dfe6bcc](https://github.com/e3oroush/askCode/commit/dfe6bcce5c95f04c593b1973f765b73177e65203))
* **agent:** add support for JSON output format ([4f99756](https://github.com/e3oroush/askCode/commit/4f99756cbfc92863fccbfe85c7af01464a963ef6))
* **agent:** implement Amazon Q agent ([2b00ba1](https://github.com/e3oroush/askCode/commit/2b00ba16333e9138024dc3f320f956ddd45fdcc9))
* **agents:** Refactor agent interaction and add claude-code agent ([9395904](https://github.com/e3oroush/askCode/commit/9395904680ad3fda52030a749ce7b46acbc88f19))
* **chat:** add conversation history and follow-up questions ([25c359d](https://github.com/e3oroush/askCode/commit/25c359d79edad05f331a2942860fcc27614b9260))
* **ui:** make floating window dimensions configurable ([c7b6ec1](https://github.com/e3oroush/askCode/commit/c7b6ec12a1bbd776ab82025dfed3d9ba485d2ac4))
* **ui:** show floating window immediately with improved cursor positioning ([ee2359e](https://github.com/e3oroush/askCode/commit/ee2359e3a294557706b60651f63b7444d356d8d7))