Fixes a bug where, after autocompleting a command in the input field, it would move the cursor to the start of the input field instead of moving it to the end.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/RedWizardsLab/EchoHub/pull/41
**Author:** [@Stone-Red-Code](https://github.com/Stone-Red-Code)
**Created:** 2/27/2026
**Status:** ✅ Merged
**Merged:** 4/20/2026
**Merged by:** [@HueByte](https://github.com/HueByte)
**Base:** `dev` ← **Head:** `dev_move_cursor_to_end_on_autocomplete`
---
### 📝 Commits (2)
- [`c6823a1`](https://github.com/RedWizardsLab/EchoHub/commit/c6823a1710b2b3202cf9700c9969970c20658195) fix: set input field insertion point to end after autocomplete
- [`2f9056b`](https://github.com/RedWizardsLab/EchoHub/commit/2f9056b0a0529a78ce66735d067535f1462009d5) chore: add cursor position fix to changelog
### 📊 Changes
**2 files changed** (+5 additions, -1 deletions)
<details>
<summary>View changed files</summary>
📝 `docs/changelog/v0.2.10.md` (+2 -1)
📝 `src/EchoHub.Client/UI/MainWindow.cs` (+3 -0)
</details>
### 📄 Description
# Summary
Fixes a bug where, after autocompleting a command in the input field, it would move the cursor to the start of the input field instead of moving it to the end.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/RedWizardsLab/EchoHub/pull/41
Author: @Stone-Red-Code
Created: 2/27/2026
Status: ✅ Merged
Merged: 4/20/2026
Merged by: @HueByte
Base:
dev← Head:dev_move_cursor_to_end_on_autocomplete📝 Commits (2)
c6823a1fix: set input field insertion point to end after autocomplete2f9056bchore: add cursor position fix to changelog📊 Changes
2 files changed (+5 additions, -1 deletions)
View changed files
📝
docs/changelog/v0.2.10.md(+2 -1)📝
src/EchoHub.Client/UI/MainWindow.cs(+3 -0)📄 Description
Summary
Fixes a bug where, after autocompleting a command in the input field, it would move the cursor to the start of the input field instead of moving it to the end.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.