mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
alexhancock/goose-tui-bin (#9089)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose-binary-darwin-arm64",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Goose binary for macOS ARM64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose-binary-darwin-x64",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Goose binary for macOS x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose-binary-linux-arm64",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Goose binary for Linux ARM64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose-binary-linux-x64",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Goose binary for Linux x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose-binary-win32-x64",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Goose binary for Windows x64",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "goose2",
|
||||
"private": true,
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.33.0",
|
||||
"scripts": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose-sdk",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Agent Client Protocol (ACP) SDK for Goose AI agent",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@aaif/goose",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"description": "Goose - an open-source AI agent",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
@@ -16,7 +16,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"goose": "dist/tui.js"
|
||||
"goose-tui": "dist/tui.js"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
|
||||
Reference in New Issue
Block a user