| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
across CI and local development
|
|
|
|
- Fixes issue where files with spaces in their names couldn't be pasted as images
- Prevents default paste behavior to avoid conflicts with image insertion
- Improves error handling for file reading operations
|
|
session history
|
|
|
|
|
|
Signed-off-by: John E <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
avoid conflicts
|
|
|
|
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
deprecated bindings
|
|
|
|
|
|
|
|
|
|
|
|
|