diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 229803c..e002a62 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -51,5 +51,11 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} steps: + # Switch the Pages source to "GitHub Actions" (build_type=workflow). Without + # this, deploy-pages fails with "HttpError: Not Found" when the repo's Pages + # is set to legacy "Deploy from a branch" mode. + - uses: actions/configure-pages@v5 + with: + enablement: true - id: deployment uses: actions/deploy-pages@v4 diff --git a/docs/integrations.md b/docs/integrations.md index 4d593ae..e3dcffa 100644 --- a/docs/integrations.md +++ b/docs/integrations.md @@ -124,7 +124,7 @@ How the gateway routes Bob's traffic: A lossless, LLM-free pipeline (`format`, `toon`, `dedup`, `failed_run`, `cmdfilter`) needs no cheap-model config and leaves the transcript reversible. Verified end-to-end: with `[format, toon]` Bob authenticates and answers correctly through the proxy, with - its model call reduced. For long Bob sessions, add `mask` (see [Choose a preset](../how-to/choose-a-preset.md)). + its model call reduced. For long Bob sessions, add `mask` (see [Choose a preset](how-to/choose-a-preset.md)). !!! note "Bob speaks its own backend protocol" Unlike Claude Code (`ANTHROPIC_BASE_URL`) or OpenAI-surface agents (`OPENAI_BASE_URL`),