Michael Sloan
ad8bfbdf56
Send paths and ranges in zeta2 requests + add debug_info
2025-09-19 16:01:55 -06:00
Agus Zubiaga
439ab2575f
Request completions
...
Co-Authored-By: Bennet <bennet@zed.dev >
2025-09-19 12:21:23 -03:00
Michael Sloan
a4024b495d
Move cloud request building code to zeta2 + other misc changes
2025-09-19 00:56:14 -06:00
Michael Sloan
cb0c4bec24
Progress preparing new cloud request + using index in excerpt selection
...
Co-authored-by: Agus <agus@zed.dev >
2025-09-18 17:39:23 -06:00
Marshall Bowers
74e5b848ff
cloud_llm_client: Make default_model and default_fast_model optional ( #38288 )
...
This PR makes the `default_model` and `default_fast_model` fields
optional on the `ListModelsResponse`.
Release Notes:
- N/A
2025-09-16 22:24:03 +00:00
Uwe Krause
e14a4ab90d
Fix small spelling mistakes ( #38284 )
...
Closes #ISSUE
Release Notes:
- N/A *or* Added/Fixed/Improved ...
2025-09-16 21:58:40 +00:00
Marshall Bowers
cb75c2aeb7
Make plans backwards compatible ( #37941 )
...
This PR fixes the backwards compatibility of the new `Plan` variants.
We can't add new variants to the wire representation, as old clients
won't be able to understand them.
Release Notes:
- N/A
2025-09-10 20:11:07 +00:00
Marshall Bowers
ad02f6b9e3
cloud_llm_client: Add another Plan variant ( #37852 )
...
This PR adds a corresponding `FreeV2` variant to the `Plan`.
Release Notes:
- N/A
2025-09-09 15:51:22 +00:00
Marshall Bowers
ea4073e50e
cloud_llm_client: Add new Plan variants ( #37810 )
...
This PR adds new variants to the `Plan` enum.
Release Notes:
- N/A
2025-09-09 00:18:43 +00:00
Marshall Bowers
e4de26e5dc
cloud_llm_client: Remove unused code ( #37799 )
...
This PR removes some unused code from the `cloud_llm_client`.
This was only used on the server, so we can move it there.
Release Notes:
- N/A
2025-09-08 20:42:42 +00:00
Ben Brandt
8dbded46d8
agent2: Add now, grep, and web search tools ( #35974 )
...
Release Notes:
- N/A
---------
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de >
Co-authored-by: Antonio Scandurra <me@as-cii.com >
2025-08-11 15:34:34 +02:00
Michael Sloan
68c24655e9
zeta: Collect git sha / remote urls when data collection from OSS is enabled ( #35514 )
...
Release Notes:
- Edit Prediction: Added Git info to edit predictions requests (only
sent for opensource projects when data collection is enabled). The sent
Git info is the SHA of the current commit and the URLs for the `origin`
and `upstream` remotes.
2025-08-04 14:18:06 -06:00
Marshall Bowers
b1a7993544
cloud_api_types: Add more data to the GetAuthenticatedUserResponse ( #35384 )
...
This PR adds more data to the `GetAuthenticatedUserResponse`.
We now return more information about the authenticated user, as well as
their plan information.
Release Notes:
- N/A
2025-07-30 23:38:51 -04:00
Marshall Bowers
b8f3a9101c
Add cloud_llm_client crate ( #35307 )
...
This PR adds a `cloud_llm_client` crate to take the place of the
`zed_llm_client`.
Release Notes:
- N/A
2025-07-29 23:30:45 +00:00