mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 07:03:25 +00:00
Fix pi-agent CLI execution issue when installed globally
- Remove isMainModule check that was preventing execution via npm symlink - CLI now runs main function directly when executed - Bump version to 0.5.1
This commit is contained in:
parent
c615f3f011
commit
d304f377d7
10 changed files with 19 additions and 110 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@mariozechner/pi-tui",
|
||||
"version": "0.5.0",
|
||||
"version": "0.5.1",
|
||||
"description": "Terminal User Interface library with differential rendering for efficient text-based applications",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue