Skip to content

Releases: khezen/codespy

0.4.1

09 Mar 16:35
28a2891

Choose a tag to compare

What's Changed

  • default:config: output git: true by @khezen in #21

Full Changelog: 0.4.0...0.4.1

0.4.0

02 Mar 10:36
a3003d8

Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

21 Feb 09:36
1ef9b4f

Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1

15 Feb 12:40
72cdc9f

Choose a tag to compare

What's Changed

  • Add code smells and refactor modules arch by @khezen in #12

Full Changelog: 0.3.0...0.3.1

0.3.0

14 Feb 18:59
50c2f47

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.3...0.3.0

0.2.3

09 Feb 20:32
874d831

Choose a tag to compare

What's Changed

  • restrict tools to scope for cost savings on large repo by @khezen in #7

Full Changelog: 0.2.2...0.2.3

0.2.2

08 Feb 17:23
82546d4

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

CI + fixes + Action

08 Feb 16:33
7327add

Choose a tag to compare

What's Changed

Fixes to parallelization

CI changes

Action fixes

GitLab Support & Core Improvements

07 Feb 22:23
2784186

Choose a tag to compare

Summary:

This PR introduces support for GitLab, alongside significant refactoring, configuration enhancements, and documentation updates. It also streamlines the auditing process by removing the "domain expert" component and improving prompt/output handling.

Key Changes:

GitLab Integration: Added core support for GitLab repositories.

Configuration & CLI:

Implemented the scan_unchanged configuration option for the supply_chain signature.

Added a --config flag for specifying configuration files.

Updated default behavior to skip auditing the supply chain if no changes are detected.

Refactoring & Cleanup:

Removed: The "domain expert" component and "is speculative" logic.

Renamed: "Security Auditor" component.

Merged signatures and improved review management.

Output & Prompting:

Enhanced output efficiency and formatting.

Refined prompts for better results.

Documentation: Updated the README and reviewed existing documentation.

Misc: Version bump and bug fixes (specifically for supply chain change detection).

CodeSpy AI PR Review Agent

05 Feb 21:21

Choose a tag to compare

CodeSpy Code Review Action v1

🔍 Automated AI-powered code review for your pull requests

Add intelligent code review to your CI/CD pipeline with one line of configuration. CodeSpy analyzes your PRs for security vulnerabilities, bugs, and documentation issues—posting inline comments directly on the affected lines.

Features

  • 🔒 Security Analysis - Detects vulnerabilities with CWE references
  • 🐛 Bug Detection - Identifies logic errors, null references, resource leaks
  • 📝 Documentation Review - Checks for missing/outdated docs
  • 🎯 Inline Comments - Issues posted on exact affected lines
  • 🤖 Multi-Provider - Anthropic, OpenAI, AWS Bedrock, Google Gemini

Quick Start

- uses: khezen/codespy@v1
  with:
    model: 'claude-sonnet-4-5-20250929'
    anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}

Highlights

  • Per-signature configuration (enable/disable specific reviewers)
  • Configurable models per analysis type
  • Output variables for issue counts
  • Option to fail CI on critical issues

See the README for full documentation and configuration options.


You can shorten this if needed, or I can adjust the tone/focus based on your preference.