release: 0.6.16 — Atlas Cloud opt-in provider + --urls-file single-row fix - #93
Merged
Conversation
Atlas Cloud was merged as a provider type but wasn't reachable from the binaries — nothing constructed it, so ATLASCLOUD_API_KEY had no effect. Add it to ProviderChain::default() after Anthropic, gated on its key, so it's only active when explicitly configured and never preempts an already-configured provider. Also add an ATLASCLOUD_MODEL env fallback so chain users (new(None, None, None)) can override the model, matching the existing GEMINI_MODEL pattern. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Bump the workspace to 0.6.16 (aligns with @webclaw/mcp@0.6.16, which expects a matching binary release) and roll the changelog: Atlas Cloud opt-in provider, the --urls-file single-row fix (#86), and the @webclaw/mcp zero-install launcher. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Cuts 0.6.16. Bundles the Atlas Cloud opt-in wiring (a behavior change that needs review) with the version bump + changelog so everything lands before the
v0.6.16tag.What's in it
feat(llm): Atlas Cloud as an opt-in, last-resort providerProviderChain::default()— nothing constructed it, soATLASCLOUD_API_KEYhad no effect on the CLI/MCP/server.Ollama → OpenAI → Gemini → Anthropic → Atlas Cloud. Only active when you setATLASCLOUD_API_KEY, so it never preempts an already-configured provider.ATLASCLOUD_MODELenv fallback (mirrorsGEMINI_MODEL) so chain users — which callnew(None, None, None)— can override the model instead of being pinned to the default.chore(release): 0.6.160.6.15 → 0.6.16(all crates inheritversion.workspace = true;Cargo.locksynced). Aligns with@webclaw/mcp@0.6.16, which downloads the matching binary release.CHANGELOG.md:[Unreleased]→[0.6.16]with three entries — Atlas Cloud opt-in provider, the--urls-filesingle-row fix (--urls-file urls.txt does NOT work if file contains just 1 row #86), and the@webclaw/mcplauncher.CLAUDE.mdprovider-chain doc updated to match.Verification (local,
RUSTFLAGS=--cfg reqwest_unstable)cargo fmt --check --all— cleancargo clippy --all -- -D warnings— cleancargo build -p webclaw-cli— all crates compile at 0.6.16 with Atlas wiredcargo test -p webclaw-llm(59) +cargo test -p webclaw-cli(37) — passMerge after a from-scratch review + green CI, then tag
v0.6.16.