opencode-osc9 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var OpencodeOsc9 = async ({ client }) => {
34
34
  case "session.idle":
35
35
  await notify("session idle", client.app.log);
36
36
  break;
37
- case "permission.ask": {
37
+ case "permission.asked": {
38
38
  const perm = properties?.permission ?? "unknown";
39
39
  await notify(`needs approval: ${perm}`, client.app.log);
40
40
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-osc9",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "opencode plugin to send system notification via OSC 9",
5
5
  "author": "tbeseda",
6
6
  "license": "MIT",