Conversation
There was a problem hiding this comment.
Pull request overview
This PR releases version 0.5.0-rc2 of Aegis Stack, addressing Python 3.14 compatibility concerns with RAG features and improving version management to exclude pre-release versions by default.
- Version bump from 0.5.0-rc1 to 0.5.0-rc2 across all relevant files
- Changed RAG default to
falsein copier.yml to align with Python 3.14 compatibility constraints - Enhanced version filtering to exclude pre-releases by default, with option to include them
- Added Python 3.14 compatibility warnings for RAG feature in interactive CLI
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| uv.lock | Updated package version to 0.5.0-rc2 |
| pyproject.toml | Updated project version to 0.5.0-rc2 |
| copier.yml | Updated template version to 0.5.0-rc2 and changed ai_rag default from true to false |
| aegis/core/copier_updater.py | Added include_prereleases parameter to filter pre-release versions from available versions list |
| aegis/core/copier_manager.py | Added clarifying comment about Python version override for RAG compatibility |
| aegis/cli/interactive.py | Added Python 3.14 compatibility check and warnings when enabling RAG feature |
| aegis/init.py | Updated module version to 0.5.0-rc2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.