Zed
@zed.dev
4 months ago Download Zed and view the full changelog here:
zed.dev/releases/sta...
💬 1
♻️ 0
❤️ 5
Download Zed and view the full changelog here:
zed.dev/releases/sta... SSH remoting now supports Windows as a target platform.
Rename terminal tabs via right-click or double-click. Cleanly label what's important to keep track of. Thanks tacshi!
Zoom and pan around images in the image viewer. No more squinting at screenshots or diagrams. Thanks MostlyKIGuess!
🚀 We just shipped v0.222!
Edit prediction now supports multiple providers: GitHub Copilot's Next Edit Suggestions, Ollama, Mistralai's Codestral, Sweep, and Mercury Coder.
zed.dev/blog/edit-pr... Codex migrated Mastodon iOS to Tuist. Clean builds: 110.8s → 22.3s (80% faster). Agent handled the feedback loop autonomously. Manual migrations take days, this took hours. Wrote a reusable skill for future migrations.
https://tuist.dev/blog/2... You’re right to call that out. That ‘up to 24 hours’ message is misleading and not typical. We’ve flagged it internally and are updating the copy. If you’re still stuck, drop a support ticket number so we can route it.
Shipping AI endpoints? Add rate limits before your first “why is the bill so high” moment.
Rules, retries (including exponential backoff), and how to monitor 429s: www.netlify.com/blog/how-to-... 6/
The unified toolchain is taking shape.
Next year, more tools like Vite+ and Oxfmt will be on the list 👀
Thanks for building with us 🚀
Now, time to try out the tools if you don't use them already!
Want to see more? Take a look at the full survey
2025.stateofjs.com/en-US/librar... 5/ Oxlint ◆ Was not in the shortlist due to being new but... ◆ #3 most mentioned write-in ◆ Growing fast without being a survey default Oxlint has a growing amount of users and is the fastest linting tool out there.
4/ Rolldown ◆ #2 in overall interest (right behind Vitest) ◆ 94% satisfaction from existing adopters ◆ #7 tool that participants want to read more about Impressive for a bundler that was mostly in beta over the last year!
3/ Vitest ◆ Most adopted technology in the JS ecosystem ◆ #2 in satisfaction overall (right behind Vite) ◆ Interest is continuously growing since 2022 ◆ Users praise ESM-first design, browser mode, and DX Vitest is the default for modern testing.
2/ Vite ◆ Highest overall satisfaction (98%) ◆ Vite 8 with Rolldown is anticipated ◆ Participants are looking forward to Full Bundle Dev Mode Vite is the go-to build tool for modern web development.
The State of JS 2025 results are out! 🏆 Most Adopted Tech → Vitest 🏆 Highest Satisfaction → Vite (98%) & Vitest (97%) 🏆 Highest Interest → Vitest (83%) & Rolldown (80%) But that's not all! A thread 🧵
Tuist now includes links to the PRs in every changelog entry so you can see the code that enabled each feature or fix 🔗
Better transparency and easier to dive into the implementation details when you need them. recently: macwright.com/2026/02/03/r... found this metal-punch plate for encoding x/y coordinates on a telephone pole in columbus ohio. probably in a local grid system?
@case.bike I used your great IANA data repo (but barely haha...all it does is grab the ISO 3166 country name) started playing with mcp servers today and built a little one with just one tool to look up country by ccTLD
val town for the server and @cloudflare.social's ai playground for testing is a nice feedback loop finally got happy apple's 2020 album, this bassline 💯 sunnysiderecords.bandcamp.com/track/vanity... Congrats to our friends at @deno.land!
We've been big fans of the new Deno Deploy, and even have a guide folks looking to deploy their backends with Deno!
bsky.app/profile/den...
pris.ly/deno-deploy Capsules update: almost 600 in orbit. 🛰️
Launch yours and drop the link so we can find it: ntl.fyi/4pEJJiK Want to know more?
Check out the docs!
rolldown.rs/in-depth/laz... Enabling it is simple. Just add this to your Rolldown config:
```js
export default {
experimental: {
lazyBarrel: true,
},
};
```
For Vite 8, you can put it under `build.rolldownOptions`