Boris Cherny

Results 252 comments of Boris Cherny

That schema does not seem to be a valid JSONSchema. It's using a number of custom keys (`paths`, `parameters`, `responses`, and so on) without nesting them in `properties`. What tool...

Sounds good to me! Want to put up a Pull Request?

Thanks for the fix, but I think supporting Unicode (as you suggested) could be a better way to do it. What issues are you running into?

This is a pretty unfortunate change in the spec. It means that the meaning of `items` is dependent on the version of JSON-Schema you use. But since a JSON-Schema is...

Coming soon

Hey! This is a recent change, and was intentional, due to an implementation detail in the way streaming works. What were you relying on the stop_reason for, out of curiosity?

Unfortunately there's no way to know ahead of time how much a query will cost. Will leave this open for tracking. Will noodle on how we might do this.

Hi! We recently got rid of the `/user:` and `/project:` prefixes. Your commands should still be available. eg. ```sh $ cat ~/.claude/commands/abc.md a test command $ claude > /abc #...