Richard Feldman
Richard Feldman
This is very basic support for them. There are a number of other TODOs before this is really a first-class supported feature, so not adding any release notes for it;...
Release Notes: - Added notice that editing a message in the agent panel will restart the thread from that point.
Re-enables format on save for agent changes (when the user has that enabled in settings), except differently from before: - Now we only format after the agent has completely finished...
Release Notes: - Single-file review is now disabled by default in the agent panel
Re-enables format on save for agent changes (when the user has that enabled in settings), except differently from before: - Now we do the format-on-save in the separate buffer the...
Based on a Slack conversation with @notpeter - this prevents secrets in private/excluded files from being sent by the agent to third parties for tools that don't require confirmation. Of...
Apparently for at least 5 years, LLVM has had a bug where 128-bit integers are given an alignment of 8 instead of 16. This is [why Rust treats `i128` and...
`{ x = 5 }` causes a panic
Since `blah` is an expression, not a type, we should only suggest value names and not type names!
## Summary - Fixed a bug where a type annotation followed by a var declaration produced a duplicate definition error - Added `anno` field to `s_var` statement to store optional...