Skip to content

v4.2.1

Choose a tag to compare

@Nayjest Nayjest released this 26 Jun 09:49
· 59 commits to main since this release
7ff500c

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 deploy command now reference the latest state-of-the-art model versions.
  • Upgraded GitHub Actions references. actions/checkout updated to v7, actions/upload-artifact to v7/v8, actions/download-artifact to v8, and actions/github-script to 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