
Release Notes: - N/A --------- Co-authored-by: michael <michael@zed.dev> Co-authored-by: agus <agus@zed.dev>
732 B
732 B
- All Goose packages (
goose
,goose-bench
,goose-cli
,goose-mcp
,goose-server
) were updated from version1.0.17
to1.0.18
inCargo.lock
. These updates ensure compatibility and consistency across related packages. - The
goose-app
version inui/desktop/package-lock.json
was also updated to1.0.18
, maintaining alignment with the backend and shared libraries. - In
App.tsx
, theuseConfig
hook was destructured to directly useaddExtension
instead of the olderaddExtensionToConfig
function. All occurrences of the old function name were updated, including inside effects and async calls, to use the new unified method. This change simplifies extension handling logic while preserving current behavior.