Artur Shirokov
08c594966f
feat(context_server): Add HTTP/SSE transports and settings
...
This commit introduces HTTP and SSE transport implementations for the
`context_server` crate, allowing Zed to communicate with remote context
providers.
The new transports are built on the existing `http_client` and `gpui`
executor, adhering to the project's architectural patterns.
To support configuration of these new transports, the settings system
has been updated:
- A `Remote` variant has been added to the `ContextServerSettings`
enum, allowing users to configure remote servers in `settings.json`
with a URL.
- The project logic has been updated to initialize remote context
servers using the new `ContextServer::from_url` constructor.
- The agent configuration UI now includes an "Add Remote Server"
option and a dedicated modal for adding and editing remote server
configurations.
Unit tests have been added for the new transports and for the logic
that handles remote server configurations.
2025-09-27 13:27:37 +01:00
..
2025-09-22 15:07:40 +00:00
2025-08-25 16:04:44 -06:00
2025-09-04 17:14:53 +02:00
2025-09-16 08:07:02 +00:00
2025-09-18 16:47:23 +00:00
2025-09-22 15:07:40 +00:00
2025-09-22 15:07:40 +00:00
2025-09-19 17:05:39 +02:00
2025-09-27 13:27:37 +01:00
2025-09-10 20:11:07 +00:00
2025-09-18 16:47:23 +00:00
2025-08-19 21:26:17 +02:00
2025-08-13 13:25:52 -06:00
2025-09-22 11:45:23 +00:00
2025-08-27 23:24:19 +00:00
2025-09-19 00:45:59 +00:00
2025-09-11 22:18:42 -04:00
2025-09-18 21:13:49 +00:00
2025-09-19 10:33:38 -04:00
2025-09-18 21:13:49 +00:00
2025-08-29 17:18:52 -07:00
2025-09-14 14:01:04 +02:00
2025-07-22 11:55:24 -04:00
2025-08-29 18:13:06 -04:00
2025-08-27 23:24:19 +00:00
2025-09-04 17:14:53 +02:00
2025-09-18 21:13:49 +00:00
2025-09-08 21:53:17 -06:00
2025-09-22 13:12:19 +00:00
2025-09-18 21:13:49 +00:00
2025-05-04 08:28:39 +00:00
2025-09-19 01:39:26 +02:00
2025-09-10 20:11:07 +00:00
2025-09-16 22:24:03 +00:00
2025-09-18 14:58:15 -06:00
2025-09-18 21:13:49 +00:00
2025-09-18 21:13:49 +00:00
2025-08-26 00:27:52 +00:00
2025-09-05 14:22:32 +02:00
2025-09-08 12:23:33 +03:00
2025-09-27 13:27:37 +01:00
2025-09-19 01:39:26 +02:00
2025-09-17 10:11:51 +02:00
2025-08-19 21:26:17 +02:00
2025-09-18 21:13:49 +00:00
2025-08-28 07:53:32 +00:00
2025-09-03 22:10:14 +00:00
2025-07-06 14:52:16 +02:00
2025-08-20 12:20:13 +02:00
2025-09-22 16:52:33 +02:00
2025-09-04 05:51:48 +00:00
2025-09-19 10:33:38 -04:00
2025-09-08 09:14:24 -06:00
2025-08-27 03:24:50 +08:00
2025-08-22 11:45:47 -04:00
2025-09-18 16:47:23 +00:00
2025-09-18 18:28:41 +00:00
2025-09-18 15:09:44 -03:00
2025-09-22 11:20:46 +00:00
2025-09-18 16:47:23 +00:00
2025-07-10 21:08:43 +02:00
2025-08-19 20:33:44 +00:00
2025-09-11 13:56:06 -07:00
2025-08-16 19:00:31 +00:00
2025-09-19 20:48:52 +00:00
2025-09-18 16:47:23 +00:00
2025-09-12 18:07:59 +02:00
2025-08-21 19:59:42 -04:00
2025-09-19 00:45:59 +00:00
2025-09-12 14:55:25 -04:00
2025-09-18 18:17:13 +00:00
2025-08-19 13:27:24 +00:00
2025-09-19 00:45:59 +00:00
2025-09-18 18:17:13 +00:00
2025-09-18 21:13:49 +00:00
2025-09-22 12:56:37 +00:00
2025-09-18 21:13:49 +00:00
2025-09-18 16:47:23 +00:00
2025-09-22 08:56:15 -06:00
2025-08-29 16:56:10 -04:00
2025-08-21 17:19:57 +00:00
2025-08-19 13:27:24 +00:00
2025-09-19 01:39:26 +02:00
2025-04-02 13:26:34 -07:00
2025-09-17 10:47:09 +00:00
2025-09-18 21:13:49 +00:00
2025-09-16 19:18:39 +00:00
2025-09-09 20:56:08 +02:00
2025-08-19 20:33:44 +00:00
2025-09-10 23:06:09 +05:30
2025-09-18 21:13:49 +00:00
2025-09-14 15:53:07 -04:00
2025-09-22 11:45:23 +00:00
2025-09-12 09:37:45 +00:00
2025-09-18 16:47:23 +00:00
2025-09-19 01:39:26 +02:00
2025-09-15 09:43:04 +02:00
2025-09-10 23:06:09 +05:30
2025-09-15 10:17:27 +00:00
2025-09-22 14:35:43 +02:00
2025-09-10 23:06:09 +05:30
2025-05-20 23:06:07 +00:00
2025-09-19 18:38:22 +02:00
2025-09-03 01:22:57 +02:00
2025-09-12 09:37:45 +00:00
2025-09-19 01:51:41 +00:00
2025-09-15 10:17:27 +00:00
2025-05-20 23:06:07 +00:00
2025-07-02 21:14:33 -04:00
2025-08-20 12:20:13 +02:00
2025-09-03 01:22:57 +02:00
2025-09-22 11:20:46 +00:00
2025-07-17 14:25:55 +00:00
2025-07-08 14:34:57 +00:00
2025-08-19 20:33:44 +00:00
2025-09-08 21:53:17 -06:00
2025-09-19 01:39:26 +02:00
2025-09-18 21:13:49 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-09-09 13:26:35 -06:00
2025-09-18 21:13:49 +00:00
2025-08-20 12:20:13 +02:00
2025-09-11 21:00:03 -04:00
2025-09-22 15:07:40 +00:00
2025-08-19 21:26:17 +02:00
2025-09-27 13:27:37 +01:00
2025-09-18 21:13:49 +00:00
2025-09-10 23:06:09 +05:30
2025-08-20 12:20:13 +02:00
2025-09-18 18:17:13 +00:00
2025-09-22 11:06:54 +02:00
2025-09-12 23:24:04 +03:00
2025-05-23 14:53:53 +00:00
2025-09-18 16:47:23 +00:00
2025-09-19 10:38:39 -06:00
2025-09-18 21:13:49 +00:00
2025-09-03 00:52:04 +00:00
2025-08-19 13:27:24 +00:00
2025-09-22 11:45:23 +00:00
2025-09-08 21:53:17 -06:00
2025-09-10 15:38:19 +00:00
2025-09-10 22:02:23 +00:00
2025-04-02 13:26:34 -07:00
2025-09-18 16:47:23 +00:00
2025-05-20 23:06:07 +00:00
2025-08-19 13:27:24 +00:00
2025-09-27 13:27:37 +01:00
2025-09-18 22:28:17 -06:00
2025-09-10 23:06:09 +05:30
2025-08-19 21:26:17 +02:00
2025-08-19 21:26:17 +02:00
2025-09-10 23:06:09 +05:30
2025-09-17 10:11:51 +02:00
2025-04-02 13:26:34 -07:00
2025-08-20 12:20:13 +02:00
2025-08-19 20:33:44 +00:00
2025-09-04 17:14:53 +02:00
2025-09-04 17:14:53 +02:00
2025-08-29 16:17:22 -04:00
2025-09-14 14:01:04 +02:00
2025-09-12 18:08:21 +00:00
2025-08-21 19:59:42 -04:00
2025-09-10 23:06:09 +05:30
2025-09-15 12:43:41 +00:00
2025-09-22 11:06:54 +02:00
2025-09-12 23:24:04 +03:00
2025-08-15 15:37:52 -04:00
2025-09-22 18:12:35 +02:00
2025-09-18 16:47:23 +00:00
2025-09-22 11:45:23 +00:00
2025-09-19 10:51:21 -06:00
2025-04-02 13:26:34 -07:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-05-06 10:18:48 +00:00
2025-09-18 21:13:49 +00:00
2025-09-10 23:06:09 +05:30
2025-09-22 15:07:40 +00:00
2025-09-18 15:09:44 -03:00
2025-09-18 16:47:23 +00:00
2025-07-30 23:03:53 +05:30
2025-09-18 21:13:49 +00:00
2025-09-21 13:54:59 +02:00
2025-08-15 13:54:24 +03:00
2025-09-22 10:07:16 -06:00
2025-09-18 21:13:49 +00:00
2025-08-25 14:28:11 -04:00
2025-08-20 12:20:13 +02:00
2025-08-19 20:33:44 +00:00
2025-09-18 21:13:49 +00:00
2025-09-18 21:13:49 +00:00
2025-08-26 21:08:45 +00:00
2025-09-19 17:05:39 +02:00
2025-09-17 17:55:30 +00:00
2025-09-15 03:36:24 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 16:47:23 +00:00
2025-09-18 21:13:49 +00:00