mirror of
https://github.com/LeeGaoGao/ECC.git
synced 2026-07-25 12:43:10 +00:00
feat: add zed install target
This commit is contained in:
@@ -7,6 +7,7 @@ const geminiProject = require('./gemini-project');
|
||||
const joycodeProject = require('./joycode-project');
|
||||
const opencodeHome = require('./opencode-home');
|
||||
const qwenHome = require('./qwen-home');
|
||||
const zedProject = require('./zed-project');
|
||||
|
||||
const ADAPTERS = Object.freeze([
|
||||
claudeHome,
|
||||
@@ -18,6 +19,7 @@ const ADAPTERS = Object.freeze([
|
||||
codebuddyProject,
|
||||
joycodeProject,
|
||||
qwenHome,
|
||||
zedProject,
|
||||
]);
|
||||
|
||||
function listInstallTargetAdapters() {
|
||||
|
||||
Reference in New Issue
Block a user