Skip to content
This repository was archived by the owner on Dec 23, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.7"
".": "1.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0](https://github.com/malhashemi/opencode-skills/compare/v0.1.7...v1.0.0) (2025-12-23)


### ⚠ BREAKING CHANGES

* This plugin is deprecated. Skills functionality is now built into OpenCode natively.

### Documentation

* deprecate plugin - skills now native in OpenCode v1.0.190+ ([#54](https://github.com/malhashemi/opencode-skills/issues/54)) ([fa75b67](https://github.com/malhashemi/opencode-skills/commit/fa75b671e1bc52f137aa208b7d099c41b0f45092))

## [0.1.7](https://github.com/malhashemi/opencode-skills/compare/v0.1.6...v0.1.7) (2025-12-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-skills",
"version": "0.1.7",
"version": "1.0.0",
"description": "Anthropic Agent Skills Specification plugin for OpenCode - discover and execute skills with dynamic tool registration",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down