You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- capi: unknown endpoint fallback now type-checks response before
iterating, avoids AttributeError on dict responses without data key
- render_utils: flush_async_output is a no-op when no buffer exists,
prevents masking the real error when an async agent fails early
- session: list_sessions sorts by file mtime instead of filename so
most-recent-first ordering is actually correct
- runner: replace confusing issubset(set()) idiom with straightforward
set difference check for unknown model settings keys
- runner: catch JSONDecodeError on outer tool result parse separately
from the inner text parse so malformed results get a clear error
- tests: suppress S105 false positive on test token assertion
0 commit comments