Repo-gpt

Latest version: v0.3.0

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.0

Breaking Change
- Remove support for python 3.8

Updates and Fixes
- Add support for python 3.12
- Remove unused packages and upgrade others
- Add additional tests for typescript
- Fix minor bugs related to missing variable inputs

0.2.0

IMPORTANT: This requires users to delete their embedding files and re-run `repo-gpt setup`. The embedding file is generally located in `<path to your repo root>/.repo_gpt/code_embeddings.pkl`




What's Changed
- This update overhauls how `repot-gpt query <whatever you want to ask>` so it searches your codebase using agents and answers your questions.
- The index now indexes all files that are not in the `.gitignore` file
- All sizes of functions and files are indexed. (Size was a limiting factor before.)


**Full Changelog**: https://github.com/shruti222patel/repo-gpt/compare/0.1.5...0.2.0

0.1.5

What's Changed
* Move try-catch up a level for error parsing file by shruti222patel in https://github.com/shruti222patel/repo-gpt/pull/24


**Full Changelog**: https://github.com/shruti222patel/repo-gpt/compare/0.1.4...0.1.5

0.1.4

What's Changed
* Don't raise exception when there's an error parsing by shruti222patel in https://github.com/shruti222patel/repo-gpt/pull/23


**Full Changelog**: https://github.com/shruti222patel/repo-gpt/compare/0.1.3...0.1.4

0.1.3

What's Changed
* Fix parsed code bug shruti222patel in https://github.com/shruti222patel/repo-gpt/pull/22


**Full Changelog**: https://github.com/shruti222patel/repo-gpt/compare/0.1.2...0.1.3

0.1.2

- Add global code (i.e. code outside of classes & functions/methods)
- Catch & print parsing errors.

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.