Skip to content

Commit 4672e42

Browse files
data: add Zed to Agents
Co-authored-by: Toby Marsden <tobymarsden@users.noreply.github.com>
1 parent 6fbba1c commit 4672e42

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

data.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ open_source = true
8383
summary = "AI coding assistant CLI for exploring, developing, and automating software workflows."
8484
detail = "Qwen Code is an intelligent command-line tool that helps developers understand, refactor, and generate code using advanced AI models. It provides workflow automation, code analysis, and supports multiple authentication methods across different regional providers."
8585

86+
[[agents]]
87+
name = "Zed"
88+
website = "https://zed.dev/"
89+
repo = "https://github.com/zed-industries/zed"
90+
open_source = true
91+
summary = "High-performance collaborative code editor with AI-powered agentic editing capabilities."
92+
detail = "Zed is a next-generation code editor built in Rust that enables fluent collaboration between humans and AI. Features native AI integration for code generation and transformation with upcoming LLM support, multiplayer editing, and custom language models for edit prediction."
93+
category = "Open source"
94+
8695
[[apps]]
8796
name = "Kiro"
8897
website = "https://kiro.dev/"

0 commit comments

Comments
 (0)