mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-29 12:04:24 +01:00
docs: Update references to Quickstart and managing sessions guide (#270)
This commit is contained in:
@@ -27,7 +27,7 @@ Goose is your on-machine developer agent, automating engineering tasks seamlessl
|
||||
<p align="center">
|
||||
<a href="#unique-features-of-goose-compared-to-other-ai-assistants">Unique features</a> 🤖 •
|
||||
<a href="#what-users-have-to-say-about-goose"> Testimonials on Goose</a> 👩💻 •
|
||||
<a href="#quick-start-guide">Quick start guide</a> 🚀 •
|
||||
<a href="https://block.github.io/goose/quickstart.html">Quickstart guide</a> 🚀 •
|
||||
<a href="#getting-involved">Getting involved!</a> 👋
|
||||
</p>
|
||||
|
||||
|
||||
@@ -66,6 +66,9 @@ When you exit a session, it will save the history in `~/.config/goose/sessions`
|
||||
goose session resume
|
||||
```
|
||||
|
||||
Check out the [Managing Goose sessions][managing-sessions] to learn more about working with sessions in Goose.
|
||||
|
||||
|
||||
To see more documentation on the available CLI commands, check out the [documentation][cli]. If you’d like to develop your own CLI commands for Goose, check out the [Contributing document][contributing].
|
||||
|
||||
### Running a Goose task
|
||||
@@ -112,4 +115,5 @@ There is also a `Dockerfile` in the root of this project you can use if you want
|
||||
[pipx]: https://github.com/pypa/pipx?tab=readme-ov-file#install-pipx
|
||||
[openai-key]: https://platform.openai.com/api-keys
|
||||
[getting-started]: https://block.github.io/goose/guidance/getting-started.html
|
||||
[providers]: https://block.github.io/goose/providers.html
|
||||
[providers]: https://block.github.io/goose/providers.html
|
||||
[managing-sessions]: https://block.github.io/goose/guidance/managing-goose-sessions.html
|
||||
@@ -112,6 +112,7 @@ markdown_extensions:
|
||||
nav:
|
||||
- Home: index.md
|
||||
- "Installation": installation.md
|
||||
- "Quickstart": quickstart.md
|
||||
- "Contributing": contributing.md
|
||||
- Blog:
|
||||
- "Blog Home": blog/index.md
|
||||
|
||||
Reference in New Issue
Block a user