Skip to content

chore(agents): bump Claude Code version to 2.1.78 and extend gitleaks config#219

Merged
8nevil8 merged 1 commit intomainfrom
chore/bump-claude-version-gitleaks-extend
Mar 18, 2026
Merged

chore(agents): bump Claude Code version to 2.1.78 and extend gitleaks config#219
8nevil8 merged 1 commit intomainfrom
chore/bump-claude-version-gitleaks-extend

Conversation

@8nevil8
Copy link
Collaborator

@8nevil8 8nevil8 commented Mar 18, 2026

Summary

Bumps the Claude Code supported/minimum versions and enables the default gitleaks ruleset to strengthen secrets detection.

Changes

  • CLAUDE_SUPPORTED_VERSION: 2.1.632.1.78
  • CLAUDE_MINIMUM_SUPPORTED_VERSION: 2.1.532.1.60
  • .gitleaks.toml: added [extend] useDefault = true to enable the default gitleaks ruleset; excluded dist/ build artifacts from scanning
  • Fixed all gitleaks findings surfaced by the new ruleset:
    • Added // gitleaks:allow to intentional test data in security.test.ts
    • Replaced fake API keys with YOUR_API_KEY_HERE in best-practices.md and violation-examples.md
    • Replaced fake JWT tokens with <YOUR_JWT_TOKEN> in AUTHENTICATION.md
    • Replaced fake key in unit-tester-agent.md with non-triggering placeholder

Impact

  • Claude Code 2.1.60–2.1.78 will be accepted; older versions blocked
  • Secrets scanning now uses the full default gitleaks ruleset (previously no rules were active)

Checklist

  • Self-reviewed
  • Manual testing performed
  • Documentation updated (if needed)
  • No breaking changes (or clearly documented)

… config

- Set CLAUDE_SUPPORTED_VERSION to 2.1.78 (was 2.1.63)
- Set CLAUDE_MINIMUM_SUPPORTED_VERSION to 2.1.60 (was 2.1.53)
- Add [extend] useDefault = true to .gitleaks.toml
- Exclude dist/ build artifacts from gitleaks scanning
- Fix gitleaks findings: add gitleaks:allow to security test data, replace fake API keys and JWT tokens in docs/skills with proper placeholders

Generated with AI

Co-Authored-By: codemie-ai <codemie.ai@gmail.com>
@8nevil8 8nevil8 merged commit 2e62f0b into main Mar 18, 2026
5 checks passed
@8nevil8 8nevil8 deleted the chore/bump-claude-version-gitleaks-extend branch March 18, 2026 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants