Skip to content

Claude-Autopilot

v5.0.1 Maintenance

This release keeps dependencies and maintenance posture current for teams operating this tool.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent autonomous-coding autopilot ci-cd-tools claude-autopilot claude-code
+13 more
cli code-review code-review-bot coding-agent cursor-alternative developer-tools devin-alternative llm local-first multi-model-llm npm-cli pipeline sarif

Summary

AI summary

Minor fixes and improvements.

Full changelog

Post-GA cleanups surfaced from auditing the published v5.0.0 tarball. No behavior changes — patch release.

Changes

  • tsconfig.build.json — enable declaration: true + declarationMap: true. The build was emitting only .js, while package.json#types pointed at unbuilt ./src/index.ts, forcing TS consumers to compile our source as part of their build. Now npm run build emits ./dist/src/index.d.ts (290 B) plus per-module .d.ts files; types and exports[\".\"].types repoint there. (#39)
  • packages/guardrail-tombstone/package.json — tighten the forwarding dep range from >=5.0.0-alpha to ^5.0.0 (defensive — keeps old guardrail installs from accidentally pulling future alphas). Tombstone republish required to take effect on npm.
  • package-lock.json — stale name: @delegance/guardrail field from before the v5 rename was regenerated against the renamed root package.

Verification

  • npm run build clean (post-build rewriter still rewrites the same 2 import specifiers)
  • npm test 613/613 pass
  • npm pack --dry-run — confirms dist/src/index.d.ts and per-module .d.ts files ship in the tarball
  • All CI checks green (Bin smoke matrix, Test Node 22, Cursor Bugbot)

Install

npm install -g @delegance/[email protected]

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 Claude-Autopilot

Get notified when new releases ship.

Sign up free

About Claude-Autopilot

All releases →

Related context

Beta — feedback welcome: [email protected]