> ## Content Index
> Fetch the complete content index at: https://ai-news.ghost.io/llms.txt
> Use this file to discover other available public pages before exploring further.

# Zed ships Delta — your team and its agents in one workspace
- URL: https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/
- Published: 2026-08-13T06:48:42.000Z
- Updated: 2026-08-14T18:47:05.000Z
- Description: Zed's Delta puts your team and its agents in one shared workspace — the same day Anthropic's red team measured how badly agent swarms still coordinate. Plus: Copilot leaks .env secrets, a watermark-stripper nears 3,000 stars, two models ship in one day, and Lovable hits $13.3B.
- Author: The New Way

Zed shipped Delta on Wednesday: a workspace where your team and its AI agents work in one shared place, instead of a chat window bolted onto an editor. Hours later, Anthropic's red team published the other half of that story. A security teardown caught GitHub Copilot sending .env secrets to its servers from files you never touched. A tool that strips AI watermarks neared 3,000 GitHub stars in two days. Grok 4.6 and DeepSeek V4 Pro shipped within hours of each other, and Cursor had Grok running the same day. Lovable raised $400 million at a $13.3 billion valuation. Anthropic's tests put a number on where agent teamwork stands: a 45-agent swarm found 266 bugs on its own, and still needed a human to organize the build.

📌

****In this issue**  
• [Zed launches Delta, a multiplayer workspace for coding with agents](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#zed-launches-delta-a-multiplayer-workspace-built-for-coding-with-agents)  
• [GitHub Copilot leaks .env secrets through unrelated file edits](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#github-copilot-leaks-env-secrets-when-you-edit-any-other-file)  
• [A watermark-stripping tool nears 3,000 GitHub stars in two days](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#a-watermark-stripping-tool-nears-3000-github-stars-in-two-days)  
• [Anthropic's red team finds agent swarms hunt bugs well and build badly](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#anthropics-red-team-tests-agent-swarms-strong-bug-hunters-weak-teammates)  
• [Grok 4.6 ships and lands in Cursor same day](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#grok-46-arrives-and-cursor-adds-it-the-same-day)  
• [DeepSeek quietly ships V4 Pro, warns of a price hike](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#deepseek-quietly-ships-v4-pro-%E2%80%94-no-launch-post-just-a-pricing-page-listing)  
• [Lovable raises $400M, doubles valuation to $13.3B](https://ai-news.ghost.io/zed-ships-delta-your-team-and-its-agents-in-one-workspace/#lovable-raises-400m-valuation-doubles-to-133b-for-vibe-coding)

---

## What your coding tools actually see

### Zed launches Delta: a multiplayer workspace built for coding with agents

Zed, the code editor team, shipped Delta on Wednesday: a separate application where developers and AI agents share one thread instead of a codebase and a chat window bolted onto it. DeltaDB, Zed's new database, replicates the conversation and the working tree together in real time. A comment on a diff stays anchored to that exact code as it evolves. Any teammate you invite sees the same thread live, whoever's laptop the agent is running on. It works over the git repo you already have — commit and push as usual, and colleagues who never open Delta just see a normal repo. Delta also connects to third-party agent harnesses, starting with Claude Code running in your own terminal. It's invite-only for now; the private beta opened this week.

[Introducing Delta - Zed BlogFrom the Zed Blog: A multiplayer environment for coding with agents, from the creators of Zed.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon_black_64-50640c5d-0b08-4c70-9630-20ad3146dc95.png)Nathan Sobo![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/thumbnail-6ffbf2c2-5045-48a8-a51b-33fae3175989.webp)](https://zed.dev/blog/introducing-delta?ref=ai-news.ghost.io)

---

### GitHub Copilot leaks .env secrets when you edit any other file

Rafael Pierre wired Copilot's extension through a MitM proxy and found it folds up to 20 recently-edited files into every completion request, files you never touched included. He planted a fake secret in a `.env` file. Editing it alone triggered no request. Then he typed in an unrelated `pyproject.toml`, and the secret went out anyway, inside that file's payload. Disabling Copilot for `.env` changed nothing; the only real exclusion gate is a Business/Enterprise feature, admin-controlled.

[I put GitHub Copilot Behind a MITM Proxy. Here’s What I found.A look inside Copilot’s network traffic, harness, memory, and how context is becoming the product.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/https-3A-2F-2Fsubstack-post-media.s3.amazonaws.com-2Fpublic-2Fimages-2F563e66b3-9957-4d17-8de5-32ece693d6d0-2Ffavicon-48x48-cccd9c22-2c61-4c09-8b13-b1c0e24a7400.png)Lighthouse AIRafael Pierre![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/https-3A-2F-2Fsubstack-post-media.s3.amazonaws.com-2Fpublic-2Fimages-2F547a610b-a6e9-40e0-a5f5-525f27a6f69f_768x384-99419a55-0347-4440-b599-ec39c8701093.jpeg)](https://www.lighthousenewsletter.com/p/i-put-github-copilot-behind-a-mitm?ref=ai-news.ghost.io)

---

### A watermark-stripping tool nears 3,000 GitHub stars in two days

Guillaume Meyer open-sourced watermarks-remover Monday: an MIT-licensed Claude Code skill plus scripts that strip C2PA tags (the industry's “made with AI” provenance metadata) and invisible-Unicode marks, with a rewrite pass for statistical text watermarks. The fuel: Anthropic disclosed Monday that new Claude models embed text watermarks, an EU-rules move. Two days later the repo passed 2,900 GitHub stars and the launch post passed 2 million views. The author's Wednesday caveat: watermarks baked into image pixels are not actually removed yet.

> 🧹watermarks-remover now supports watermarks from OpenAI and Gemini in addition to Claude.[https://t.co/OxSdnAjEGe](https://t.co/OxSdnAjEGe?ref=ai-news.ghost.io)
> 
> — Guillaume Meyer (@guillaumemeyer) [August 11, 2026](https://x.com/guillaumemeyer/status/2087275734608007415?ref%5Fsrc=twsrc%5Etfw&ref=ai-news.ghost.io)

---

## What happens when agents work together

### Anthropic's red team tests agent swarms: strong bug hunters, weak teammates

Anthropic's Frontier Red Team published a report overnight about what agents do in groups. The bug-hunting test: 45 agents sharing a forum, plus an arbiter, found 266 vulnerabilities across 15 open-source projects. Independent agents found 21 on the same code, and 12 of those overlapped the swarm's finds. The team test: swarms building a game for 12 hours produced bad games no matter the org chart. Usable line: point a swarm at search problems; don't hand it the build.

**Why this sits next to the lead.** Zed's Delta bets that teams want to watch their agents work in a shared workspace. Anthropic's own red team just published the reason that bet matters: in its tests, agents still don't coordinate like teammates unless a human sets the structure.

[Patterns and problems in multiagent systemsWe ran experiments on swarms of Claude agents and found coordination failures, collusion, and sabotage. Here, we share what they mean for AI safety.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon-32x32-6ed547f2-48e9-4e96-9823-f736fe946f47.png)![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/6d4a0d28992ade92d6fa63646fd9c9d318245c6c-2400x1260-f2e3011d-686c-41b3-bd36-458dce33ffc2.jpg)](https://www.anthropic.com/research/multiagent-systems?ref=ai-news.ghost.io)

---

## Which model runs your agent

### Grok 4.6 arrives, and Cursor adds it the same day

xAI shipped Grok 4.6 Wednesday for "long-running agents and more ambitious interactive and visual work," per its own announcement. Cursor added support the same day. xAI's numbers: 61 on the Artificial Analysis Intelligence Index, 69.9% on CursorBench v3.2\. On xAI's own chart, that 61 ties GPT-5.6 Sol and sits one point behind Fable 5 Max. Cursor says it "produces stronger first passes on visual and interactive projects" than before. Pricing: $2 per million input tokens, $6 per million output, double for a faster variant.

[Introducing Grok 4.6Grok 4.6 builds on Grok 4.5 with a particular focus on long-running agents and more ambitious interactive and visual work.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/icon-e4f8190f-3673-4545-bf6f-90603e154005.png)xAIxAI![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/grok-4-6-og-e9bf74ba-4bc6-4c34-b0af-6d3b98fd07e0.png)](https://x.ai/news/grok-4-6?ref=ai-news.ghost.io)

---

### DeepSeek quietly ships V4 Pro — no launch post, just a pricing-page listing

DeepSeek's own pricing page confirms `DeepSeek-V4-Pro-0813` shipped this week: a 1-million-token context window, $0.435 per million input tokens and $0.87 per million output on a cache miss, 3x V4 Flash's rates. No blog post; it surfaced on a marketplace listing page. An HN commenter's table ranks it behind Fable 5, ahead of GLM-5.2 and Kimi-K3\. The docs warn of "a significant increase" to pricing, no date given; if you're budgeting on these rates, that warning is the story.

**Why these two run together.** Grok 4.6 and DeepSeek V4 Pro shipped within hours of each other Wednesday; one HN commenter asked outright whether the timing was on purpose. Different bets on the same job: xAI ships a coding-tuned model straight into an editor people already use, DeepSeek ships a cheaper general model with no announcement at all.

[Models & Pricing | DeepSeek API DocsThe prices listed below are in units of per 1M tokens. A token, the smallest unit of text that the model recognizes, can be a word, a number, or even a punctuation mark. We will bill based on the total number of input and output tokens by the model.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon-a7763922-0cee-463a-a6b9-daf0b4a3b312.png)DeepSeek API Docs![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/deepseek-social-card-1b51aa4d-7e9f-4fca-92ac-806ab4e12d0a.jpeg)](https://api-docs.deepseek.com/quick%5Fstart/pricing/?ref=ai-news.ghost.io)

---

## Money still moving into vibe coding

### Lovable raises $400M: valuation doubles to $13.3B for vibe coding

Lovable's blog post: a $400 million Series C led by Menlo Ventures, at a $13.3 billion valuation. Its numbers: 60 million projects since launch, 900 million monthly visits to Lovable-built apps. [Press coverage](https://thenextweb.com/news/lovable-400m-series-c-13-3bn-scaleup-europe-fund?ref=ai-news.ghost.io) adds the trajectory: the valuation doubled from $6.6 billion at its December Series B, and annual recurring revenue (ARR) is tracking toward $600 million by month's end, triple December's $200 million. That figure is the number to quote next time someone calls vibe coding a fad.

[We just raised $400M in Series C funding to help people run their businesses | LovableLovable has raised $400 million in Series C funding at a $13.3 billion valuation, led by Menlo Ventures and the Scaleup Europe Fund, managed by EQT.![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/icon/favicon-75d6a20f-738c-44c3-9de9-feb161eddeb6.png)Lovable![](https://storage.ghost.io/c/9c/1f/9c1ff71c-2859-44c2-a962-1337982a6484/content/images/thumbnail/series-c-4cde83e9-24f7-4907-b368-c289aee9630b.webp)](https://lovable.dev/blog/series-c?ref=ai-news.ghost.io)

---

## Also worth your time

• [OpenAI shipped Codex Desktop for Linux](https://x.com/thsottiaux/status/2087438544323420273?ref=ai-news.ghost.io) — Codex lead Thibault Sottiaux confirmed it himself in a reply: "Also don't say Linux, we just shipped that" (250K views). His post asking "Why did you switch to Codex?" drew 9.1K replies and 1.1M views in a day.

• [Claude Code sessions can now message each other](https://x.com/adocomplete/status/2087728817012162973?ref=ai-news.ghost.io) — give sessions names (claude --name backend) and one can DM another mid-task. Shipped in v2.1.224 per [the changelog](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md?ref=ai-news.ghost.io), demoed Wednesday by Anthropic's Ado.

• [Your Claude Code transcripts sit on disk as plaintext JSON](https://old.reddit.com/r/ClaudeAI/comments/1vmpplr/psa%5Fyour%5Fclaude%5Fcode%5Fsessions%5Fare%5Fon%5Fdisk%5Fas/?ref=ai-news.ghost.io) — r/ClaudeAI's PSA of the day (333 points): \~/.claude/projects holds every session, pasted content and tool output included, so a key that scrolled past in a cat .env is on disk without ever being typed. We checked on a real machine: plaintext, owner-only permissions, pruned after \~30 days by default. The consensus is feature-not-flaw; the actionable half is rotate anything you ever pasted.

• [Show HN: Hax — a minimalist, terminal-native coding agent written in C](https://usehax.dev/?ref=ai-news.ghost.io) — open source (MIT), built around local models as first-class citizens rather than an add-on. HN 94 points. Single-sourced launch; no independent hands-on yet.

• ["My Agent Setup"](https://chad.cm/posts/2026-8-11-my-agent-setup?ref=ai-news.ghost.io) — one founder's daily rig: six specialized agents on a DigitalOcean droplet, coordinated over a self-hosted Slack alternative, with an ops agent that triages Sentry alerts on its own. A practitioner writeup, not vendor copy. HN 100 points.

---

Know someone who'd want this in their inbox? Forward it — that's how this grows. And if we got something wrong, or you think we buried the real story today, hit reply. A person reads every one.

*The New Way is human-curated — a person picks every story. The summaries are written with AI (Claude) and reviewed before we hit send.*