zed/crates
Marshall Bowers b4c22cc861
collab: Add ability to revoke LLM service access tokens (#16143)
This PR adds the ability to revoke access tokens for the LLM service.

There is a new `revoked_access_tokens` table that contains the
identifiers (`jti`) of revoked access tokens.

To revoke an access token, insert a record into this table:

```sql
insert into revoked_access_tokens (jti) values ('1e887b9e-37f5-49e8-8feb-3274e5a86b67');
```

We now attach the `jti` as `authn.jti` to the tracing spans so that we
can associate an access token with a given request to the LLM service.

Release Notes:

- N/A
2024-08-12 21:47:05 -04:00
..
activity_indicator
anthropic Surface upstream rate limits from Anthropic (#16118) 2024-08-12 11:59:24 -04:00
assets Allow prompt templates to be overridden in the zed configuration directory (#15887) 2024-08-06 19:30:48 -06:00
assistant assistant: Slash command tweaks (#16140) 2024-08-13 02:34:03 +02:00
assistant_slash_command assistant: Normalize line endings for prompts loaded from the prompt library (#15708) 2024-08-02 18:13:17 -04:00
audio
auto_update Add is_staff and destination to download events (#15445) 2024-07-29 14:21:29 -04:00
breadcrumbs
call chore: Fix clippy violations from Cargo.toml (#15216) 2024-07-25 20:22:01 +02:00
channel
cli Change PathLikeWithPosition<P> into a non-generic type and replace ad-hoc Windows path parsing (#15373) 2024-07-30 16:39:33 +03:00
client assistant: Require user to accept TOS for cloud provider (#16111) 2024-08-12 17:43:35 +02:00
clock
collab collab: Add ability to revoke LLM service access tokens (#16143) 2024-08-12 21:47:05 -04:00
collab_ui Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
collections
command_palette command_palette: Remove project as a dependency in Cargo.toml (#16082) 2024-08-12 13:01:32 -04:00
command_palette_hooks
copilot copilot: Colocate copilot_chat_config_path with the rest of the Copilot code (#15703) 2024-08-02 15:46:06 -04:00
db
dev_server_projects
diagnostics assistant: Polish /workflow and steps UI (#15936) 2024-08-08 15:46:33 +02:00
editor Allow to cycle through center/top/bot scroll positions (#16134) 2024-08-13 00:32:30 +03:00
extension Enhance HTTP API for extensions (#16067) 2024-08-12 10:36:49 -04:00
extension_api Enhance HTTP API for extensions (#16067) 2024-08-12 10:36:49 -04:00
extension_cli Provide user agent when performing HTTP requests (#15470) 2024-07-30 11:12:37 +02:00
extensions_ui Feature/fallback fonts (#15306) 2024-07-26 16:42:21 -07:00
feature_flags Clean up inline assist editor rendering (#15536) 2024-07-31 17:43:08 +02:00
feedback
file_finder Change PathLikeWithPosition<P> into a non-generic type and replace ad-hoc Windows path parsing (#15373) 2024-07-30 16:39:33 +03:00
file_icons chore: Clean up allocs around project panel (#15422) 2024-07-29 14:21:41 +02:00
fs zed: Mark restored buffers as conflicted if file changed on disk between store & restore (#15207) 2024-07-25 18:04:47 +02:00
fsevent
fuzzy chore: Bump Rust version to 1.80 (#15186) 2024-07-25 22:48:42 +02:00
git
git_hosting_providers
go_to_line
google_ai Authorize access to language model providers based on country (#15859) 2024-08-06 11:49:04 -04:00
gpui chore: Remove a bunch of unused structs (#16139) 2024-08-13 01:43:19 +02:00
gpui_macros Use US English spelling of "behavior" and "customize" (#15117) 2024-07-24 16:36:01 -04:00
headless
html_to_markdown
http_client Introduce a separate backend service for LLM calls (#15831) 2024-08-05 20:26:21 -04:00
image_viewer
indexed_docs
inline_completion_button inline_completion_button: Do some cleanup (#15849) 2024-08-06 08:55:27 -04:00
install_cli
journal
language Improve workflow step pruning and symbol similarity matching (#16036) 2024-08-12 11:09:07 +02:00
language_model Add feature-flagged access to LLM service (#16136) 2024-08-12 18:13:40 -04:00
language_selector
language_tools Add GitHub Copilot Chat Support (#14842) 2024-07-30 09:32:58 +02:00
languages Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
live_kit_client chore: Fix clippy violations from Cargo.toml (#15216) 2024-07-25 20:22:01 +02:00
live_kit_server live_kit_server: Re-remove protocol submodule (#15317) 2024-07-26 21:10:56 -04:00
lsp chore: Bump Rust version to 1.80 (#15186) 2024-07-25 22:48:42 +02:00
markdown Selectable diagnostic popover text (#14518) 2024-07-28 23:13:13 -06:00
markdown_preview markdown preview: Detect language of buffer correctly (#15961) 2024-08-08 11:53:37 +02:00
media
menu
multi_buffer Open workflow step editors as preview tabs (#15928) 2024-08-07 19:33:58 -06:00
node_runtime windows: Fix eslint installation (#15331) 2024-07-27 10:24:05 -04:00
notifications chore: Remove a bunch of unused structs (#16139) 2024-08-13 01:43:19 +02:00
ollama assistant: Use tools in other providers (#15803) 2024-08-06 15:45:47 +02:00
open_ai Authorize access to language model providers based on country (#15859) 2024-08-06 11:49:04 -04:00
outline
outline_panel Use US English spelling of "behavior" and "customize" (#15117) 2024-07-24 16:36:01 -04:00
paths Introduce prompt override script and adjust names (#16094) 2024-08-11 17:21:17 -06:00
picker vim remap 2 (#15193) 2024-07-25 09:00:53 -06:00
prettier
project lsp: Support Goto Declaration (#15785) 2024-08-06 11:20:51 +02:00
project_panel Fix symlink icon in the project panel (#15537) 2024-07-31 18:58:07 -03:00
project_symbols
proto assistant: Require user to accept TOS for cloud provider (#16111) 2024-08-12 17:43:35 +02:00
quick_action_bar assistant: Add debug inspector (#16105) 2024-08-12 17:05:54 +02:00
recent_projects recent_project: Fix overflow sub (#15965) 2024-08-08 15:58:59 +02:00
refineable
release_channel
remote SSH remoting: terminal & tasks (#15321) 2024-07-28 22:45:00 -06:00
remote_server Run clippy for Windows (#15318) 2024-07-26 21:38:34 -04:00
repl repl: Set the default lines ✖️ columns for the REPL to 32x128 (#16061) 2024-08-10 10:28:56 -07:00
rich_text chore: Bump Rust version to 1.80 (#15186) 2024-07-25 22:48:42 +02:00
rope Skip over folded regions when iterating over multibuffer chunks (#15646) 2024-08-02 19:51:26 +02:00
rpc Apply rate limits in LLM service (#15997) 2024-08-08 15:46:33 -07:00
search Add tooltip for toggling filters (#15879) 2024-08-06 15:51:53 -04:00
semantic_index Allow customization of the model used for tool calling (#15479) 2024-07-30 16:18:53 +02:00
semantic_version
session zed: Persist window stack order across restarts (#15419) 2024-07-29 17:05:56 +02:00
settings chore: Remove a bunch of unused structs (#16139) 2024-08-13 01:43:19 +02:00
settings_ui ui: Apply elevation outside SettingsContainer (#15346) 2024-07-27 14:00:03 -04:00
snippet
snippet_provider
sqlez
sqlez_macros
story stories: Get OverflowScrollStory to scroll again (#15982) 2024-08-09 12:32:26 +02:00
storybook Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
sum_tree Restore "Avoid buffering line content to compute indent guides" (#15284) 2024-07-28 10:52:39 +02:00
supermaven
supermaven_api
tab_switcher Send pane removeItem event before removing the item (#15541) 2024-07-31 08:48:19 -07:00
task SSH remoting: terminal & tasks (#15321) 2024-07-28 22:45:00 -06:00
tasks_ui tasks: Use environment variables from project (#15266) 2024-07-26 18:19:53 +02:00
telemetry_events Add repl events (#15259) 2024-07-26 03:31:41 -04:00
terminal Support MSbuild row-column format in PathWithPosition (#15589) 2024-08-09 09:21:56 +02:00
terminal_view assistant: Tweak tab bar layout (#15901) 2024-08-07 13:46:59 +02:00
text Restructure workflow step resolution and fix inserting newlines (#15720) 2024-08-05 09:18:06 +02:00
theme Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
theme_importer Hoist strum to workspace level (#15243) 2024-07-25 21:30:48 -04:00
theme_selector settings_ui: Add theme settings controls (#15115) 2024-07-24 16:25:52 -04:00
time_format
title_bar Show current plan in user menu (#15513) 2024-07-30 17:38:16 -04:00
ui assistant: Add debug inspector (#16105) 2024-08-12 17:05:54 +02:00
ui_input
util Support MSbuild row-column format in PathWithPosition (#15589) 2024-08-09 09:21:56 +02:00
vcs_menu
vim Docs Party 2024 (#15876) 2024-08-09 13:37:54 -04:00
welcome
workspace Accept finished inline transformations only if the user saves manually (#16112) 2024-08-12 15:16:55 +02:00
worktree assistant: Report all worktree entries in /file completions (#15617) 2024-08-01 16:09:53 +02:00
zed keymap: Show error notification when keymap is invalid (#15977) 2024-08-08 14:11:46 +02:00
zed_actions Show current plan in user menu (#15513) 2024-07-30 17:38:16 -04:00