Skip to content

fix: improve headless mode handling in callbacks#1027

Merged
deathbeam merged 1 commit intoCopilotC-Nvim:mainfrom
deathbeam:fix-callbacks
Mar 17, 2025
Merged

fix: improve headless mode handling in callbacks#1027
deathbeam merged 1 commit intoCopilotC-Nvim:mainfrom
deathbeam:fix-callbacks

Conversation

@deathbeam
Copy link
Copy Markdown
Collaborator

Properly handle headless mode in streaming and completion callbacks. Condition the job tracking logic on headless mode to prevent early termination of headless requests.

Refactor filetype detection to simplify the logic with more consistent handling of edge cases for sh and TypeScript files.

Closes #1026

Properly handle headless mode in streaming and completion callbacks.
Condition the job tracking logic on headless mode to prevent early
termination of headless requests.

Refactor filetype detection to simplify the logic with more consistent
handling of edge cases for sh and TypeScript files.

Closes CopilotC-Nvim#1026
@deathbeam deathbeam added bug Something isn't working regression labels Mar 17, 2025
@deathbeam deathbeam merged commit fb64c65 into CopilotC-Nvim:main Mar 17, 2025
@deathbeam deathbeam deleted the fix-callbacks branch March 17, 2025 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working regression

Projects

None yet

Development

Successfully merging this pull request may close these issues.

callback isn't being called anymore

1 participant