kodelyth-ecc 1.5.7 → 1.5.8
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/CHANGELOG.md +41 -0
- package/KODELYTH.md +3 -3
- package/README.md +12 -13
- package/VERSION +1 -1
- package/install.sh +1 -1
- package/package.json +1 -1
- package/social/facebook-v150.svg +2 -4
- package/social/github-social-preview.svg +4 -4
- package/social/readme-hero.svg +5 -5
- package/social/x-card-agents-grid.svg +1 -1
- package/social/x-card-free.svg +1 -1
- package/social/x-card-hook.svg +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to Kodelyth ECC are documented here.
|
|
4
4
|
|
|
5
|
+
## v1.5.8 — README and SVG refresh (May 2026)
|
|
6
|
+
|
|
7
|
+
### Changes
|
|
8
|
+
|
|
9
|
+
- README inline changelog updated to v1.5.7 highlights — no longer showed v1.5.3 content on npm and GitHub.
|
|
10
|
+
- All 6 social SVGs updated: version badges `v1.5.3` → `v1.5.7`, commands stat `80` → `90`, stale "NEW" labels replaced with `v1.5.3+`.
|
|
11
|
+
- CHANGELOG backfilled with missing `v1.5.4` and `v1.5.5` entries.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
5
15
|
## v1.5.7 — Fix zsh inline comment args (May 2026)
|
|
6
16
|
|
|
7
17
|
### Bug Fix
|
|
@@ -37,6 +47,37 @@ All notable changes to Kodelyth ECC are documented here.
|
|
|
37
47
|
|
|
38
48
|
---
|
|
39
49
|
|
|
50
|
+
## v1.5.5 — 88 Commands + Parallel Commands Table in CLAUDE.md (May 2026)
|
|
51
|
+
|
|
52
|
+
### Changes
|
|
53
|
+
|
|
54
|
+
- **`CLAUDE.md` Parallel Commands section** — added a full table of parallel commands (`/team-review`, `/project-launch`, `/security-audit`, `/debug-blitz`, `/refactor-sprint`, `/pre-release`, `/onboard`) so users see the fast paths on every session without memorizing command names.
|
|
55
|
+
- **Command count updated** — `CLAUDE.md`, `package.json`, and `install.sh` banner updated from 83 → 88 to reflect the 5 new parallel commands added in v1.5.4.
|
|
56
|
+
- **`package.json` description** updated: "62 agents, 88 commands".
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## v1.5.4 — 5 New Parallel Commands + Agent Model Fields (May 2026)
|
|
61
|
+
|
|
62
|
+
### New Commands
|
|
63
|
+
|
|
64
|
+
Five new parallel agent commands — all fire immediately on invocation (Execute Now trigger):
|
|
65
|
+
|
|
66
|
+
| Command | Agents Fired | What It Does |
|
|
67
|
+
|---|---|---|
|
|
68
|
+
| `/security-audit` | `security-reviewer` + `dependency-doctor` + `api-guardian` | Full security sweep — secrets, deps, API surface |
|
|
69
|
+
| `/pre-release` | `release-captain` + `security-reviewer` + `code-reviewer` | Ship-readiness check before any release |
|
|
70
|
+
| `/debug-blitz` | `debug-detective` + `silent-failure-hunter` + `env-debugger` | Triple-agent blitz for stubborn bugs |
|
|
71
|
+
| `/refactor-sprint` | `refactor-cleaner` + `code-simplifier` + `type-design-analyzer` + `tdd-guide` | Full refactor + type + test pass |
|
|
72
|
+
| `/onboard` | `code-explorer` + `architect` + `doc-updater` | New-joiner onboarding — codebase tour, architecture map, docs |
|
|
73
|
+
|
|
74
|
+
### Fixes
|
|
75
|
+
|
|
76
|
+
- **`/team-review` and `/project-launch` Execute Now trigger added** — patch for v1.5.3 where these two commands required explicit invocation instead of firing immediately.
|
|
77
|
+
- **`install.sh` banner** updated: 61 → 62 agents, 80 → 83 commands.
|
|
78
|
+
|
|
79
|
+
---
|
|
80
|
+
|
|
40
81
|
## v1.5.3 — God-Tier Intent Routing Expansion (May 2026)
|
|
41
82
|
|
|
42
83
|
### The Routing Overhaul
|
package/KODELYTH.md
CHANGED
|
@@ -12,10 +12,10 @@ Kodelyth ECC is built and maintained by **Kodelyth** — a brand focused on maki
|
|
|
12
12
|
| `load-tester` | Load and stress testing with k6, Locust, Artillery. Capacity planning, breakpoint discovery. Distinct from `performance-optimizer` which handles code optimization. |
|
|
13
13
|
|
|
14
14
|
### Updated: All Visual Assets
|
|
15
|
-
Nine SVG social cards refreshed to reflect v1.5.0 features — memory system, correct counts (
|
|
15
|
+
Nine SVG social cards refreshed to reflect v1.5.0 features — memory system, correct counts (62 agents), auto-recall demo.
|
|
16
16
|
|
|
17
17
|
### Updated: Complete Wiki Rewrite
|
|
18
|
-
All 7 wiki files rewritten to reflect current state — v1.4.1 memory system, 6-platform feature matrix, all
|
|
18
|
+
All 7 wiki files rewritten to reflect current state — v1.4.1 memory system, 6-platform feature matrix, all 62 agents documented.
|
|
19
19
|
|
|
20
20
|
### Updated: Intent Routing
|
|
21
21
|
New routing patterns for `incident-commander` (outage signals) and `load-tester` (load test signals). Two new sequential chains added.
|
|
@@ -54,7 +54,7 @@ Now the user just describes their problem in plain words and the AI:
|
|
|
54
54
|
2. Behaves as that agent
|
|
55
55
|
3. Teaches the user the explicit form (`Tip: type "use <agent>"`)
|
|
56
56
|
|
|
57
|
-
No more memorizing
|
|
57
|
+
No more memorizing 62 agent names.
|
|
58
58
|
|
|
59
59
|
### Added: 5 New Specialist Agents
|
|
60
60
|
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|

|
|
9
9
|

|
|
10
10
|

|
|
11
|
-

|
|
12
12
|

|
|
13
13
|

|
|
14
14
|

|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
</div>
|
|
20
20
|
|
|
21
|
-
**Kodelyth ECC** is a production-grade AI coding toolkit — **62 specialist agents, 188 skills,
|
|
21
|
+
**Kodelyth ECC** is a production-grade AI coding toolkit — **62 specialist agents, 188 skills, 90 commands**, a god-tier **semantic intent-routing system**, and **local self-learning memory** that gets smarter at helping *you* every session.
|
|
22
22
|
|
|
23
23
|
Works with **Claude Code**, **Windsurf**, **Cursor**, **Codex CLI**, **Google Antigravity**, and **OpenCode**.
|
|
24
24
|
|
|
@@ -552,17 +552,16 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for templates, checklists, and the full K
|
|
|
552
552
|
|
|
553
553
|
## Changelog
|
|
554
554
|
|
|
555
|
-
See [CHANGELOG.md](CHANGELOG.md). v1.5.
|
|
556
|
-
|
|
557
|
-
- **
|
|
558
|
-
- **
|
|
559
|
-
- **
|
|
560
|
-
- **
|
|
561
|
-
- **
|
|
562
|
-
-
|
|
563
|
-
-
|
|
564
|
-
-
|
|
565
|
-
- **`/lessons`** now catches: "from now on always X", proactive session-start offer when `tasks/lessons.md` exists
|
|
555
|
+
See [CHANGELOG.md](CHANGELOG.md). v1.5.8 highlights:
|
|
556
|
+
|
|
557
|
+
- **zsh inline comment fix** — `npx kodelyth-ecc --target windsurf-home # comment` no longer crashes. Fixed at two layers: Node.js arg filter + `install.sh` handler.
|
|
558
|
+
- **Dynamic install counts** — agent/skill/command counts in `install.sh` and `install.ps1` are now computed from the filesystem at install time. Never wrong again.
|
|
559
|
+
- **Ruby + Elixir language rules** — coding-style, patterns, testing, security, and hooks for both languages. Install with `npx kodelyth-ecc ruby elixir`.
|
|
560
|
+
- **`/doctor` command** — run a health check on your ECC install without leaving your IDE.
|
|
561
|
+
- **`/update` command** — upgrade to the latest version automatically; reads your install state so you don't have to remember your original flags.
|
|
562
|
+
- **5 new parallel commands** (`/security-audit`, `/pre-release`, `/debug-blitz`, `/refactor-sprint`, `/onboard`) added in v1.5.4.
|
|
563
|
+
- **GitHub contribution templates** — bug report, new agent proposal, and PR checklist now live in `.github/`.
|
|
564
|
+
- **All agent counts and docs corrected** — `rules/common/agents.md` now lists all 62 agents (was 10), README badges and SVGs updated to v1.5.7.
|
|
566
565
|
|
|
567
566
|
v1.5.2 highlights:
|
|
568
567
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.5.
|
|
1
|
+
1.5.8
|
package/install.sh
CHANGED
|
@@ -47,7 +47,7 @@ echo -e "${RED}${BOLD} ║ DANGER LEVEL: GOD TIER · NOT FOR JUNIOR DEV
|
|
|
47
47
|
echo -e "${RED}${BOLD} ╚══════════════════════════════════════════════════════════════╝${RESET}"
|
|
48
48
|
echo ""
|
|
49
49
|
echo -e "${BOLD} Kodelyth ECC — The most dangerous AI coding toolkit on the planet${RESET}"
|
|
50
|
-
echo -e "${CYAN} 62 specialist agents · 188 skills ·
|
|
50
|
+
echo -e "${CYAN} 62 specialist agents · 188 skills · 90 commands · 20+ hooks · intent routing · compound memory${RESET}"
|
|
51
51
|
echo -e "${CYAN} Any language · Any framework · Any scale · 300B-level quality${RESET}"
|
|
52
52
|
echo ""
|
|
53
53
|
echo -e " github.com/sifxprime/kodelyth-ecc"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kodelyth-ecc",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.8",
|
|
4
4
|
"description": "Production-grade AI coding toolkit — 62 agents, 188 skills, 90 commands, parallel multi-agent commands, semantic intent routing, self-learning memory. Works with Claude Code, Windsurf, Cursor, Codex, Antigravity, and OpenCode.",
|
|
5
5
|
"author": "Kodelyth <github.com/sifxprime>",
|
|
6
6
|
"license": "MIT",
|
package/social/facebook-v150.svg
CHANGED
|
@@ -25,9 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
<!-- Version + NEW badges -->
|
|
27
27
|
<rect x="80" y="28" width="76" height="24" rx="12" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.5" stroke-width="1"/>
|
|
28
|
-
<text x="118" y="44" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.
|
|
29
|
-
<rect x="168" y="28" width="52" height="24" rx="12" fill="#059669" fill-opacity="0.2" stroke="#059669" stroke-opacity="0.5" stroke-width="1"/>
|
|
30
|
-
<text x="194" y="44" font-size="11" fill="#10b981" text-anchor="middle" font-weight="700">NEW</text>
|
|
28
|
+
<text x="118" y="44" font-size="11" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.8</text>
|
|
31
29
|
|
|
32
30
|
<!-- Title -->
|
|
33
31
|
<text x="80" y="120" font-size="52" font-weight="900" letter-spacing="-2" fill="#ffffff">Kodelyth ECC</text>
|
|
@@ -57,7 +55,7 @@
|
|
|
57
55
|
<!-- Card 3: Semantic Routing -->
|
|
58
56
|
<rect x="740" y="250" width="380" height="120" rx="10" fill="url(#card2)" stroke="#38bdf8" stroke-opacity="0.4" stroke-width="1"/>
|
|
59
57
|
<rect x="740" y="250" width="4" height="120" rx="2" fill="#38bdf8"/>
|
|
60
|
-
<text x="760" y="275" font-size="10" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC ROUTING v1.5.3
|
|
58
|
+
<text x="760" y="275" font-size="10" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC ROUTING v1.5.3+</text>
|
|
61
59
|
<text x="760" y="296" font-size="13" fill="#e6edf3">Paste code → auto-routes to code-reviewer</text>
|
|
62
60
|
<text x="760" y="313" font-size="13" fill="#e6edf3">Paste error → auto-routes to debug-detective</text>
|
|
63
61
|
<text x="760" y="334" font-size="11" fill="#484f58">Emotion as signal · 2–3× more patterns</text>
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
<!-- Version badge -->
|
|
38
38
|
<rect x="60" y="52" width="84" height="28" rx="4" fill="#a78bfa" opacity="0.12"/>
|
|
39
39
|
<rect x="60" y="52" width="84" height="28" rx="4" fill="none" stroke="#a78bfa" stroke-width="1"/>
|
|
40
|
-
<text x="102" y="71" font-size="12" fill="#a78bfa" font-weight="700" text-anchor="middle" letter-spacing="0.5">v1.5.
|
|
40
|
+
<text x="102" y="71" font-size="12" fill="#a78bfa" font-weight="700" text-anchor="middle" letter-spacing="0.5">v1.5.8</text>
|
|
41
41
|
|
|
42
42
|
<!-- Title -->
|
|
43
43
|
<text x="60" y="168" font-size="80" font-weight="900" letter-spacing="-3" fill="#ffffff" filter="url(#glow)">Kodelyth</text>
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
<text x="180" y="410" font-size="40" font-weight="800" fill="#ffffff">188</text>
|
|
58
58
|
<text x="180" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">SKILLS</text>
|
|
59
59
|
|
|
60
|
-
<text x="310" y="410" font-size="40" font-weight="800" fill="#ffffff">
|
|
60
|
+
<text x="310" y="410" font-size="40" font-weight="800" fill="#ffffff">90</text>
|
|
61
61
|
<text x="310" y="432" font-size="10" fill="#484f58" letter-spacing="2.5">COMMANDS</text>
|
|
62
62
|
|
|
63
63
|
<text x="420" y="410" font-size="40" font-weight="800" fill="#ffffff">6</text>
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
|
|
66
66
|
<!-- Feature pill — v1.5.3 -->
|
|
67
67
|
<rect x="60" y="460" width="500" height="68" rx="8" fill="#13203a" stroke="#2563eb" stroke-opacity="0.3" stroke-width="1"/>
|
|
68
|
-
<text x="80" y="483" font-size="11" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC INTENT ROUTING —
|
|
68
|
+
<text x="80" y="483" font-size="11" font-weight="700" fill="#38bdf8" letter-spacing="1">SEMANTIC INTENT ROUTING — v1.5.3+</text>
|
|
69
69
|
<text x="80" y="503" font-size="13" fill="#8b949e">Paste code → code-reviewer. Paste error → debug-detective.</text>
|
|
70
70
|
<text x="80" y="520" font-size="13" fill="#8b949e">No command names needed. Ever.</text>
|
|
71
71
|
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
<rect x="720" y="350" width="480" height="110" rx="8" fill="#13203a" stroke="#2563eb" stroke-opacity="0.4" stroke-width="1"/>
|
|
106
106
|
<rect x="720" y="350" width="4" height="110" rx="2" fill="#38bdf8"/>
|
|
107
107
|
<rect x="880" y="356" width="90" height="18" rx="9" fill="#2563eb" fill-opacity="0.2" stroke="#2563eb" stroke-opacity="0.4" stroke-width="1"/>
|
|
108
|
-
<text x="925" y="369" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700">v1.5.3
|
|
108
|
+
<text x="925" y="369" font-size="10" fill="#38bdf8" text-anchor="middle" font-weight="700">v1.5.3+</text>
|
|
109
109
|
<text x="740" y="376" font-size="14" font-weight="700" fill="#ffffff">Semantic Intent Routing</text>
|
|
110
110
|
<text x="740" y="397" font-size="12" fill="#8b949e">AI reads intent, not keywords. 2–3× more signals</text>
|
|
111
111
|
<text x="740" y="413" font-size="12" fill="#8b949e">per agent. Code/trace paste auto-detection.</text>
|
package/social/readme-hero.svg
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<!-- LEFT — Brand block -->
|
|
26
26
|
<!-- Version badge -->
|
|
27
27
|
<rect x="32" y="22" width="72" height="20" rx="10" fill="#a78bfa" fill-opacity="0.15" stroke="#a78bfa" stroke-opacity="0.4" stroke-width="1"/>
|
|
28
|
-
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.
|
|
28
|
+
<text x="68" y="36" font-size="9" fill="#a78bfa" text-anchor="middle" font-weight="700" letter-spacing="0.5">v1.5.8</text>
|
|
29
29
|
|
|
30
30
|
<!-- Title -->
|
|
31
31
|
<text x="32" y="78" font-size="36" font-weight="900" letter-spacing="-1.5" fill="#ffffff" filter="url(#glow)">Kodelyth</text>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
<text x="124" y="220" font-size="8" fill="#6b7280" text-anchor="middle" letter-spacing="1.5">SKILLS</text>
|
|
48
48
|
|
|
49
49
|
<rect x="160" y="178" width="56" height="54" rx="8" fill="#ffffff" fill-opacity="0.04" stroke="#059669" stroke-opacity="0.25" stroke-width="1"/>
|
|
50
|
-
<text x="188" y="202" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">
|
|
50
|
+
<text x="188" y="202" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">90</text>
|
|
51
51
|
<text x="188" y="220" font-size="8" fill="#6b7280" text-anchor="middle" letter-spacing="1.5">COMMANDS</text>
|
|
52
52
|
|
|
53
53
|
<rect x="224" y="178" width="56" height="54" rx="8" fill="#ffffff" fill-opacity="0.04" stroke="#0891b2" stroke-opacity="0.25" stroke-width="1"/>
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
<circle cx="344" cy="31" r="5" fill="#ff5f57"/>
|
|
62
62
|
<circle cx="360" cy="31" r="5" fill="#febc2e"/>
|
|
63
63
|
<circle cx="376" cy="31" r="5" fill="#28c840"/>
|
|
64
|
-
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.5.
|
|
64
|
+
<text x="612" y="35" font-size="11" fill="#484f58" text-anchor="middle">kodelyth-ecc v1.5.8</text>
|
|
65
65
|
|
|
66
66
|
<text x="348" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#10b981">$</text>
|
|
67
67
|
<text x="360" y="66" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> npx kodelyth-ecc</text>
|
|
68
68
|
|
|
69
|
-
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.5.
|
|
69
|
+
<text x="348" y="84" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">Installing Kodelyth ECC v1.5.8...</text>
|
|
70
70
|
|
|
71
71
|
<text x="348" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#e6edf3"> Agents (62) </text>
|
|
72
72
|
<text x="494" y="108" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.claude/agents/</text>
|
|
@@ -84,6 +84,6 @@
|
|
|
84
84
|
<text x="494" y="180" font-family="'Courier New', Courier, monospace" font-size="11" fill="#484f58">→ ~/.kodelyth/memory/</text>
|
|
85
85
|
|
|
86
86
|
<rect x="348" y="196" width="500" height="36" rx="6" fill="#0d2b1d" stroke="#059669" stroke-opacity="0.3" stroke-width="1"/>
|
|
87
|
-
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">
|
|
87
|
+
<text x="368" y="212" font-size="9" font-weight="700" fill="#10b981" letter-spacing="1">v1.5.3+ — SEMANTIC INTENT ROUTING</text>
|
|
88
88
|
<text x="368" y="226" font-size="10" fill="#6b7280">Paste code or a stack trace — AI routes you automatically, no command needed</text>
|
|
89
89
|
</svg>
|
|
@@ -103,6 +103,6 @@
|
|
|
103
103
|
<text x="920" y="424" font-size="32" font-weight="800" fill="#ffffff" text-anchor="middle">6</text>
|
|
104
104
|
<text x="920" y="446" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">PLATFORMS</text>
|
|
105
105
|
<line x1="860" y1="464" x2="980" y2="464" stroke="#21262d" stroke-width="1"/>
|
|
106
|
-
<text x="920" y="496" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">v1.5.
|
|
106
|
+
<text x="920" y="496" font-size="20" font-weight="800" fill="#ffffff" text-anchor="middle">v1.5.8</text>
|
|
107
107
|
<text x="920" y="516" font-size="10" fill="#484f58" text-anchor="middle" letter-spacing="2">LATEST</text>
|
|
108
108
|
</svg>
|
package/social/x-card-free.svg
CHANGED
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
|
|
56
56
|
<!-- Footer CTA -->
|
|
57
57
|
<text x="80" y="606" font-size="20" fill="#484f58">$ npx kodelyth-ecc</text>
|
|
58
|
-
<text x="1120" y="606" font-size="16" fill="#484f58" text-anchor="end">v1.5.
|
|
58
|
+
<text x="1120" y="606" font-size="16" fill="#484f58" text-anchor="end">v1.5.8 · github.com/sifxprime/kodelyth-ecc</text>
|
|
59
59
|
</svg>
|
package/social/x-card-hook.svg
CHANGED
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
<!-- Footer -->
|
|
79
79
|
<text x="80" y="618" font-size="16" fill="#484f58">All hooks fire automatically after</text>
|
|
80
80
|
<text x="340" y="618" font-size="16" fill="#10b981" font-weight="600"> npx kodelyth-ecc</text>
|
|
81
|
-
<text x="1120" y="618" font-size="14" fill="#484f58" text-anchor="end">v1.5.
|
|
81
|
+
<text x="1120" y="618" font-size="14" fill="#484f58" text-anchor="end">v1.5.8</text>
|
|
82
82
|
</svg>
|