docs: GHE Copilot auth, reminder status/failure visibility, bump to 0.24.3#80
Merged
Merged
Conversation
….24.3 Closes #76, #77, #78. - #76: document GitHub Enterprise auth for the github-copilot provider — GitHubHost/GitHubApiBase vendor options, --github-host/--github-api-base flags, API-base derivation rules, auth-plane vs. model-plane distinction, env-var seeding, and verify/troubleshoot table. - #77: document `netclaw reminder status <id>` (fields + GET /api/reminders/{id}/status) and reminder failure visibility (channel failure notices bounded by the 5-failure auto-disable threshold, 20-min stall backstop, skipped-duplicate accounting). - #78: bump documentedVersion 0.24.0 -> 0.24.3; content pass for the removed silent local-ollama fallback (degraded "no valid model" startup) and the DwarfStar ds4 openai-compatible backend.
Aaronontheweb
enabled auto-merge (squash)
July 3, 2026 12:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Addresses three docs issues, all grounded in the netclaw 0.24.3 source.
Closes #76
Closes #77
Closes #78
#76 — GitHub Enterprise auth for the
github-copilotproviderconfiguration/managed-providers.md:GitHubHost(defaulthttps://github.com) andGitHubApiBase(defaulthttps://api.github.com) vendor options, with what each controls.--github-host/--github-api-baseCLI setup + stored-config JSON.github.com→api.github.com,*.ghe.com→api.<host>, GHES→<host>/api/v3.Endpointdrives chat//modelsand follows the token'sendpoints.api(data residency) unless an explicit endpoint override is set.COPILOT_GH_HOST/GHE_HOST/GH_HOST/GITHUB_SERVER_URL,GITHUB_API_URL) and a verify/troubleshoot table.cli/provider.md: added--auth/--github-host/--github-api-baseflags,github-copilot+veniceaiprovider types, and a GHE example.#77 —
netclaw reminder status+ failure visibilitycli/reminder.md:statusin the subcommands table + a## statussection (sample output, per-field meanings,GET /api/reminders/{id}/statusbacking, skipped-duplicate footgun).configuration/reminders.md: new Failure visibility section — on-demandstatusand pushed channel failure notices bounded by the 5-failure auto-disable threshold (with notice/auto-disable de-duplication), skipped-fire andCurrentSession/Noneexclusions, fire-and-forget delivery — plus the 20-minute stall backstop andreminder statusin troubleshooting.#78 — docs behind the release
src/version.json→0.24.3(latest published release),lastProfiled→2026-07-03. Drift guard now passes.models.mdcaution on the removed silent local-ollama fallback (degraded "no valid model" startup — a documented breaking change), and DwarfStards4under theopenai-compatiblebackend inself-hosted-providers.md/cli/provider.md.Notes
reminder status— none exist inscreenshots/output/yet, and I won't ship fabricated captions. CLI output samples carry it for now.npm run buildpasses (144 pages);node scripts/check-docs-version.mjspasses.