Alex Hancock

Results 15 issues of Alex Hancock

**Is your feature request related to a problem? Please describe.** General request for support of a feature that SDKs in other languages have **Describe the solution you'd like** I would...

enhancement

I deployed a version of my web app to an internal subdomain containing an `_` in the subdomain title. Example of the URL pattern: `https://new_ui.branches.XX.XX` All of a sudden I...

@acekyd Mentioned we don't yet include/show the tutorial extension in the app - this enables it. I remember a conversation last week about tutorials and how we'd want it to...

* Adds a new `PUT` endpoint for updating an extension's config in `config_management.rs` * Simplifies frontend modules for interacting with the config_management API by combining the `src/api/config.ts` logic into `ConfigContext`...

Cleanup to remove settings v1 and move settings v2 into that spot in the codebase. Other associated dead code removal as well. (Temp note: targeting into `fix/typescript-errors-phase8-property-access` until it merges)

Implements basic support for MCP Sampling * MCP servers can now request sampling and it will be handled by goose to route a sampling message to the provider for completion...

Right now we show env vars when configuring a streamable http extension, but this is misleading as they aren't used for anything in this case. This changes makes it so...

Should be more reliable at the cost of a small amount of build time

Move `.goosehints` and `AGENTS.md` etc handling out of the developer extension and into goose itself. This shouldn't depend on an extension being active to work. This works at present, but...

Right now hints are included in the prompt for recipes. I think it makes sense for recipes to be as consistent as possible in any dir, so this change removes...