Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

chore: bump acp-client to 6cb674a (raw_input support) - #122

Merged
matt2e merged 1 commit into
mainfrom
mtoohey/bump-acp-client
Apr 8, 2026
Merged

chore: bump acp-client to 6cb674a (raw_input support)#122
matt2e merged 1 commit into
mainfrom
mtoohey/bump-acp-client

Conversation

@matt2e

@matt2e matt2e commented Apr 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Bumps the acp-client crate from block/builderbot to pick up the raw_input forwarding change (builderbot#495).

Changes

  • src-tauri/Cargo.toml — update acp-client rev from dbd5bc9c6cb674a7
  • src-tauri/Cargo.lock — updated lockfile
  • writer.rs — adapt TauriMessageWriter to the new MessageWriter trait signatures:
    • record_tool_call() now accepts raw_input: Option<&serde_json::Value> (ignored for now)
    • update_tool_call_title() changes title from &str to Option<&str> and adds raw_input (ignored for now)
  • dispatcher.rs — forward raw_input from ACP notifications to the writer; guard update_tool_call_title on title OR raw_input being present

Notes

The raw_input values are accepted but not yet forwarded to the frontend — no Tauri event payloads were changed. When we want to surface tool call parameters in the UI, we can add raw_input to ToolCallPayload/ToolTitlePayload and consume it on the frontend side.

The doctor crate pin (bfce2926) is unchanged — no new commits to that crate upstream.

Bump the acp-client crate from block/builderbot to pick up the
raw_input forwarding change (builderbot#495). This updates the
MessageWriter trait to accept optional raw_input parameters on
record_tool_call and update_tool_call_title.

Changes:
- src-tauri/Cargo.toml: update acp-client rev to 6cb674a7
- src-tauri/Cargo.lock: updated lockfile
- writer.rs: adapt TauriMessageWriter to new trait signatures
  (raw_input ignored for now — no frontend consumer yet)
- dispatcher.rs: forward raw_input from ACP notifications to the
  writer, and guard update_tool_call_title on title OR raw_input
  being present
@matt2e
matt2e requested a review from wesbillman as a code owner April 8, 2026 05:46
@matt2e
matt2e merged commit 026f1ed into main Apr 8, 2026
8 checks passed
@matt2e
matt2e deleted the mtoohey/bump-acp-client branch April 8, 2026 05:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant