Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPC: read bigger chunks of text from the extension #496

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

senko
Copy link
Contributor

@senko senko commented Jan 5, 2024

GPT Pilot reads only up to 4096 bytes of message from the VSCode extension. This is a problem if the user pastes big chunk of text, such as when describing their project at the start, or when pasting errors during debugging.

The fix is simple - allow larger reads.

Before:

Screenshot from 2024-01-05 19-27-04

After:

Screenshot from 2024-01-05 19-28-21

Fixes: #495, #477,

@senko senko requested a review from LeonOstrez January 5, 2024 18:35
@LeonOstrez LeonOstrez merged commit 6abfa52 into development Jan 5, 2024
6 checks passed
@senko senko deleted the big-description-crash-vscode branch January 22, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants