Skip to content

chore(release): cut 0.1.26 - #340

Merged
Jason Robert (jrob5756) merged 1 commit into
mainfrom
chore/release-0.1.26
Jul 27, 2026
Merged

chore(release): cut 0.1.26#340
Jason Robert (jrob5756) merged 1 commit into
mainfrom
chore/release-0.1.26

Conversation

@jrob5756

Copy link
Copy Markdown
Collaborator

Release: v0.1.26

Previous release: v0.1.25

Commit audit (2 commits since v0.1.25)

CommitClassification
#317 fix(providers): align Copilot and Hermes prompt schemas on the shared recursive builderFixed
#338 feat(aca): resolve Copilot credential automatically via gh auth token (29-commit ACA provider epic merge, closes#284)Added

Changelog summary

  • Added: new experimental aca (Azure Container Apps) provider — consolidated into a single entry describing the feature (delegates the agentic loop to a remote sandbox, includes provisioning tooling, runner image, example workflow, and automatic gh auth token credential fallback). The 3 incidental bug-fix bullets previously listed separately (image tag casing, error body truncation, example model pin) were folded in / dropped since they were bugs in code that had never shipped, not user-facing regressions.
  • Fixed: added a missing entry for fix(providers): align Copilot and Hermes prompt schemas on the shared recursive builder #317 — Copilot/Hermes prompt schemas no longer synthesize a fallback field description, and Hermes now shares Copilot's recursive schema builder (fixes array<object>/array<array> nesting).

Validation

  • make check ✅ (1 pre-existing ty warning in dialog_evaluator.py, unrelated to this range, unchanged from origin/main)
  • make test ✅ 4439 passed, 26 skipped, 8 deselected
  • make validate-examples ✅ (ACA example changed in this range)

Next steps

Merging this PR will be followed by tagging the merge commit v0.1.26 and pushing it, which triggers .github/workflows/release.yml to build, test, and publish the GitHub Release.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jrob5756
Jason Robert (jrob5756) merged commit 94cdefd into mainJul 27, 2026
10 checks passed
@jrob5756
Jason Robert (jrob5756) deleted the chore/release-0.1.26 branch July 27, 2026 15:50
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Idea: run agents inside Azure Container Apps sandboxes via a remote aca provider (Agent-in-Sandbox)

1 participant

@jrob5756