Agus Zubiaga
a696e829ac
zeta2: Boost declarations included by others ( #39975 )
...
Release Notes:
- N/A
Co-authored-by: Michael Sloan <michael@zed.dev >
2025-10-10 19:06:43 +00:00
Michael Sloan
bcef3b5010
zeta2: Parse imports via Tree-sitter queries + improve zeta retrieval-stats ( #39735 )
...
Release Notes:
- N/A
---------
Co-authored-by: Max <max@zed.dev >
Co-authored-by: Agus <agus@zed.dev >
Co-authored-by: Oleksiy <oleksiy@zed.dev >
2025-10-08 12:04:06 -06:00
Bennet Bo Fenner
cda48a3a1c
zeta2: Allow provider to suggest edits in different files ( #39110 )
...
Release Notes:
- N/A
---------
Co-authored-by: Agus Zubiaga <agus@zed.dev >
2025-09-29 15:48:58 +00:00
Michael Sloan
da71465437
edit_prediction_context: Minor optimization of text similarity + some renames ( #38941 )
...
Release Notes:
- N/A
2025-09-26 07:57:28 +00:00
Marshall Bowers
ee357e8987
language_models: Send a header indicating that the client supports xAI models ( #38931 )
...
This PR adds an `x-zed-client-supports-x-ai` header to the `GET /models`
request sent to Cloud to indicate that the client supports xAI models.
Release Notes:
- N/A
2025-09-26 04:11:48 +00:00
Marshall Bowers
4f91fab190
language_models: Add xAI support to Zed Cloud provider ( #38928 )
...
This PR adds xAI support to the Zed Cloud provider.
Release Notes:
- N/A
2025-09-26 03:19:12 +00:00
Michael Sloan
a5683f3541
zeta_cli: Add --output-format both and --prompt-format only-snippets ( #38920 )
...
These are options are probably temporary, added for use in some
experimental code
Release Notes:
- N/A
Co-authored-by: Oleksiy <oleksiy@zed.dev >
2025-09-25 22:49:36 +00:00
Agus Zubiaga
b2b90b003d
zeta2: Add prompt format option to inspector ( #38884 )
...
Adds the new prompt format option to the inspector view
Release Notes:
- N/A
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de >
2025-09-25 14:23:58 +00:00
Agus Zubiaga
c0f56f500e
zeta2: Test prediction request ( #38794 )
...
Release Notes:
- N/A
---------
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de >
2025-09-25 13:49:56 +00:00
Michael Sloan
8fc7bd9ae8
zeta2: Add labeled sections prompt format ( #38828 )
...
Release Notes:
- N/A
Co-authored-by: Agus <agus@zed.dev >
2025-09-25 00:07:43 +00:00
Agus Zubiaga
831de8e48f
zeta2: Include edits in prompt and add max_prompt_bytes param ( #38737 )
...
Release Notes:
- N/A
Co-authored-by: Michael Sloan <mgsloan@gmail.com >
2025-09-23 19:50:07 +00:00
Michael Sloan
9ac511e47c
zeta2: Collect nearby diagnostics ( #38732 )
...
Release Notes:
- N/A
Co-authored-by: Bennet <bennet@zed.dev >
2025-09-23 12:32:17 -06:00
Michael Sloan
4532765ae8
zeta2: Add prompt planner and provide access via zeta_cli ( #38691 )
...
Release Notes:
- N/A
2025-09-23 06:20:26 +00:00
Agus Zubiaga
c9e3b32366
zeta2: Provider setup ( #38676 )
...
Creates a new `EditPredictionProvider` for zeta2, that requests
completions from a new cloud endpoint including context from the new
`edit_prediction_context` crate. This is not ready for use, but it
allows us to iterate.
Release Notes:
- N/A
---------
Co-authored-by: Michael Sloan <michael@zed.dev >
Co-authored-by: Bennet <bennet@zed.dev >
Co-authored-by: Bennet Bo Fenner <bennetbo@gmx.de >
2025-09-22 22:18:38 +00: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