Skip to content
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,4 +1,4 @@
{
"plugins/last9": "0.2.0",
"plugins/opencode-last9": "0.1.0"
"plugins/opencode-last9": "0.2.0"
}
9 changes: 9 additions & 0 deletions plugins/opencode-last9/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
# Changelog

## [0.2.0](https://github.com/last9/ai-toolkit/compare/v0.1.0...v0.2.0) (2026-08-24)


### Features

* **opencode:** add opencode-last9 plugin for hosted MCP and bundled skills ([#6](https://github.com/last9/ai-toolkit/issues/6)) ([d811b7c](https://github.com/last9/ai-toolkit/commit/d811b7c6443b63a48e156d339e7d24c54c21037b))

## Changelog
2 changes: 1 addition & 1 deletion plugins/opencode-last9/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-last9",
"version": "0.1.0",
"version": "0.2.0",
"description": "Last9 observability for OpenCode: registers the hosted Last9 MCP server (logs, metrics, traces, alerts, deploys) and ships investigation skills.",
"license": "MIT",
"type": "module",
Expand Down
Loading