Skip to content

Release v0.3.8#233

Merged
placerda merged 2 commits into
mainfrom
release/v0.3.8
Jun 4, 2026
Merged

Release v0.3.8#233
placerda merged 2 commits into
mainfrom
release/v0.3.8

Conversation

@placerda

@placerda placerda commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Release v0.3.8

Automated release branch created from develop.

What happened

  • Branch release/v0.3.8 created from develop
  • CHANGELOG.md updated: versioned section [0.3.8] added
  • Plugin versions synced to 0.3.8 (package.json, plugin.json, marketplace.json)
  • Staging pipeline triggered automatically (build → TestPyPI + VSIX pre-release → verify)

Next steps

  1. Wait for the Staging pipeline to pass
  2. Review and approve this PR
  3. Merge to main
  4. Tag and push: git tag v0.3.8 && git push origin v0.3.8
  5. Approve the PyPI publish and VSIX stable publish in the Release workflow
  6. Sync develop: git checkout develop && git merge main && git push origin develop

Checklist

  • Staging pipeline passes (build + TestPyPI + VSIX pre-release + verify)
  • CHANGELOG entries reviewed
  • PR approved and merged to main
  • Tag v0.3.8 pushed
  • PyPI publish approved
  • VSIX stable publish approved
  • develop synced from main

placerda and others added 2 commits June 4, 2026 11:12
agentops init could continue after required wizard values were left blank, then fail later while persisting agentops.yaml. In clean installs that path also exposed an undeclared PyYAML import and printed an ugly traceback (No module named 'yaml').

Re-prompt required blank values when no default exists, validate blank scripted flags with a friendly message, catch final persistence failures without traceback, and use the repository's ruamel.yaml helpers for agentops.yaml read/write. Add focused init and setup wizard coverage.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@placerda placerda merged commit 566a463 into main Jun 4, 2026
5 checks passed
@placerda placerda deleted the release/v0.3.8 branch June 4, 2026 14:29
Sign up for free to 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.

1 participant