mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix: add missing underscore prefix in updateWorkingDir method name (#8743)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -142,7 +142,10 @@ export async function updateWorkingDir(
|
||||
workingDir: string,
|
||||
): Promise<void> {
|
||||
const client = await getClient();
|
||||
await client.extMethod("goose/working_dir/update", { sessionId, workingDir });
|
||||
await client.extMethod("_goose/working_dir/update", {
|
||||
sessionId,
|
||||
workingDir,
|
||||
});
|
||||
}
|
||||
|
||||
export async function updateSessionProject(
|
||||
|
||||
Reference in New Issue
Block a user