release: 0.8.0 — 6 new agents - #34
Merged
Merged
Conversation
…OpenHands, Goose) Bumps manifest, package, and versions.json to 0.8.0. Minor release: since 0.7.5 the plugin gained six new agents and Windsurf's skills dir (#28); the other merged PRs (#29-#31, #33) are the VS Code extension and shared-constant work that don't change plugin runtime. Tagging 0.8.0 triggers the release workflow (build + attestation + GitHub release with main.js, manifest.json, styles.css).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Version bump for the Obsidian plugin's 0.8.0 release.
Why 0.8.0 (minor)
Since 0.7.5, the plugin gained 6 new agents (Cline, Roo Code, Kilo Code, Continue, OpenHands, Goose) and Windsurf's skills directory, from #28. New capability = minor bump.
The other PRs merged since 0.7.5 (#29, #30, #31 = the VS Code extension; #33 = shared tool-count constant) don't change the Obsidian plugin runtime, so they ride along in the same release without needing their own bump.
After merge
Push tag
0.8.0to trigger.github/workflows/release.yml(build + build-provenance attestation + GitHub release with main.js, manifest.json, styles.css).Verified: bundle rebuilt at 0.8.0 contains all 6 new agents; the plugin reads its version from manifest.json at runtime so main.js is unchanged;
minAppVersionstays 1.7.2.