v0.0.4-preview
Pre-release
Pre-release
·
43 commits
to main
since this release
Release overview
Azure Functions Skills 0.0.4-preview is a pre-release focused on making the public preview safer, easier to install, and easier to validate across GitHub Copilot CLI, Claude Code, and Codex.
Highlights:
- Added the new azure-functions-agents skill for building AI-powered Azure Functions agent apps, including scheduled agents, chat agents, connector-triggered agents, and background AI workflows.
- Improved install, chat, update, and doctor flows for both plugin and local installs across supported coding agents.
- Hardened update behavior with install-mode detection and file-type-aware strategies so user customizations are preserved more safely.
- Reduced workspace routing noise by keeping large skill content in skill files instead of duplicating it into routing instructions.
- Added stronger pre-release validation, including E2E test guidance, current published reports, and Vally evaluation coverage for create/setup/deploy scenarios.
- Refreshed documentation and release-readiness guidance for the Azure Functions Skills public preview.
What's Changed
- docs(readme): simplify Quick Start install/chat examples by Tsuyoshi Ushio (@TsuyoshiUshio) in #140
- ci: add 1ES pipeline configuration for npm publish by Tsuyoshi Ushio (@TsuyoshiUshio) in #107
- chore(actions): bump azure/login from 2 to 3 by Dependabot (@dependabot)[bot] in #135
- chore(actions): bump actions/deploy-pages from 4 to 5 by Dependabot (@dependabot)[bot] in #136
- chore(actions): bump actions/upload-pages-artifact from 3 to 5 by Dependabot (@dependabot)[bot] in #137
- docs: define Azure Skills and Azure Functions Skills boundary by Tsuyoshi Ushio (@TsuyoshiUshio) in #101
- docs: update installation and workspace routing PRD by Tsuyoshi Ushio (@TsuyoshiUshio) in #81
- feat(prd): F16 azure-functions-doctor — two-tier project diagnostics design by Tsuyoshi Ushio (@TsuyoshiUshio) in #106
- chore(deps)(deps-dev): bump the dev-dependencies group with 4 updates by Dependabot (@dependabot)[bot] in #138
- docs: pre-release comprehensive audit report by Tsuyoshi Ushio (@TsuyoshiUshio) in #142
- feat(eval): add Vally LLM evaluation for azure-functions-create (PoC) by Tsuyoshi Ushio (@TsuyoshiUshio) in #141
- ci(eval): install func + azd on runner + add azure-functions-setup eval (re-target #150 onto main) by Tsuyoshi Ushio (@TsuyoshiUshio) in #151
- feat(eval): Tier 3 live deploy eval for azure-functions-deploy + cleanup safety net by Tsuyoshi Ushio (@TsuyoshiUshio) in #154
- Add azure-functions-agents skill by Anthony Chu (@anthonychu) in #158
- fix: update command auto-detects local mode and uses file-type-aware strategies by Tsuyoshi Ushio (@TsuyoshiUshio) in #152
- chore: add AGENTS.md, custom instructions, and reusable prompts for dev harness by Tsuyoshi Ushio (@TsuyoshiUshio) in #155
- fix(eval): use tool-calls grader for deploy assertion + security regression guard by Tsuyoshi Ushio (@TsuyoshiUshio) in #156
- docs(eval): document CI / Azure setup required for the Vally live deploy workflow by Tsuyoshi Ushio (@TsuyoshiUshio) in #157
- chore(release): 0.0.4-preview by Tsuyoshi Ushio (@TsuyoshiUshio) in #159
New Contributors
- Anthony Chu (@anthonychu) made their first contribution in #158
Full Changelog: v0.0.3-preview...v0.0.4-preview