open-agents-ai 0.138.86 → 0.138.87
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 +2 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -52342,7 +52342,9 @@ function renderHeaderButtons(termWidth) {
|
|
|
52342
52342
|
fg2 = BTN_HOVER_FG;
|
|
52343
52343
|
}
|
|
52344
52344
|
out += `\x1B[${btn.row};${btn.startCol}H`;
|
|
52345
|
+
out += `\x1B]8;;oa-cmd:${btn.command}\x07`;
|
|
52345
52346
|
out += `\x1B[38;5;${fg2}m\x1B[48;5;${bg}m${btn.label}\x1B[0m`;
|
|
52347
|
+
out += `\x1B]8;;\x07`;
|
|
52346
52348
|
}
|
|
52347
52349
|
return out;
|
|
52348
52350
|
}
|
package/package.json
CHANGED