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
3 changes: 1 addition & 2 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,7 @@ any_vec = "0.14"
anyhow = "1.0.86"
ashpd = { version = "0.13", default-features = false, features = [
"async-io",
"inhibit",
"notification",
"open_uri",
"file_chooser",
Expand Down Expand Up @@ -953,6 +954,7 @@ features = [
"Win32_System_Ole",
"Win32_System_Performance",
"Win32_System_Pipes",
"Win32_System_Power",
"Win32_System_RestartManager",
"Win32_System_SystemInformation",
"Win32_System_SystemServices",
Expand Down
4 changes: 4 additions & 0 deletions assets/settings/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,10 @@
//
// Default: never
"play_sound_when_agent_done": "never",
// Whether to keep the system awake while agent threads are running.
//
// Default: true
"prevent_idle_sleep": true,
// Whether to have edit cards in the agent panel expanded, showing a preview of the full diff.
//
// Default: true
Expand Down
1 change: 1 addition & 0 deletions crates/acp_thread/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ test-support = ["gpui/test-support", "project/test-support", "dep:parking_lot"]

[dependencies]
action_log.workspace = true
agent_settings.workspace = true
agent-client-protocol.workspace = true
async-channel.workspace = true
base64.workspace = true
Expand Down
Loading