Zed
@zed.dev
3 months ago
💬 1
♻️ 0
❤️ 10
You can interrupt the agent's current turn by hitting `esc` or by simply sending a new message.
Now you can also queue messages to send after the agent's turn via `agent: queue message` (`{cmd,ctrl}-shift-enter`). Zed's agent supports many providers / models, which can make it challenging to quickly swap models. You can now pin models and cycle through them via `agent: cycle favorite models` (`alt-tab`). Thanks aqrln!
🚀 We just shipped v0.219! Subpixel text rendering (ClearType-style) is here—it makes things crisper on standard DPI displays. Enabled by default on Windows and Linux; configure via `text_rendering_mode`. (Bottom = before, top = after)
Did you know @vitest.dev has `expect.poll`? It reruns an assertion until it passes (or times out).
You can configure how many times the `expect.poll` callback should run with custom interval and timeout options!
No need wrapping everything in `vi.waitFor`
More in the docs vitest.dev/api/expect.h... Thanks @cassandra.bsky.social! And thanks to everyone who joined us last night for some drinks, chats, and karaoke!
We'll see you all at @scottchacon.com's talk on Thursday and at the Waterpark party! #CodeMash It's all there in the article (and our docs) but we wanted to make it as seamless as possible for folks using Agents to leverage our Git workflow tools
Find out more about Client Extensions below 👇
pris.ly/Vie8h58 Client Extensions are often overlooked in Prisma ORM, but allow you to extend Prisma Client to include any custom logic you might want to add.
For example, want to count the total number of queries in your app?
Client Extensions have you covered! If you are chasing 404s: Observability can show you the biggest offenders fast (video).
developers.netlify.com/videos/fix-t... 🟠 Want to use the Prisma Postgres Management API in Postman?
We wrote a guide to help you get started with OAuth2, access tokens, and your first request.
✅ Pre-filled callback
✅ Auth flow handled in Postman
✅ POST /projects ready to test
Full guide here👇
pris.ly/mgmt-api-po... New post: Unlocking New Mental Models with AI
Stop optimizing old workflows. Ask what new ones could exist.
Follow builders, not gurus. Tokens are investment, not expense.
https://pepicrft.me/blog... Why now?
AI crawlers are a big reason prerendering matters again.
Many do not execute JavaScript, so client-rendered content can disappear for them.
www.netlify.com/blog/prerend... Watch the full video here:
www.youtube.com/watch?v=L9h5... "Systems were going down every day." Intercom's Ryan Sherlock walks through their entire database journey: MySQL, Aurora, ProxySQL, and why they ultimately chose PlanetScale.
Tuist update: static frameworks now always host resources—no extra bundle needed. Nice simplification for resource handling in SPM/Xcode workflows. Link: https://community.tuist.... Great real-world pattern: auto-summarize incoming form submissions using Netlify Functions + AI Gateway.
Video: www.youtube.com/watch?v=Fe33... Well... As lean as your node_modules allow 👀
PS: @vite.dev 8 also exposes these functions Are you using @rolldown.rs and want to parse a file?
Then you don't have to install Oxc separately. Just use Rolldown's `parse`/`parseSync` function. Rolldown re-exports it from Oxc while keeping it as part of Rolldown's binary.
This way, your dependencies stay lean! i use it too for other stuff ( docs.val.town is astro) but for my blog i like that 11ty is more minimalist Observability tip: start with Quick insights.
You can surface high-signal patterns with pre-selected filters across traffic, bandwidth, and compute.
docs.netlify.com/manage/monit... Bonus time!
We've prepared some wallpaper for mobile to show off your favorite project 👀
Time to share your screen with us 😁
All available under github.com/voidzero-dev... 👀👀👀
🧵 Released clawd-plugin-loom — a learning graph plugin for Clawdbot!
Mastery learning + spaced repetition + semantic search in local-first Markdown.
• Nodes with prerequisites & unlocks
• SRS scheduling
• Context captures
• Git sync
https://github.com/pepic...