fix: thinking block support, roundText preservation, abort listener leak, typo

This commit is contained in:
2026-03-01 12:02:57 +01:00
parent 1d2eba8114
commit 72410b2973
4 changed files with 173 additions and 41 deletions

View File

@@ -10,7 +10,7 @@ This document provides context and best practices for GitHub Copilot when workin
## Commits
- commit messages are short - one sentence. do not write long articles.
- pull requests are more verbose and especialy give reasoning for changes
- pull requests are more verbose and especially give reasoning for changes
---