Skip to content

Releases: coderamp-labs/gitingest

v0.1.5

25 Jun 18:19
c2ad390
Compare
Choose a tag to compare

image

Changelog [0.1.5]

🚀 New Features

  • Private Repository Support - Added comprehensive GitHub PAT token support for CLI and web UI (@filipchristiansen)
  • Enhanced CLI - Added --include-gitignored flag (@ArmanJR) and --output - for stdout streaming (@cwest)
  • Self-Hosted Git - Support for custom GitLab instances and Git domains following the pattern name.gitlab.com (@filipchristiansen)
  • AI documentation - Added /llm.txt endpoint with comprehensive agent integration guide (@cyclotruc)

🔧 Improvements

  • Tokenization - Upgraded to GPT-4o's o200k_base tokenizer (@AmgadHasan)
  • File Handling - Improved symlink processing and UTF-16 encoding support (@NicolasIRAGNE)
  • UI/UX - Fixed directory picker (@zamora-carlos), and <owner>/<repo> page titles (@amaank404)
  • Pattern Matching - Enhanced directory traversal for better file matching (@a3ng7n)

🐛 Bug Fixes

  • Fixed UI selection for exclude/include patterns that failed on subdirectories and other cases
  • Fixed UTF-16 BOM handling, CLI test isolation, and UI spacing issues
  • Improved error handling for private repositories and pattern matching

Thank you to all contributors who made this release possible, including first-time contributors and community members who helped improve documentation, testing, and feature development.

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.3

13 Feb 08:20
v0.1.3-signed
Compare
Choose a tag to compare

image

What's Changed

  • Gitingest is now supporting windows!
  • ⚠️ from gitingest import ingest is now sync (doesn't use async/await syntax anymore)
  • You can use from gitingest import ingest_async for async usage like previously
  • Improved include/exclude front-end behaviour
  • Various git providers are now supported from the url trick (full list here)
  • Moved from apianalytics to posthog (reached the 1.5M requests limit for gitingest.com)
  • Improved url parsing to be more reliable accross all syntaxes
  • And a lot of minor QoL improvements & bugfixes

Full Changelog: https://github.com/cyclotruc/gitingest/commits/v0.1.3

Special thanks to:
@filipchristiansen who tremendously improved code quality accross the whole codebase
@ShreyPurohit for the windows-compatibility work
@DavidUlloa6310 who made this neat frontend feature

And since this is the first release on this repo, thanks a lot to every contributor so far!

v0.1.4

06 Mar 22:44
ee8a351
Compare
Choose a tag to compare

What's Changed

MacOS support for the CLI/pip package (was not working for remote repositories)

New Contributors

Special thanks to @filipchristiansen once again for his impressive refactor of the ingestion logic, the recursion code is now much cleaner and safer to build upon

Full Changelog: v0.1.3...v0.1.4