Skip to content

Releases: TharaneshA/answergit

AnswerGit Release — v1.3.0

11 Dec 11:02

Choose a tag to compare

Key updates on this Release:

File Explorer Enhancements: The file explorer now features improved navigation and a robust search functionality, allowing users to quickly locate and access files within large repositories.

AI Assistant Context Improvements: The AI assistant leverages GitIngest data more effectively by refining how repository context is used and generated. This leads to more accurate and relevant responses to user queries about the codebase.

Rate Limit Monitoring: A new UI element has been added to display GitHub API rate limit status, providing users with greater transparency regarding API usage and potential limitations.

PDF Viewer and Image Handling: The file viewer now integrates a PDF viewer for seamless document handling. Additionally, image display has been enhanced with support for base64 encoding and interactive zoom controls.

Improved Error Handling & Retries: Robust error handling and retry mechanisms have been implemented across GitHub API interactions and file processing, ensuring greater application stability and reliability.

Specific File Analysis: Users can now focus the AI analysis on specific files within a repository, enabling more targeted and efficient code understanding.

feel free to leave issues if you find any.

What's Changed

Full Changelog: v1.2.0...v1.3.0

AnswerGit — v1.2.0

07 May 16:43
ec66559

Choose a tag to compare

📦 AnswerGit Release — v1.2.0

Release Date: May 7, 2025


🚀 New Features

⚡ Redis Caching Integration

  • Implemented Redis to cache repository data responses.
  • Caching duration is set to 6 hours to minimize repeated GitHub API calls.
  • Improves performance for frequent and repeated queries.

🧠 Backend Migration to FastAPI

  • The entire backend has been migrated to FastAPI, replacing previous frameworks.
  • Benefits include:
    • Faster request handling
    • Auto-generated API documentation available at /docs
    • Modern, async-friendly backend foundation

💡 Why It Matters

  • Faster performance and lower latency for end-users.
  • Reduced API overhead thanks to Redis caching.
  • A cleaner, more scalable backend ready for future growth.

🛠️ Developer Notes

  • Set up your Redis environment variables:
    • REDIS_URL (preferred), or
    • REDIS_HOST, REDIS_PORT, REDIS_PASSWORD
  • Check the new API documentation at /docs for updated endpoints and parameters.

This release lays the foundation for improved performance, scalability, and developer experience.

AnswerGit - Context

05 May 03:32

Choose a tag to compare

AnswerGit now responds to your queries with code context from the repositories

Initial Release v1.0.0

09 Apr 08:06
592f9ec

Choose a tag to compare