Support the protocol functionality described in https://agentclientprotocol.com/protocol/session-config-options
Namely, support receiving configOptions during session setup, sending set_config_option requests, and receiving config_option_update notifications.
This is not too important right now since I don't think support for this is very widespread yet.
I specifically want this for my ACP agent for at least two reasons:
- I'd like to be able to configure thought_level separately from model
- config_option_update notifications will allow the agent-shell UI to update when the model is changed by some other client connected to the same agent session
Checklist
Support the protocol functionality described in https://agentclientprotocol.com/protocol/session-config-options
Namely, support receiving configOptions during session setup, sending set_config_option requests, and receiving config_option_update notifications.
This is not too important right now since I don't think support for this is very widespread yet.
I specifically want this for my ACP agent for at least two reasons:
Checklist