zed/crates/gpui/src
Nathan Sobo 0b7d095c0a
Introduce the ability to talk to GPT-4 within buffers on preview and dev (#2524)
This adds basic ability to interact with OpenAI inside a buffer.

Release Notes:

* If`OPENAI_API_KEY` is defined in your environment, you can now run the
`ai: assist` command to pass the text of your current buffer to GPT-4.
If you're editing a file with a `.zmd` extension, you can also invoke
the model with `cmd-enter.` (preview-only)
2023-05-24 12:00:43 -06:00
..
app Make toggle dock actions appear in the command palette 2023-05-24 09:58:41 -07:00
elements wip 2023-05-13 14:34:09 -06:00
keymap_matcher Remove redundant scopes and actions to fix the focus toggle on ESC 2023-05-15 13:10:15 +03:00
platform Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
scene Fixed clicks falling through the modal terminal 2023-05-08 10:54:12 -07:00
views Remove ViewContext::dispatch_action 2023-05-01 16:27:36 +02:00
app.rs Make toggle dock actions appear in the command palette 2023-05-24 09:58:41 -07:00
assets.rs
clipboard.rs
color.rs Fix yellow to be yellow 2023-05-10 17:37:36 -07:00
elements.rs Merge branch 'main' into panels 2023-05-22 14:10:17 +02:00
executor.rs WIP: Stream in completions 2023-05-22 20:28:22 -06:00
font_cache.rs
fonts.rs
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap_matcher.rs
platform.rs Show workspace only after initializing it 2023-05-19 19:35:00 +02:00
scene.rs
test.rs Move methods querying window state into AsyncAppContext 2023-05-02 19:38:48 +02:00
text_layout.rs Add a test 2023-05-08 19:36:51 +03:00
util.rs
views.rs