We're thrilled to announce that Stainless is joining @AnthropicAI! Stainless was founded to make software better for everyone, and we're honored to continue that mission on the Anthropic team. Check out the announcement blog post for more: https://t.co/guUmXn0OoS
Anthropic is acquiring @stainlessapi, an SDK and MCP server platform that has powered every Anthropic SDK since the earliest days of our API.
Read more: https://t.co/ZQbsZKnicv
The Stainless C# SDK generator is now generally available ✨
Providing high-quality C# code that takes full advantage of the language is a high bar to meet. But with features like full .NET Standard 2.0 support, strong typing, and async enumerables, Stainless-generated code feels like they were hand-crafted by an experienced .NET developer.
It's already used in production by @AnthropicAI, @browserbase, @TryArcade, @useOrb, @trycourier, @dodopayments, and more.
The blog details some noteworthy design decisions we've scrutinized to make C# a first-class citizen in the Stainless ecosystem.
https://t.co/asxxSUqB5j
We're excited to welcome @Google as a Stainless customer.
Google DeepMind’s new Interactions API "introduces a native interface specifically designed to handle complex context management when building agentic applications with interleaved messages, thoughts, tool calls and their state."
We partnered with them on the TypeScript and Python SDKs to support the launch.
Open-source keyboard focused Firefox based web browser with TypeScript config, vim style modes, hints, fuzzy tab finder, and full WebExtensions API support https://t.co/ke2P25wQEw @probablyrobert
@mazikado_jp Oh amazing, thank you! Yeah I think the best starting tasks are smaller bugs like that, or adding more missing vim motions.
Some motions won't be possible to add without larger refactors, but there are basic ones like `dw` that are missing.
@mazikado_jp if you want to try it out yourself, you can enable image hints with the following config
glide.keymaps.set("normal", "f", "hint --include=\"img,svg\"");
@mazikado_jp ahhhh that's because glide doesn't add hints for images yet. I did include them originally but it lead to issues with overlapping hints, so I removed it until that could be fixed.
Most API docs only show HTTP endpoints, but developers write code with SDKs.
We're doing things differently with the Stainless Docs Platform, now available in early access.
Stainless Docs are SDK-native. They update automatically when your API changes. Devs see your docs in the language of their choice with method signatures, types, and accurate code snippets.