@jefuriiij/synthra 0.5.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 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.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
+
24
+ ## [0.6.0] — 2026-06-13
25
+
26
+ ### Added
27
+
28
+ - **`graph_read` now delivers a symbol's dependency surface.** Reading a symbol
29
+ appends a footer built from the call graph: **Depends on** — the symbols it
30
+ calls, each with its full one-line signature and a `graph_read` target, so you
31
+ can edit against real signatures instead of guessing parameter shapes or
32
+ re-reading the callee files; and **Used by** — the names of the symbols that
33
+ call it, so a change's blast radius is visible at a glance. Budgeted via
34
+ `SYN_READ_DEPS_CHARS` (default 900); leaf symbols with no calls add nothing.
35
+
36
+ ---
37
+
10
38
  ## [0.5.0] — 2026-06-13
11
39
 
12
40
  ### Added