zed/crates/anthropic
Antonio Scandurra 5944caaa90
Add support for interacting with Claude in the assistant panel (#11798)
Release Notes:

- Added support for interacting with Claude in the assistant panel. You
can enable it by adding the following to your `settings.json`:

    ```json
    "assistant": {
        "version": "1",
        "provider": {
            "name": "anthropic"
        }
    }
    ```
2024-05-14 15:57:52 +02:00
..
src Add support for interacting with Claude in the assistant panel (#11798) 2024-05-14 15:57:52 +02:00
Cargo.toml Add support for interacting with Claude in the assistant panel (#11798) 2024-05-14 15:57:52 +02:00
LICENSE-AGPL Check license generation for every PR to avoid license-less crate additions (#10033) 2024-04-01 12:16:16 +03:00