lowercase g in goose (#4832)

This commit is contained in:
Angie Jones
2025-09-26 23:44:38 -05:00
committed by GitHub
parent bb1b73d634
commit 2032c7099c
120 changed files with 669 additions and 651 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
# Goose Web Interface
# goose Web Interface
The `goose web` command provides a (preview) web-based chat interface for interacting with Goose.
The `goose web` command provides a (preview) web-based chat interface for interacting with goose.
Do not expose this publicly - this is in a preview state as an option.
## Usage
@@ -21,7 +21,7 @@ goose web --host 0.0.0.0 --port 8080
## Features
- **Real-time chat interface**: Communicate with Goose through a clean web UI
- **Real-time chat interface**: Communicate with goose through a clean web UI
- **WebSocket support**: Real-time message streaming
- **Session management**: Each browser tab maintains its own session
- **Responsive design**: Works on desktop and mobile devices
@@ -53,9 +53,9 @@ The web interface provides:
- [ ] Code syntax highlighting
- [ ] Export chat history
### Integration with Goose Agent
### Integration with goose Agent
The web server creates an instance of the Goose Agent and processes messages through the same pipeline as the CLI. However, some features like:
The web server creates an instance of the goose Agent and processes messages through the same pipeline as the CLI. However, some features like:
- Extension management
- Tool confirmations
- File system interactions