Skip to content

Commit b392a9f

Browse files
authored
bump plugin version (forgot to bump before merging this PR: #12) (#21)
1 parent e5e1a52 commit b392a9f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@warp-dot-dev/opencode-warp",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Warp terminal integration for OpenCode — native notifications and more",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { truncate, extractTextFromParts } from "./utils"
99
// NOTE: do not `export` this constant — opencode's legacy plugin loader
1010
// treats every named export as a plugin function and throws if any export
1111
// is not a function ("Plugin export is not a function").
12-
const PLUGIN_VERSION = "0.1.5"
12+
const PLUGIN_VERSION = "0.1.6"
1313
const NOTIFICATION_TITLE = "warp://cli-agent"
1414

1515
function sendPermissionNotification(perm: Permission, cwd: string): void {

0 commit comments

Comments
 (0)