@jefuriiij/synthra 0.6.0 → 0.7.0
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 +14 -0
- package/dist/cli/index.js +496 -147
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/index.js +388 -39
- package/dist/dashboard/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,20 @@ For older versions, see [GitHub Releases](https://github.com/jefuriiij/synthra/r
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.7.0] — 2026-06-15
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Dashboard "Arsenal" drawer.** A collapsible panel (toggle in the nav) lists
|
|
15
|
+
everything Claude Code has available to you — **skills, subagents, and MCP
|
|
16
|
+
servers** — scoped project / personal / plugin, each expandable to its
|
|
17
|
+
description (agents also show tools + model). It scans your project `.claude/`,
|
|
18
|
+
your personal `~/.claude/`, and every installed plugin, so you never have to
|
|
19
|
+
drop to the CLI to remember what's in your toolkit. MCP entries are shown as
|
|
20
|
+
name / type / url only — auth headers and tokens are never read into the view.
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
10
24
|
## [0.6.0] — 2026-06-13
|
|
11
25
|
|
|
12
26
|
### Added
|