docs: New Anthropic repo (raft-rs), webhooks/unwrap API removed, Claude Desktop localhost URLs + plugin hooks in Chat - #1275
Merged
Conversation
…de Desktop localhost URLs + plugin hooks in Chat Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.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.
Night shift report
WHY THIS MATTERS: Three distinct signals make this high: discovery.json surfaced a new Anthropic public GitHub repo (
raft-rs) the archive doesn't hold; tombstones confirm thewebhooks/unwrapbeta API endpoint was deleted across all SDK namespaces (8 entries, every language); and Claude Desktop grew two meaningful capabilities in v1.52386.0 — localhost base URLs for on-device proxy setups and plugin hooks now firing in Chat conversations. The M365 add-in also gained a preview "serve settings from your Claude org" flow that changes how enterprise customers can deploy it.HIGHLIGHTS:
anthropics/raft-rsappeared undergithub_org_anthropics.not_fetched. A new public Anthropic repo — adding it to the archive is a human call.webhooks/unwrapendpoint removed: 8 new tombstones (HTTP 404) covering every SDK namespace —beta,cli/beta,csharp/beta,go/beta,java/beta,python/beta,ruby/beta,typescript/beta. The beta webhooks unwrap endpoint is gone.http://localhost:PORT(or127.0.0.1/[::1]). Intended for orgs running a local proxy or tunnel on every device. Devices on older releases that pick up a localhost address lose provider connectivity until they update.third-party-platforms.md. Members sign in with "Log in" using their Claude account; Anthropic serves the org's gateway/model config directly. Prompts still go only to the configured provider. Currently preview-only; not yet enabled for production orgs. Addsclaude.aiandapi.anthropic.comto the network allowlist requirements for 3P orgs using this path.url,path,error) are now explicitly rendered as text Claude reads, flagged as prompt-injection surfaces alongside tab titles and URLs. Docs updated to say "sanitize these too" and note the API now auto-renders download events (no need to describe them in your own text block).Apply locallybutton renamed toApply Changes; version references bumped from1.46388.0to1.46388.1; org-switching now also possible from the account menu (v1.49585.0); MDM profile re-check in running app now triggers on config re-check cycle (v1.46388.1).caller,content, andtoolfield descriptions. No schema changes.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning