This release adds 11 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+8 more
Summary
AI summaryRefreshes docs, adds new features across mcp, hooks, ui, health, cli, workspace, stats, graph, generation, and fixes upgrade/workspace/health issues.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Add formatBytes and formatPercent formatters to UI. Add formatBytes and formatPercent formatters to UI. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Promote Scala to Full tier in health checks. Promote Scala to Full tier in health checks. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Promote Ruby to Full tier in health checks. Promote Ruby to Full tier in health checks. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Allow seeding worktree index from base branch in CLI. Allow seeding worktree index from base branch in CLI. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Auto‑seed git worktrees from their base checkout in CLI. Auto‑seed git worktrees from their base checkout in CLI. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Detect socket contracts in workspace. Detect socket contracts in workspace. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Add biggest commit, longest streak, dependencies, most‑imported award stats. Add biggest commit, longest streak, dependencies, most‑imported award stats. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Overhaul module explore UX with settled layout, externals toggle, layered node info. Overhaul module explore UX with settled layout, externals toggle, layered node info. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Share one dataflow parse per file across health consumers. Share one dataflow parse per file across health consumers. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Medium |
Add first‑class output‑language support for generated docs. Add first‑class output‑language support for generated docs. Source: llm_adapter@2026-07-15 Confidence: high |
— |
| Feature | Low |
Reuse unchanged pages across runs via file content hash in generation. Reuse unchanged pages across runs via file content hash in generation. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Feature | Low |
Add anonymous feedback panel to web dashboard. Add anonymous feedback panel to web dashboard. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Medium |
Persist decay_only staleness and recompute total_pages from the DB in update. Persist decay_only staleness and recompute total_pages from the DB in update. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Medium |
Sync bundled changelog with docs during upgrade. Sync bundled changelog with docs during upgrade. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Medium |
Make cross‑repo co‑change a bounded session‑share signal in workspace. Make cross‑repo co‑change a bounded session‑share signal in workspace. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Medium |
Count TS object‑literal shorthand properties as reads in health checks. Count TS object‑literal shorthand properties as reads in health checks. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
| Bugfix | Medium |
Stop flagging reachable code as unreachable in the dataflow CFG in health checks. Stop flagging reachable code as unreachable in the dataflow CFG in health checks. Source: granite4.1:30b@2026-07-15-audit Confidence: low |
— |
Full changelog
What's Changed
- docs: restructure and refresh user-facing documentation by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/741
- feat(mcp): payload precision and workflow-first CLAUDE.md by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/742
- feat(hooks): SessionStart context block, safe-pipeline distill rewrites, doctor registration check by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/743
- feat(mcp): agent-lean tool profile, tool-search gating, registry-pinned docs by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/744
- feat(ui): add formatBytes and formatPercent formatters by @Ayush7614 in https://github.com/repowise-dev/repowise/pull/680
- feat(health): promote Scala to Full tier (LanguageNodeMap + perf dialect) by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/745
- feat(cli): allow seeding worktree index from base branch by @paarthsikka in https://github.com/repowise-dev/repowise/pull/655
- fix(update): persist decay_only staleness and recompute total_pages from the DB by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/748
- feat(cli): auto-seed git worktrees from their base checkout by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/747
- feat(health): promote Ruby to Full tier (LanguageNodeMap + perf dialect) by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/749
- feat(workspace): detect socket contracts by @joptimus in https://github.com/repowise-dev/repowise/pull/710
- feat(stats): biggest commit, longest streak, dependencies, most-imported award by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/752
- feat(graph): module explore UX overhaul - settled layout, externals toggle, layered node info by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/754
- feat(health): share one dataflow parse per file across consumers by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/755
- feat(generation): first-class output-language support for generated docs by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/756
- fix(upgrade): sync bundled changelog with docs by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/762
- fix(workspace): make cross-repo co-change a bounded session-share signal by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/758
- fix(health): count TS object-literal shorthand properties as reads by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/759
- feat(generation): reuse unchanged pages across runs via file content hash by @swati510 in https://github.com/repowise-dev/repowise/pull/757
- fix(health): stop flagging reachable code as unreachable in the dataflow CFG by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/760
- feat(web): anonymous feedback panel in dashboard by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/763
- release: v0.30.0 — content-keyed page reuse, output languages, worktree auto-seed by @swati510 in https://github.com/repowise-dev/repowise/pull/764
New Contributors
- @paarthsikka made their first contribution in https://github.com/repowise-dev/repowise/pull/655
Full Changelog: https://github.com/repowise-dev/repowise/compare/v0.29.0...v0.30.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About repowise-dev/repowise
All releases →Beta — feedback welcome: [email protected]