| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Aiden Cline <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow users to exclude directories from file search results by setting dirs=false parameter in /find/file endpoint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
value.length to mitigate issues like #3734
|
|
|
|
|
|
When API errors like token limit exceeded errors are passed as strings to error checking methods, the 'in' operator would throw a TypeError. This fix adds a type guard to check that the input is an object before attempting to access its properties, allowing proper error classification even when encountering unexpected error formats from providers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|