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
fix(core): resolve various bugs and improve robustness (#1547)
- Fix incorrect format string in RESOURCE_SHORT_FORMAT
- Correct tool call key usage and merging in client
- Use correct filetype to mimetype conversion in functions
- Simplify and fix buffer finding/creation logic in mappings
- Correct logic for loading GitHub token from gh CLI
- Fix prompt selection and sticky line processing in init
- Add notify.clear to setup for proper listener management
- Add clear method to notify to reset listeners
- Fix tool call highlighting in chat UI
- Use proper BufEnter autocmd invocation in overlay
- Fix diff hunk variable naming in utils.diff
- Remove unnecessary quoting of grep patterns in utils.files
These changes address several bugs, improve code clarity, and enhance
the reliability of buffer, prompt, and notification handling.
Closes#1515Closes#1455
0 commit comments