Skip to content

CodeDecay v0.1.6

Choose a tag to compare

@kunaldhongade kunaldhongade released this 25 Jun 11:50
· 290 commits to main since this release
80134ce

CodeDecay v0.1.6

Patch release for release hygiene, security scanning cleanup, and CLI polish.

Changes

  • Fixes CodeQL polynomial regex alerts by replacing risky regex parsing with linear scanners.
  • Resolves dependency alerts for Vite and esbuild through workspace overrides.
  • Adds stronger end-user demo coverage for MCP/client and GitHub Action runtime smoke paths.
  • Improves CLI discovery by suggesting similar commands and flags.
  • Keeps CodeDecay local-first, deterministic, no telemetry, no API keys, and no required LLM/model calls.

Package

  • npm: npm install -D @submux/codedecay
  • version: @submux/codedecay@0.1.6
  • binary: codedecay

Validation

  • pnpm install
  • pnpm run lint
  • pnpm typecheck
  • pnpm test
  • pnpm build
  • pnpm --filter @submux/codedecay pack --dry-run
  • fresh npm install and codedecay --help