September 5, 2025
This month’s updates focus on giving developers greater control, broader context, and more reliable continuity. From managing suggestions across files to improving the way chats handle changes, each feature is designed to streamline workflows and remove friction.
Multiple Suggestions in a Single File
Codespell now surfaces multiple suggestions within a file, allowing developers to review all relevant improvements in one place. Each suggestion can be accepted or rejected individually, making code review faster and more efficient.

Multiple File Context
Developers can now include multiple files as context when generating responses. This ensures Codespell considers a wider scope of the project, leading to more accurate and contextually relevant outputs across modules and dependencies.

Chat Lists File Changes with Actions
Chats now display file changes alongside actionable options. Instead of switching views, developers can directly review, apply, or discard edits from within the chat interface, reducing handoffs and saving time.

Interrupt / Stop Chat Stream
If a prompt produces an unintended stream, developers can stop it immediately. This prevents wasted cycles and enables quick correction of inputs.

Toggle Current File Context
By default, the current file is included in the context. Developers now have the option to disable this behavior, providing flexibility when the focus is on other files or a broader project scope.

Retry Request on Interrupts
In case of a technical interruption, requests no longer need to be restarted from the beginning. The retry option resumes the stream from the point of interruption, preserving continuity.

Continue Button for Lengthy Responses
Longer outputs can now be resumed with a Continue button. This ensures that extended responses are delivered completely, without being cut short.

That’s the August release. Each update improves precision, control, and resilience, making Codespell more aligned with the way teams actually build and maintain software.
– Team Codespell