Compare commits

...

2 Commits

Author SHA1 Message Date
morgankrey
082889b32e add email tweak, and inline assistant context 2025-05-15 09:17:02 -05:00
morgankrey
08042e9886 update doc 2025-05-11 12:51:05 -05:00
3 changed files with 9 additions and 1 deletions

View File

@@ -24,3 +24,9 @@ To sign out of Zed, you can use either of these methods:
- Click on the profile icon in the upper right corner and select `Sign Out` from the dropdown menu.
- Open the command palette and run the `client: sign out` command.
## Email
Note that Zed associates your Github *profile email* with your Zed account, not your *primary email*. We're unable to change the email associated with your Zed account without you changing your profile email.
We *are* able to update the billing email on your account, if you're a Zed Pro user. See [Updating Billing Information](./ai/billing.md#updating-billing-info) for more

View File

@@ -16,6 +16,8 @@ You can give the Inline Assistant context the same way you can in the agent pane
A useful pattern here is to create a thread in the [Agent Panel](./agent-panel.md), and then use the `@thread` command in the Inline Assistant to include the thread as context for the Inline Assistant transformation.
The Inline Assistant is limited to normal mode context windows (see [Models](./models.md) for more).
## Prefilling Prompts
To create a custom keybinding that prefills a prompt, you can add the following format in your keymap:

View File

@@ -4,7 +4,7 @@ Zeds plans offer hosted versions of major LLMs, generally with higher rate
| Model | Provider | Max Mode | Context Window | Price per Prompt | Price per Request |
| ----------------- | --------- | -------- | -------------- | ---------------- | ----------------- |
| Claude 3.5 Sonnet | Anthropic | ❌ | 120k | $0.04 | N/A |
| Claude 3.5 Sonnet | Anthropic | ❌ | 60k | $0.04 | N/A |
| Claude 3.7 Sonnet | Anthropic | ❌ | 120k | $0.04 | N/A |
| Claude 3.7 Sonnet | Anthropic | ✅ | 200k | N/A | $0.05 |