@oss-autopilot/core - v3.14.5
    Preparing search index...

    Function renderGistWarning

    • Render the one gist-degradation warning shown by every surface (#1444).

      Accepts either a known GistWarningCause or { reason } for the hard-error paths (ConfigurationError repair carve-outs) whose reason text is built from the underlying error.

      Parameters

      • cause: GistWarningCause | { reason: string }

        Known cause, or a free-form reason for hard init errors.

      • opts: { retryHint?: string } = {}
        • OptionalretryHint?: string

          Optional trailing sentence describing the surface-specific retry behavior (e.g. the MCP's "Will retry on the next tool call.").

      Returns string