v4.2.1
What's Changed
- Azure OpenAI authentication via Microsoft Entra ID (no API key required). Azure-hosted LLMs can now be accessed using Entra ID rather than API keys. This is particularly useful in enterprise environments where API key usage is restricted or prohibited by security policy, as it relies on managed identities and centralized access control instead. Configuration guide: https://github.com/Nayjest/ai-microcore#microsoft-azure-openai-with-entra-id-no-api-key
- Updated default LLM models. The interactive setup and the
gito deploycommand now reference the latest state-of-the-art model versions. - Upgraded GitHub Actions references.
actions/checkoutupdated to v7,actions/upload-artifactto v7/v8,actions/download-artifactto v8, andactions/github-scriptto v9 across all workflow files, templates, and documentation. - Dependency updates and security fixes. Dependencies refreshed and known CVEs addressed.
Full Changelog: v4.2.0...v4.2.1