diff --git a/gitingest/docker-compose.yml b/gitingest/docker-compose.yml index e7ca8b2e..03087779 100644 --- a/gitingest/docker-compose.yml +++ b/gitingest/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8000 app: - image: elestio/gitingest:v0.1.5@sha256:b36d26ef019bf1b000d4cddda0afd0fb2e11342cd8da7027a5f40249b888c914 + image: ghcr.io/coderamp-labs/gitingest:v0.3.1@sha256:0107c1e389d9e5e86dc3052defe024bd2439b776a1904ae4ee14f1cfb16e3b77 restart: on-failure user: "1000:1000" environment: diff --git a/gitingest/umbrel-app.yml b/gitingest/umbrel-app.yml index 1a74c5a1..c4f1219b 100644 --- a/gitingest/umbrel-app.yml +++ b/gitingest/umbrel-app.yml @@ -3,7 +3,7 @@ id: gitingest name: Gitingest tagline: An effortless way to make Git repositories LLM-friendly category: developer -version: "0.1.5" +version: "0.3.1" port: 8895 description: >- Gitingest is an open-source tool that converts Git repositories into structured, LLM-friendly text summaries, making it easier to analyze and process code with AI models like ChatGPT and Claude. By simply replacing "github.com" with "gitingest.com" in any repository URL, users can instantly generate an AI-optimized digest of the codebase. Additionally, a one-click button provides seamless integration with GitHub, ensuring a smooth workflow for developers. @@ -24,27 +24,27 @@ gallery: - 2.jpg - 3.jpg releaseNotes: >- - This release brings exciting new features and improvements. + This release brings new features and improvements to Gitingest. New features include: - - Private repository support with GitHub token integration for both CLI and web interface - - Enhanced CLI with new flags for including ignored files and streaming output - - Support for self-hosted GitLab instances and custom Git domains - - New AI documentation endpoint for better agent integration + - Support for Git submodules + - Caching system to serve previously generated digests faster + - Enhanced logging for better troubleshooting Key improvements: - - Upgraded tokenizer for better AI model compatibility - - Improved file handling with better symlink processing and UTF-16 encoding support - - Enhanced user interface with fixed directory picker and better page titles - - Better pattern matching for directory traversal and file selection + - Better handling of large files with improved size processing + - Improved cleanup of temporary files after processing + - Better error handling for network issues during token estimation + - Enhanced pattern matching for include and exclude rules Bug fixes include: - - Fixed UI selection issues for exclude/include patterns - - Improved error handling for private repositories - - Better UTF-16 encoding support and various UI spacing improvements + - Fixed cache handling for repository subpaths + - Fixed directory tree display issues + - Resolved container launch problems + - Better processing of gitignore and gitingestignore files Full release notes are found at https://github.com/cyclotruc/gitingest/releases