Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
edition = "2021"
version = "1.16.0"
version = "1.17.0"
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version update is incomplete. The ui/desktop/package.json file still has version "1.16.0" on line 4 and needs to be updated to "1.17.0" to keep versions consistent across the codebase.

Copilot uses AI. Check for mistakes.
authors = ["Block <ai-oss-tools@block.xyz>"]
license = "Apache-2.0"
repository = "https://github.com/block/goose"
Expand Down
2 changes: 1 addition & 1 deletion ui/desktop/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": {
"name": "Apache-2.0"
},
"version": "1.16.0"
"version": "1.17.0"
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version has been updated in openapi.json, but the corresponding version fields in ui/desktop/package.json (line 4) and ui/desktop/package-lock.json (lines 3 and 9) are still at "1.16.0". These should also be updated to "1.17.0" for consistency.

Suggested change
"version": "1.17.0"
"version": "1.16.0"

Copilot uses AI. Check for mistakes.
},
"paths": {
"/action-required/tool-confirmation": {
Expand Down
Loading