Skip to content

Releases: Neuropole/apricot

Release list

apricot-v1.0.0

Choose a tag to compare

@haddybhaiya haddybhaiya released this 07 May 05:14
77b00cc

#apricot v1.0.0
We’re excited to ship Apricot v1.0.0 — the first release of our self-hostable PR review and test-generation agent.

Highlights

  • Automated PR review comments with actionable feedback
  • Context-aware test generation using full codebase retrieval (RAG)
  • Generated tests saved to tests/test_generated.py for commit workflows
  • Cleaner Suggested Tests output in PR comments (proper fenced bash block display)
  • Improved test output normalization to avoid markdown/shell noise in generated test files
  • GitHub Actions-ready workflow for CI execution

What’s Included

  • Core agent pipeline (agent/main.py)
  • Code parsing/chunking/embedding + vector retrieval
  • LLM-based review + test generation
  • GitHub PR commenting + commit support
  • Baseline test coverage in tests/

Notes

   - This marks the stable foundation for upcoming improvements in robustness, intent inference, and test quality.

What's Changed

New Contributors

Full Changelog: https://github.com/Neuropole/apricot/commits/v1.0.0