Richard Feldman

Results 165 issues of 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;...

cla-signed

Release Notes: - Added notice that editing a message in the agent panel will restart the thread from that point.

cla-signed

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...

cla-signed

Release Notes: - Single-file review is now disabled by default in the agent panel

cla-signed

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...

cla-signed

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...

cla-signed

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...

bug
llvm

`{ x = 5 }` causes a panic

bug
parsing
intermediate issue
reporting

Since `blah` is an expression, not a type, we should only suggest value names and not type names!

bug
error-messages

## 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...