@openagents-org/agent-launcher 0.1.9 → 0.1.10

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/package.json +1 -1
  2. package/src/tui.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openagents-org/agent-launcher",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "OpenAgents Launcher — install, configure, and run AI coding agents from your terminal",
5
5
  "main": "src/index.js",
6
6
  "bin": {
package/src/tui.js CHANGED
@@ -129,6 +129,7 @@ function generateAgentName(type) {
129
129
  function createTUI() {
130
130
  const screen = blessed.screen({
131
131
  smartCSR: true,
132
+ mouse: true,
132
133
  title: 'OpenAgents',
133
134
  fullUnicode: true,
134
135
  tags: true,