Skip to content

repowise-dev/repowise

v0.22.0 Feature

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

Published 1mo 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

Affected surfaces

breaking_upgrade

Summary

AI summary

Broad release touches health, web, mcp, and commits.

Full changelog

What's Changed

  • fix(freshness): keep CLAUDE.md stamp and indexed commit current by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/524
  • refactor(ingestion): flatten deep nesting in heritage extractors by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/526
  • Split code-health score into defect, maintainability, and performance dimensions by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/528
  • feat(external-systems): classify dependencies by I/O boundary kind by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/529
  • refactor(mcp): decompose high-complexity MCP tool handlers by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/527
  • feat(health): add io-in-loop performance detector by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/530
  • feat(health): surface maintainability as a second health signal by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/531
  • feat(health): cross-function io-in-loop / N+1 detection by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/532
  • feat(health): surface performance as a co-equal third health signal by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/533
  • docs(readme): surface three-signal code health + star CTAs by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/534
  • docs(banner): add a subtle star CTA to the header image by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/535
  • refactor(health): extract perf detection into a PerfDialect plugin registry by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/536
  • feat(health): add Java, Go, and C# performance dialects by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/537
  • Add loop-level performance markers across language dialects by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/538
  • feat(health): centrality-gated performance markers + reusable severity ranker by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/539
  • fix(health): eliminate three perf-detector false-positive classes (C#/Go/Python) by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/540
  • feat(health): language-specific perf markers + precision refinements by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/541
  • feat(health): add pandas_iterrows_in_loop performance marker by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/542
  • feat(health): surface performance as a co-equal pillar in the web UI by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/544
  • fix(health): skip for...of over constant collections in TS/JS perf detector by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/545
  • feat(health): MCP-native AI prompt flavor + finding-count cap by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/546
  • feat(health): roll AI prompt actions across the dashboard by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/547
  • feat(web): repo Stats "By the Numbers" page by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/548
  • feat: aggregate cross-repo co-changes by repo pair with drill-down (Resolves #482) by @d3vpool in https://github.com/repowise-dev/repowise/pull/543
  • feat(commits): Code Evolution timeline as the headline by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/549
  • feat(impact): redesign the blast-radius impact tab by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/550
  • feat(owners): lead with a knowledge-distribution headline by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/551
  • fix(commits): commits-page follow-ups (full-width agent strip, collapsible risk panel, repo-wide stat cards) by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/552
  • feat(upgrade): store-format versioning for reindex-free upgrades by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/553
  • feat(cli): release advisory and "what's new" for upgrades by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/554
  • feat(web): surface upgrades in the dashboard by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/556
  • feat(cli): central platform layer + anonymous opt-out telemetry by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/555
  • refactor(health): split complexity walker into focused modules by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/557
  • feat(mcp): hybrid symbol and path search in search_codebase (#484) by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/558
  • feat(distill): seamless rewrite permissions + re-read savings by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/559
  • fix(dead-code): rescue Python symbols used only within their own file by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/563
  • README release refresh: banner, numbers-first lead, combined demo GIF by @swati510 in https://github.com/repowise-dev/repowise/pull/562
  • Hosted ⇄ Web UI parity by @swati510 in https://github.com/repowise-dev/repowise/pull/561
  • fix(web): reflect CLI auto-syncs in overview "Last synced" by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/564
  • README: drop the redundant prose tagline (already in the banner) by @swati510 in https://github.com/repowise-dev/repowise/pull/565
  • release: v0.22.0 — three-signal code health, reindex-free upgrades, hybrid search by @RaghavChamadiya in https://github.com/repowise-dev/repowise/pull/566

New Contributors

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

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