refactor: @aaif/goose-acp -> @aaif/goose-sdk (#8555)

This commit is contained in:
Alex Hancock
2026-04-15 12:00:02 -04:00
committed by GitHub
parent 7a803feb7f
commit f850b44d4d
10 changed files with 15 additions and 197 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import React, { useState, useEffect, useCallback } from "react";
import { Box, Text, useInput, useStdout } from "ink";
import type { GooseClient, ProviderDetailEntry } from "@aaif/goose-acp";
import type { GooseClient, ProviderDetailEntry } from "@aaif/goose-sdk";
import {
TEAL,
GOLD,
+1 -1
View File
@@ -1,7 +1,7 @@
import React, { useState, useEffect, useCallback } from "react";
import { Box, Text, useInput, useStdout } from "ink";
import { TextInput, PasswordInput } from '@inkjs/ui';
import type { GooseClient, ProviderDetailEntry } from "@aaif/goose-acp";
import type { GooseClient, ProviderDetailEntry } from "@aaif/goose-sdk";
import {
CRANBERRY,
TEAL,
+1 -1
View File
@@ -18,7 +18,7 @@ import type {
ToolCallUpdate,
} from "@agentclientprotocol/sdk";
import { ndJsonStream } from "@agentclientprotocol/sdk";
import { GooseClient } from "@aaif/goose-acp";
import { GooseClient } from "@aaif/goose-sdk";
import Onboarding from "./onboarding.js";
import ConfigureScreen from "./configure.js";
import type { PendingPermission, ResponseItem, Turn } from "./types.js";