What's wrong with this entry?
Anonymous. No account, no email.
mkdirin the internal filesystem class no longer throws when the directory already exists (EEXISTis now silently ignored). (search for"EEXIST"in thevCKclass)
Readtooloffsetparameter now emits a clearer diagnostic when its value cannot be coerced to an integer:"normalizeToolInput Read.offset coercion failed: <detail>". (search for"normalizeToolInput Read.offset coercion failed:")
- Skill health checks that are skipped (e.g., due to network issues or server status) now emit diagnostic log messages (
"Skill health fetch skipped:"and"Skill health fetch skipped: status <code>") instead of silently failing. (search for"Skill health fetch skipped:")
- The computer use approval dialog is now routed through the standardized
requestDialogmechanism rather than thesetToolJSXhook, ensuring it participates correctly in abort-signal lifecycle management. (search for"computer_use_approval")
- Admin request API functions (
api_admin_request_create,api_admin_request_list,api_admin_request_eligibility) now use the internal authenticated HTTP client, fixing potential token-refresh failures that could occur when the cached access token expired during a long session. (search for"admin_requests/eligibility:")