@jefuriiij/synthra 0.7.0 → 0.8.1
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 +28 -0
- package/dist/cli/index.js +60 -1158
- package/dist/cli/index.js.map +1 -1
- package/dist/dashboard/index.js +60 -1158
- package/dist/dashboard/index.js.map +1 -1
- package/package.json +16 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,34 @@ For older versions, see [GitHub Releases](https://github.com/jefuriiij/synthra/r
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.8.1] — 2026-06-16
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Dashboard polish.** The Overview is now a tidy bento — equal-height cards,
|
|
15
|
+
with the Savings and Total-spend cards sized to their content and a tall Moat
|
|
16
|
+
spanning the right that scrolls internally. The Arsenal view groups skills,
|
|
17
|
+
agents, and MCP servers into labeled sections by source ("In this project",
|
|
18
|
+
"Personal · this machine", and one per plugin) so a big toolkit is easy to
|
|
19
|
+
scan. Base text bumped to 14px for readability. UI-only; data unchanged.
|
|
20
|
+
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
## [0.8.0] — 2026-06-15
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- **The dashboard is rebuilt on Svelte + shadcn-svelte with a real sidebar.** A
|
|
28
|
+
persistent, collapsible left sidebar (Overview · Arsenal · FAQ) replaces the
|
|
29
|
+
old top-nav + cramped drawer; the **Arsenal is now a roomy first-class view**
|
|
30
|
+
(tabs, filter, expandable cards) instead of a 340px slide-out. Same data, same
|
|
31
|
+
endpoints, same numbers — only the UI changed. The Svelte/Tailwind/Vite
|
|
32
|
+
toolchain is build-time only: it compiles to a single inlined HTML the server
|
|
33
|
+
serves exactly as before, so the installed runtime and zero-config setup are
|
|
34
|
+
unchanged (no new runtime dependencies).
|
|
35
|
+
|
|
36
|
+
---
|
|
37
|
+
|
|
10
38
|
## [0.7.0] — 2026-06-15
|
|
11
39
|
|
|
12
40
|
### Added
|