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 +1 @@
{".":"0.17.0"}
{".":"0.18.0"}
7 changes: 7 additions & 0 deletions changelog/CHANGELOG-v0.x.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.18.0](https://github.com/sunerpy/opencode-kiro-auth/compare/v0.17.0...v0.18.0) (2026-08-01)


### Features

* 账号健康管理、流终态可观测性与用量刷新菜单 ([#84](https://github.com/sunerpy/opencode-kiro-auth/issues/84)) ([9267f2f](https://github.com/sunerpy/opencode-kiro-auth/commit/9267f2f25103ee64b2bac9d3aa9946da0c9df955))

## [0.17.0](https://github.com/sunerpy/opencode-kiro-auth/compare/v0.16.0...v0.17.0) (2026-07-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sunerpy/opencode-kiro-auth",
"version": "0.17.0",
"version": "0.18.0",
"description": "OpenCode plugin for AWS Kiro (CodeWhisperer) providing access to Claude models",
"type": "module",
"main": "dist/index.js",
Expand Down