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.
- package/dist/index.js +1 -1
- 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.
|
|
37
|
+
case "permission.asked": {
|
|
38
38
|
const perm = properties?.permission ?? "unknown";
|
|
39
39
|
await notify(`needs approval: ${perm}`, client.app.log);
|
|
40
40
|
break;
|