Skip to content

v0.8.1

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:52
· 182 commits to main since this release
2ac547e
Screenshot 2026-06-27 at 12 52 32 PM

Added

  • Guided setup in 9 languages: The full-screen aegis init flow is now fully localized:

    • English
    • German
    • Spanish
    • French
    • Japanese
    • Korean
    • Russian
    • Simplified Chinese
    • Traditional Chinese

    Every string has been translator-reviewed, including prompts, component/service descriptions, AI provider options, the review screen, build-step progress lines, and footer hints.

    Choose a language with:

    aegis --lang <code>

    Or set:

    AEGIS_LANG=<code>

Fixed

  • Generated projects now pass make check out of the box: Post-generation setup now installs the dev toolchain with uv sync --all-extras, so the auto-format/lint step actually runs. Previously, ruff, ty, and pytest were missing, causing generated projects to ship unformatted with lint failures.

  • Template code is lint-clean across the supported Python versions:

    • Python 3.11
    • Python 3.12
    • Python 3.13
  • Localized the post-init hint: The "Recreate this stack anytime" hint is now translated in every supported language.

  • More resilient template merges: aegis add and aegis update now have a wider subprocess retry budget, improving reliability under heavy parallel load.

Installation

pip install aegis-stack==0.8.1

Or run directly:

uvx aegis-stack init my-project

Links

What's Changed

Full Changelog: v0.8.0...v0.8.1