feat(KB-275): remove 500-character limit from planning mode textarea

- Remove maxLength restriction from PlanningModeModal textarea input
- Allow unlimited text input for AI-assisted task planning
- Add changeset documenting the character limit removal
This commit is contained in:
gsxdsm
2026-03-31 07:08:46 -07:00
parent f6d24411f7
commit 65a05df311
2 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"@dustinbyrne/kb": patch
---
Remove 500-character limit from Planning Mode initial plan textarea. Users can now enter longer, more detailed task descriptions without restriction.