dianed-square
dianed-square
**Please explain the motivation behind the feature request.** I think this feature could provide a better experience, particularly when running `goose project` from a directory I haven't previously worked out...
This PR documents the `goose web` command in the [CLI Commands](https://block.github.io/goose/docs/guides/goose-cli-commands) topic. Documentation updates: - `docs/guides/goose-cli-commands.md`: New "web" section with Options and Examples for the `goose web` command.
This PR documents OpenTelemetry Protocol (OTLP) configuration support. Also changed to lowercase “goose” in touched files. Documentation updates: - `documentation/docs/guides/environment-variables.md`: - Add new “Observability” section and made Langfuse a subsection...
**Describe the bug** Enabling the JetBrains extension through `goose configure` fails because the JetBrains extension is incorrectly listed as a built-in option in Goose. Attempting to activate it results in...
## Summary This PR fixes the typo "seperate" in a `goose configure` prompt for available models input ### Type of Change - [ ] Feature - [ ] Bug fix...
## Summary This PR adds a workflow to auto-update Recipe Reference Guide on a published release. The workflow automatically detects recipe schema and validation changes between releases and creates a...
## Summary This PR reorganizes the Recipe Reference Guide to make it easier for automated updates. Also consolidates and/or streamlines some content. goose validated that existing content is preserved (with...
## Summary This PR adds the "Configure Custom Provider" section to the "Support LLM Providers" topic and restructures two existing sections (h2 -> h3) to help clarify the relationship -...
**Describe the bug** When selecting a custom provider in the CLI's `Configure Providers` flow, the prompts show `api_key_env` variable correctly but then show the underlying engine's config variables (e.g., `OPENAI_HOST`,...
**Describe the bug** Desktop UI does not provide a way to configure custom headers for OpenAI-compatible custom providers. CLI supports this feature, but Desktop users have no equivalent option. ---...