mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
We sadly have to change the underlying protocol once again. This will likely be the last change to the core protocol without correctly handling older versions. From here on out, we want to get better with version handling. To do so, we introduce the notion of a string protocol version to be explicit of when the underlying protocol last changed. The change also changes the return values of prompts. For now we only allow User messages from servers to match the current behaviour. We will change this once #19222 lands which will allow slash commands to insert user and assistant messages. Release Notes: - N/A |
||
---|---|---|
.. | ||
client.rs | ||
context_servers.rs | ||
manager.rs | ||
protocol.rs | ||
registry.rs | ||
types.rs |