Skip to content

build(deps): bump github.com/plexusone/omniskill from 0.10.0 to 0.11.0 - #16

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniskill-0.11.0
Open

build(deps): bump github.com/plexusone/omniskill from 0.10.0 to 0.11.0#16
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/plexusone/omniskill-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 5, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/plexusone/omniskill from 0.10.0 to 0.11.0.

Release notes

Sourced from github.com/plexusone/omniskill's releases.

v0.11.0

Release Notes: v0.11.0

Full Changelog: plexusone/omniskill@v0.10.0...v0.11.0

Changelog

Sourced from github.com/plexusone/omniskill's changelog.

[v0.11.0] - 2026-08-02

Highlights

  • New mcp/bridge/ package mounts remote MCP servers as local skills in the registry
  • New migration/ package with adapters and a Check() validator for moving bespoke tool layers onto omniskill
  • New roles/ package with reference role implementations (CodeReviewer, MeetingPM)
  • Capability-based skill discovery in registry/ (FindByCapability, FindByKeyword, FindByCategory)
  • role.Role and skill.Skill interfaces gain a Version() method as part of pre-1.0 interface stabilization

Breaking

  • role.Role interface adds Version() string; custom Role implementations that don't embed role.BaseRole must add this method (e39af03)
  • skill.Skill interface adds Version() string; custom Skill implementations that don't embed skill.BaseSkill must add this method (6fb561e)

Upgrade Guide

  • If you implement role.Role or skill.Skill directly (without embedding role.BaseRole/skill.BaseSkill), add a Version() string method to your type
  • Skills wanting capability-based discovery should implement registry.CapabilityProvider and/or registry.KeywordProvider, or call DiscoveryRegistry.RegisterCapabilities

Added

  • mcp/bridge: Bridge.ToSkill() mounts a remote MCP session as a local skill.Skill, proxying tool calls through the session (1a077b7)
  • migration: AdaptTool/AdaptSkill wrap legacy tool/skill types to implement skill.Tool/skill.Skill (e4e1230)
  • migration: Check() validates registry migration completeness and reports actionable issues (e4e1230)
  • registry: Capability type with standard constants (file, http, code, git, database, communication, search, etc.) and CapabilityProvider/KeywordProvider interfaces (521e105)
  • registry: DiscoveryRegistry interface with FindByCapability, FindByCapabilities, FindByAnyCapability, FindByKeyword, FindByCategory, RegisterCapabilities (521e105)
  • clawhub: Hub.Discover() and Hub.RecommendSkills() for capability-based marketplace search and natural-language recommendations (521e105)
  • installer: VersionConstraint and SemVer types supporting exact, range, caret (^), tilde (~), and latest/* version pinning (3cc8fa0)
  • pack: PublishConfig/PublishBundle prepare a validated, checksummed tarball for publishing a skill pack (bc5586b)
  • pack: SKILL.md validation with ValidationResult/ValidationError, distinguishing errors from warnings (e9f6b2a)
  • pack: scaffolding helper for generating new SkillPack directory structures (f2b9900)
  • mcp/oauth2: RevocationHandler() implements RFC 7009 token revocation for access and refresh tokens (ad19458)
  • mcp/transport: WebSocket transport evaluation stub (84826e9)
  • mcp/server: rate-limiting middleware (token bucket, per-client key, configurable burst) and tool authorization middleware (3c8af3c)
  • mcp/server: LoggingMiddleware for structured request logging via slog (09c4fce)
  • roles: reference role implementations CodeReviewer (configurable strictness) and MeetingPM (b37615a)
  • role: ValidateSkills() checks a role's required/optional skills against a registry with actionable error messages (2c2e821)
  • role: Version() string added to the Role interface and BaseRole (e39af03)
  • skill: Version() string added to the Skill interface and BaseSkill (6fb561e)
  • skill: JSON Schema fields added to Parameter for richer tool input schemas (f9a5685)

Fixed

  • Implement Version() on MarkdownSkill and SessionSkill to satisfy the updated Skill interface (d456ad7)

Dependencies

  • Bump github.com/modelcontextprotocol/go-sdk from v1.6.1 to v1.7.0 (74511a7)
  • Bump golang.org/x/mod from v0.37.0 to v0.38.0 (2285759)

... (truncated)

Commits
  • e118204 docs: update package lists and fix stale GitHub/role-interface references
  • 4ca3455 docs: add v0.11.0 release notes and update mkdocs nav
  • 9827500 docs(mcp): document v0.11.0 rate limiting, tool auth, logging, and token revo...
  • 089fd24 docs: document v0.11.0 capability discovery, version pinning, and pack tooling
  • 6ba0af2 docs(mcp): add bridge package documentation
  • 7b07590 docs(changelog): add v0.11.0 entry and regenerate CHANGELOG.md
  • 32ba48e fix(docs): use runtime import alias for mcp/server package
  • 4932962 chore(deps): go mod: update dependencies
  • 847e96b Merge pull request #21 from plexusone/dependabot/go_modules/github.com/modelc...
  • 74511a7 build(deps): bump github.com/modelcontextprotocol/go-sdk
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/plexusone/omniskill](https://github.com/plexusone/omniskill) from 0.10.0 to 0.11.0.
- [Release notes](https://github.com/plexusone/omniskill/releases)
- [Changelog](https://github.com/plexusone/omniskill/blob/main/CHANGELOG.md)
- [Commits](plexusone/omniskill@v0.10.0...v0.11.0)

---
updated-dependencies:
- dependency-name: github.com/plexusone/omniskill
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants