mirror of
https://github.com/block/goose.git
synced 2026-04-26 10:40:45 +00:00
Fix: documentation and UI import typo (#8416)
This commit is contained in:
parent
78864ecdad
commit
6f6247230d
7 changed files with 6 additions and 6 deletions
|
|
@ -204,7 +204,7 @@ extensions:
|
|||
display_name: Memory
|
||||
timeout: 300
|
||||
bundled: true
|
||||
description: "For storing and retrieving formating preferences that might be present"
|
||||
description: "For storing and retrieving formatting preferences that might be present"
|
||||
prompt: |
|
||||
Analyze the staged changes and any unpushed commits in the git repository {{git_repo_path}} to generate a comprehensive pull request description. Work autonomously without requesting additional information.
|
||||
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ Pick the UI you like. Pick the agent you like. They don't have to be the same th
|
|||
|
||||
- [ACP clients guide](/docs/guides/acp-clients)
|
||||
- [ACP providers guide](/docs/guides/acp-providers)
|
||||
- [Goose on GitHub](https://github.com/block/goose)
|
||||
- [Goose on GitHub](https://github.com/aaif-goose/goose)
|
||||
- [Discord community](https://discord.gg/goose-oss)
|
||||
|
||||
<head>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ extensions:
|
|||
display_name: Memory
|
||||
timeout: 300
|
||||
bundled: true
|
||||
description: "For storing and retrieving formating preferences that might be present"
|
||||
description: "For storing and retrieving formatting preferences that might be present"
|
||||
prompt: |
|
||||
Analyze the pr with the name {{ pr }}. Find out what has changed, try to figure out why these
|
||||
changes were made and tell the user in detail what you found out.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import React, { memo, useMemo, useCallback, useState } from 'react';
|
||||
import { ProviderCard } from './subcomponents/ProviderCard';
|
||||
import CardContainer from './subcomponents/CardContainer';
|
||||
import ProviderConfigurationModal from './modal/ProviderConfiguationModal';
|
||||
import ProviderConfigurationModal from './modal/ProviderConfigurationModal';
|
||||
import {
|
||||
DeclarativeProviderConfig,
|
||||
ProviderDetails,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue