ZIm/crates/collab/src
Bennet Bo Fenner 514b79e461
collab: Always use newest anthropic model version (#15978)
When Anthropic releases a new version of their models, Zed AI users
should always get access to the new version even when using an old
version of zed.

Co-Authored-By: Thorsten <thorsten@zed.dev>

Release Notes:

- N/A

Co-authored-by: Thorsten <thorsten@zed.dev>
2024-08-08 15:24:08 +02:00
..
api Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
bin Fix .env.toml paths (#15645) 2024-08-01 15:43:29 -04:00
db collab: Remove unused parameter to run_database_migrations (#15883) 2024-08-06 17:31:52 -04:00
llm assistant: Limit model access for Zed AI users to Claude-3.5-sonnet (#15904) 2024-08-07 16:26:56 +02:00
rpc remoting: Allow Add/Remove remote folder (#14532) 2024-07-16 12:01:59 -06:00
tests Allow /workflow and step resolution prompts to be overridden (#15892) 2024-08-06 21:47:42 -06:00
api.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
auth.rs Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
completion.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
db.rs collab: Setup database for LLM service (#15882) 2024-08-06 17:18:08 -04:00
env.rs Fix .env.toml paths (#15645) 2024-08-01 15:43:29 -04:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs Remove 2 suffix for collab, rope, settings, menu 2024-01-03 12:29:16 -08:00
lib.rs collab: Update how mode is displayed in root endpoint (#15911) 2024-08-07 12:09:43 -04:00
llm.rs collab: Always use newest anthropic model version (#15978) 2024-08-08 15:24:08 +02:00
main.rs collab: Update how mode is displayed in root endpoint (#15911) 2024-08-07 12:09:43 -04:00
migrations.rs collab: Remove unused parameter to run_database_migrations (#15883) 2024-08-06 17:31:52 -04:00
rate_limiter.rs Show rate limit notices (#15515) 2024-07-31 12:05:19 -07:00
rpc.rs assistant: Limit model access for Zed AI users to Claude-3.5-sonnet (#15904) 2024-08-07 16:26:56 +02:00
seed.rs Make it (a tiny bit) easier to run your own collab (#9557) 2024-03-20 21:00:02 -06:00
tests.rs Add the ability to edit remote directories over SSH (#14530) 2024-07-19 10:27:26 -07:00