Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: coderamp-labs/gitingest

v0.3.1

31 Jul 13:55
@coderamp-ci coderamp-ci
45b068b
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

0.3.1 (2025年07月31日)

Bug Fixes

Assets 2
Loading
EDM115, NicolasIRAGNE, and stritti reacted with hooray emoji
3 people reacted

v0.3.0

30 Jul 23:25
@coderamp-ci coderamp-ci
4b190fc
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

0.3.0 (2025年07月30日)

Features

Bug Fixes

  • handle network errors gracefully in token count estimation (#437) (5fbb445)
  • improved server side cleanup after ingest (#477) (2df0eb4)

Documentation

  • contributing: update PR title guidelines to enforce convention (#476) (d1f8a80)
Loading
EDM115 reacted with hooray emoji
1 person reacted

v0.2.1

27 Jul 22:56
@coderamp-ci coderamp-ci
a63ed9e
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

0.2.1 (2025年07月27日)

Bug Fixes

  • remove logarithm conversion from the backend and correctly process max file size in kb (#464) (932bfef)
Loading
FireStar0507 reacted with thumbs up emoji EDM115 reacted with hooray emoji
2 people reacted

v0.2.0

26 Jul 14:47
@coderamp-ci coderamp-ci
aca371a
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

0.2.0 (2025年07月26日)

Features

  • include_submodules option (#313) (38c2317)
  • add Tailwind CSS pipeline, tag-aware cloning & overhaul CI/CD (#352) (b683e59)
  • add Tailwind CSS pipeline, tag-aware cloning & overhaul CI/CD (#352) (016817d)
  • ci: build Docker Image on PRs (#382) (bc8cdb4)
  • implement prometheus exporter (#406) (1016f6e)
  • implement S3 integration for storing and retrieving digest files (#427) (414e851)
  • integrate Sentry for error tracking and performance monitoring (#408) (590e55a)
  • Refactor backend to a rest api (#346) (2b1f228)
  • ui: add inline PAT info tooltip inside token field (#348) (2592303)

Bug Fixes

  • enable metrics if env var is defined instead of being "True" (#407) (fa2e192)
  • fix docker container not launching (#449) (998cea1)
  • frontend directory tree (#363) (0fcf8a9)
  • gitignore and gitingestignore files are now correctly processed ... (#416) (74e503f)
  • Potential fix for code scanning alert no. 75: Uncontrolled data used in path expression (#421) (9ceaf6c)
  • reset pattern form when switching between include/exclude patterns (#417) (7085e13)
  • temp files cleanup after ingest(#309) (e669e44)
  • ui: update layout in PAT section to avoid overlaps & overflows (#331) (b39ef54)
  • windows: warn if Git long path support is disabled, do not fail (b8e375f)

Documentation

Code Refactoring

  • centralize PAT validation, streamline repo checks & misc cleanup (#349) (cea0edd)
Loading
github-actions[bot] reacted with thumbs up emoji EDM115 and github-actions[bot] reacted with hooray emoji ix-56h, github-actions[bot], and Arjunmehta312 reacted with rocket emoji Mobility-Inc-Marq reacted with eyes emoji
5 people reacted

v0.1.5

25 Jun 18:19
@cyclotruc cyclotruc
c2ad390
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Loading
cyclotruc, filipchristiansen, EDM115, KhalilBensaha, and coredipper reacted with hooray emoji nimaronaghi and Arjunmehta312 reacted with heart emoji
7 people reacted

v0.1.3

13 Feb 08:20
@cyclotruc cyclotruc
v0.1.3-signed
This tag was signed with the committer’s verified signature.
filipchristiansen Filip Christiansen
SSH Key Fingerprint: ZGKgN48h8lCs9ELnPDMRxrhxV2KMQT00724NOQofhC0
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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!

Loading
biduhf, Eddy-Prime, and firengate reacted with thumbs up emoji cyclotruc, ix-56h, EDM115, ShreyPurohit, and firengate reacted with hooray emoji Pipluppp, joaodubas, cyclotruc, Eddy-Prime, firengate, and lore-corrias reacted with heart emoji firengate reacted with rocket emoji
10 people reacted

v0.1.4

06 Mar 22:44
@cyclotruc cyclotruc
ee8a351
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.
Compare
Choose a tag to compare
Loading

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

Contributors

filipchristiansen, ninadsachania, and 3 other contributors
Loading
EDM115 and smypmsa reacted with hooray emoji
2 people reacted

AltStyle によって変換されたページ (->オリジナル) /