Release v0.33.0#264
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Release PR for v0.33.0, updating version markers and release documentation to reflect the new release and its headline changes.
Changes:
- Bump version references to 0.33.0 (
version.txt,extension.yaml) and update release/install docs to v0.33.0. - Refresh the website’s releases page and getting-started install example to point at the v0.33.0 artifacts.
- Update
CHANGELOG.mdfor the v0.33.0 release entries and compare links.
Show a summary per file
| File | Description |
|---|---|
| version.txt | Version bump to 0.33.0. |
| extension.yaml | azd extension manifest version bumped to 0.33.0. |
| CHANGELOG.md | Add v0.33.0 release notes and adjust compare links (needs corrections). |
| docs/RELEASE.md | Release process documentation updated (contains a hard-coded version example). |
| site/src/content/docs/reference/releases.mdx | Website release page updated to v0.33.0 and updated download links. |
| site/src/content/docs/getting-started.mdx | Update manual install example version reference to v0.33.0. |
Copilot's findings
- Files reviewed: 6/6 changed files
- Comments generated: 3
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Release v0.33.0
Changes
Added
.waza.yamlfiles.evalFile,files.taskGlob, andfiles.taskFileSuffix(feat: configure eval file naming #254, closes Addwazato the file prefixes to allow waza specific editing tools #232)config.instruction_filesand task-levelinstruction_files(feat: include instruction files in eval runs #248, closes Feature Request: Include instructions.md files during test execution #239)Fixed
CopilotEngine(fix: route prompt graders through CopilotEngine #258, closes Migrate all uses of copilot.Client to use execution's CopilotEngine instead #54)copilot-cliupdated from 1.0.2 to 1.0.49 (fix: bump bundled copilot-cli #260, closes Bump bundled copilot-cli to v1.0.49+ to fix issue where sub-agent permission requests hang with embedded 1.0.2 #244)waza new skillno longer asks for nonstandard skill type metadata or emitstype:frontmatter (fix: remove nonstandard skill type prompt #261, closes New skill wizard asks about "type" of skill, which is a non-standard field #243)waza checkdiscovers nested skills and separated evals consistently (fix: align check eval discovery #247, closeswaza checkeval discovery is inconsistent withcoverageandrunin multi-skill workspaces #238)SKILL.mdbody sections (fix: detect SKILL body routing markers #236, closes HeuristicScorer only checks frontmatter description for triggers — ignores SKILL.md body #223)Changed
github.com/github/copilot-sdk/goto v0.3.0 (Migrate Copilot SDK to v0.3.0 #255, closes Migrate Copilot SDK to v0.3.0 #253)Validation
go test ./...cd site && npm ci --include=optional && npm run buildChecklist
version.txtandextension.yamlCHANGELOG.mdupdated for v0.33.0v0.33.0after merge