Skip to content

Faryo 1.11.11

Choose a tag to compare

@github-actions github-actions released this 24 Aug 17:17
· 8 commits to main since this release

Faryo 1.11.11

Faryo 1.11.11 replaces generic browser failures with an actionable,
privacy-safe error contract.

  • Owner and Gateway now use one versioned error schema with stable machine
    codes, short titles, retry guidance and a concrete recovery action while
    preserving the existing ok: false and error fields.
  • New, Resume, Archive, Restore, attachment injection and proxied control
    actions preserve the Owner HTTP status and reviewed error metadata instead
    of collapsing every failure into a generic Gateway error.
  • Archiving a conversation still open in another Codex client now explains
    the conflict and asks the user to close that client before retrying.
  • Browser network failures, sign-in pages, non-JSON responses, service
    restarts and timeouts are classified without exposing HTML, exception
    strings, local paths, identifiers or credentials.
  • Both browser surfaces show the specific title and recovery advice. Mutable
    assets retain content-based revisions, so an ordinary reload or a new tab is
    sufficient after deployment.

The release remains source-only and adds no runtime dependency. Unit and
browser checks cover authentication, CSRF, archive conflicts, status
forwarding, invalid responses and privacy sanitization.