kodelyth-ecc 1.8.3 → 1.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/install.ps1 +1 -1
- package/package.json +1 -1
package/install.ps1
CHANGED
|
@@ -224,7 +224,7 @@ function Install-Flat {
|
|
|
224
224
|
}
|
|
225
225
|
|
|
226
226
|
# -- Install -------------------------------------------------------------------
|
|
227
|
-
Write-Host "Installing components..." -ForegroundColor
|
|
227
|
+
Write-Host "Installing components..." -ForegroundColor White
|
|
228
228
|
|
|
229
229
|
switch ($Target) {
|
|
230
230
|
"claude-home" {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kodelyth-ecc",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
4
4
|
"description": "Production-grade AI coding toolkit — 70 agents (incl. devil-mode adversarial crew), 194 skills, 97 commands, parallel multi-agent commands, semantic intent routing, self-learning memory, and a built-in MCP server (16 tools / 6 prompts / 377 resources) that bridges to Claude Desktop, LangGraph, AutoGen, CrewAI, and OpenAI Agents SDK. Works with Claude Code, Windsurf, Cursor, Codex, Antigravity, OpenCode, Cline, RooCode, Aider, Kimi, and Gemini CLI.",
|
|
5
5
|
"author": "Kodelyth <github.com/sifxprime>",
|
|
6
6
|
"license": "MIT",
|