Skip to content

repowise-dev/repowise

v0.34.0 Feature

This release adds 5 notable features for engineering teams evaluating rollout.

Published 6d Git Forges
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai code-complexity code-health code-intelligence code-quality dead-code
+8 more
developer-tools documentation git-analytics mcp python refactoring static-analysis technical-debt

Summary

AI summary

Updated vscode UI, added Present mode and deterministic diagrams in docs, enhanced update handling with provider onboarding and external system refresh, introduced per-node code health zoom-map, expanded answer synthesis and confidence calibration, refined cost labeling and ROI surfacing, improved cli verbosity options, enriched health metrics with bug‑fix tracing and symbol attribution, surfaced risk history via mcp, overhauled README and docs structure.

Full changelog

What's Changed

  • release(vscode): v0.4.0 — ship the accumulated bundled UI by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/910
  • perf(generation): overlap knowledge-graph enrichment with page generation by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/912
  • perf(decisions): reuse ingestion's source_map for the inline-marker scan by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/913
  • feat(docs): Present mode (slide deck + guided walkthrough) by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/914
  • feat(docs): deterministic architecture diagrams in wiki pages + present mode by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/915
  • feat(update): regenerate docs per repo on workspace update by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/916
  • feat(update): onboard a provider when a docs update needs one by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/917
  • feat: zoom-map Knowledge Graph with per-node code health by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/918
  • feat(answer): always synthesize; grade confidence post-synthesis by @swati510 in https://github.com/repowise-dev/repowise/pull/919
  • feat(web): sharpen feedback CTA, drop recalibration banner by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/920
  • feat(update): refresh external systems (C4 L1) on manifest change by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/921
  • feat(costs): label spend by operation, record local runs at $0, surface ROI by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/925
  • feat(costs): count the agent savings the ledger was dropping by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/927
  • fix(stats): let the headline figures breathe and stop assuming Sat/Sun by @swati510 in https://github.com/repowise-dev/repowise/pull/926
  • feat(answer): calibrate confidence on answer grounding, not retrieval shape by @swati510 in https://github.com/repowise-dev/repowise/pull/923
  • fix(update): count onboarding pages in the generation progress total by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/928
  • feat(cli): make init/update quiet by default, show debug logs under --verbose by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/929
  • feat(health): count only bug fixes that change production code by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/931
  • feat(health): trace bug fixes to the commits that introduced them by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/939
  • feat(answer): lean high-confidence payload behind REPOWISE_ANSWER_LEAN_HIGH by @swati510 in https://github.com/repowise-dev/repowise/pull/938
  • feat(health): attribute bug fixes to symbols and flag bug magnets by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/940
  • feat(cli): add verbose logging to restyle by @lntutor in https://github.com/repowise-dev/repowise/pull/936
  • feat(cli): add verbose logging to claude-md by @lntutor in https://github.com/repowise-dev/repowise/pull/937
  • feat(cli): add verbose logging to coverage add by @lntutor in https://github.com/repowise-dev/repowise/pull/942
  • feat(cli): add verbose logging to health by @lntutor in https://github.com/repowise-dev/repowise/pull/943
  • feat(cli): add verbose logging to workspace by @lntutor in https://github.com/repowise-dev/repowise/pull/944
  • feat(cli): add verbose logging to watch by @lntutor in https://github.com/repowise-dev/repowise/pull/941
  • feat(mcp): surface counted bug-fix history on get_risk and get_change_risk by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/946
  • feat(cli): warn at edit time when a file has a run of recent bug fixes by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/947
  • feat(health): show per-file bug-fix history in the drawer, panel and hover by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/948
  • feat(symbols): show and filter by per-symbol bug-fix counts by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/949
  • feat(commits): replace the file-risk bars with commit-level distribution views by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/950
  • chore(git-indexer): drop the SZZ blame pass by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/951
  • fix(commits): count author experience over the whole history, not the update batch by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/953
  • fix(claude-md): rank the generated attention list by bug-fix history, not churn by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/954
  • fix(mcp): make the docstring budget test environment-independent, trim get_change_risk by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/955
  • fix(mcp): rank get_risk's attention list and get_context's triage on fix history by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/956
  • docs: overhaul the README and restructure the docs tree by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/957
  • chore(deps): bump mcp from 1.26.0 to 1.28.1 by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/958
  • release: v0.34.0 — bug-fix history everywhere, zoomable knowledge graph, present mode by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/959

New Contributors

  • @lntutor made their first contribution in https://github.com/repowise-dev/repowise/pull/936

Full Changelog: https://github.com/repowise-dev/repowise/compare/v0.33.0...v0.34.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

Track repowise-dev/repowise

Get notified when new releases ship.

Sign up free

About repowise-dev/repowise

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]