You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Problem: Requires :qa! to exit Neovim after using Grok.
204
204
- Analysis: Likely unclosed buffers/windows or autocmds; check ui/window.lua close logic.
205
205
- Solution: Ensure close_chat_window cleans up properly; add vim.api.nvim_buf_delete on exit.
206
-
- Status: [] Further testing required.
206
+
- Status: [✓] Implemented, further testing required.
207
+
208
+
**Notes**:
209
+
- All core features (centered input, multi-line prompts, auto-scrolling) appear functional based on the provided images.
210
+
- Max length is now correctly tracked as 2000 characters for grok-3-mini, aligning with the updated `util.lua`.
211
+
- Further testing is needed for edge cases (e.g., multiple open/close cycles, Neovim exit after heavy usage) before releasing v0.1.1 and moving to v0.1.2.
212
+
213
+
**Testing Plan**:
214
+
- Test Neovim exit with `:qa` after multiple Grok sessions to confirm **Issue 7** resolution.
215
+
- Verify max character limit (2000 chars) with long inputs across multiple queries.
216
+
- Test rapid tab switching and window opening/closing to ensure stability.
217
+
- Validate behavior with `prompt_position` set to "left" and "right".
0 commit comments