mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
Updating docs to match new UI (#3552)
This commit is contained in:
@@ -6,6 +6,7 @@ sidebar_label: Using Goosehints
|
||||
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
import { FolderKey } from 'lucide-react';
|
||||
|
||||
|
||||
`.goosehints` is a text file used to provide additional context about your project and improve the communication with Goose. The use of `goosehints` ensures that Goose understands your requirements better and can execute tasks more effectively.
|
||||
@@ -36,7 +37,7 @@ You can use both global and local hints at the same time. When both exist, Goose
|
||||
#### Local hints file
|
||||
|
||||
1. Change the directory to where you'd like to set up the file. You can do this by clicking the directory path on the bottom of the Goose window.
|
||||
2. Click the `Configure goosehints` icon on the bottom right of the Goose window.
|
||||
2. Click the <FolderKey size={16} /> icon on the bottom right of the Goose window.
|
||||
4. Enter your local tips into the text area.
|
||||
5. Click `Save`.
|
||||
6. Restart your session so Goose can read the updated `.goosehints`.
|
||||
|
||||
Reference in New Issue
Block a user