Zed
@zed.dev
7 days ago
💬 0
♻️ 0
❤️ 3
#ZedEditor Download Zed and view the full changelog here:
zed.dev/releases/sta... Zoom the editor font size with your scroll wheel. Hold `cmd` (macOS) or `ctrl` (Linux/Windows) and scroll to resize. Enable it with the new `mouse_wheel_zoom` setting. Thanks seanstrom!
Markdown Preview now supports anchor links on headings and footnotes. Click a link and jump straight to its target. Thanks dongdong867!
You can now toggle block comments with `cmd-k cmd-/` (macOS) or `ctrl-k ctrl-/` (Linux/Windows). Thanks ozacod!
Parallel agent support went out a couple days ago in v0.233.
If you haven't given them a spin yet, now's the time.
zed.dev/blog/paralle...
Here's what else landed this week. 🚀 Vite+ shipped under MIT! 🎉
And the unified frontend toolchain now also has Bun support as package manager, in addition to existing @pnpm.io, @yarnpkg.dev, and npm support. The April Netlify Community Drop is live on April 30 at 12pm ET.
On the agenda:
• The official launch of Netlify AI
• Unlimited seats at Pro pricing ($20/month)
• Something new we're cooking up. Set up your tables and get ready. 👀
www.youtube.com/live/9SSRoBv... Database-per-PR workflows are underrated.
We use GitHub Actions + Prisma Management API to spin up isolated DBs for every pull request. Makes testing schema changes way less stressful.
pris.ly/github-action ICYMI: Last month, @evanyou.me announced Void 👀
Time to join the waitlist if you haven't yet.
PS: Which Void feature are you most excited about?
void.cloud Most "AI-friendly" docs are still written for humans who happen to be using AI.
We took the opposite approach with netlify.ai. There's no prose to skim and no SEO to weight the page. An agent gets the instructions it needs to do the work, and nothing else. It's Miami. You're going to need sunglasses.
Find Mike @mhartington, Tyler @rtbenfield or Aidan @aidankmcalister at @ReactMiamiConf and grab a free pair on us. 😎 the script kids doing pen testing probably don't have access to mythos but boy are they hopping on the brand
Cheering on the Raleigh AI community from afar! 👋 We're sponsoring the next AITinkerers meetup on May 6th. A night of live demos and real talk from builders shipping with AI. Grab a spot at the link in comments, and submit a demo while you're at it.
unlikely and stupid but possible that trump is bailing from the dinner early to fly to florida to meet up with memecoin idiots (excerpt @molly.wiki) www.citationneeded.news/issue-104/ Don't miss our own @aspleenic.bsky.social speaking on the importance of git at #OSDays in Florence tomorrow! If your team already uses Terraform for infra, you can manage Prisma Postgres the same way.
Declare projects, databases, and connections in .tf files → review the plan → apply changes.
No more clicking through UIs 👀
pris.ly/terraform People think coding agents only follow instructions.
“Agents can’t think ahead.”
Coding agents can plan next steps, anticipate issues, and iterate toward goals with minimal input.
How have coding agents surprised you in your workflow? and we couldn't have done it without you 🫶
Agents belong front and center. A new default layout puts the Agent Panel and Threads Sidebar on the left, with the Project Panel on the right. Everything is customizable if you prefer a different setup.
Each thread can share your working copy or get its own isolated worktree. You choose per thread. Small follow-up edits stay lightweight. Larger changes that touch the same files get isolation. The tool doesn't decide for you.
A single agent thread can read and write across multiple repos. Update your API and the frontend that calls it in one conversation instead of bouncing between windows.