ZIm/crates/assistant/src
Marshall Bowers 1fc391f696
Make Buffer::apply_ops infallible (#18089)
This PR makes the `Buffer::apply_ops` method infallible for
`text::Buffer` and `language::Buffer`.

We discovered that `text::Buffer::apply_ops` was only fallible due to
`apply_undo`, which didn't actually need to be fallible.

Release Notes:

- N/A
2024-09-19 13:14:15 -04:00
..
context Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
slash_command Add an eval binary that evaluates our semantic index against CodeSearchNet (#17375) 2024-09-17 12:44:33 -07:00
tools assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
assistant.rs Add ability to copy assistant code block to clipboard or insert into editor, without manual selection (#17853) 2024-09-19 13:43:49 +02:00
assistant_panel.rs assistant panel: Fix copying code when trailing newline is missing (#18067) 2024-09-19 14:43:56 +02:00
assistant_settings.rs Add ability to use o1-preview and o1-mini as custom models (#17804) 2024-09-13 15:42:15 -04:00
context.rs Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
context_store.rs Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
inline_assistant.rs More assistant events (#18032) 2024-09-18 18:07:39 -06:00
model_selector.rs assistant: Fix model selector check icon overflow (#16716) 2024-08-26 17:32:32 -07:00
prompt_library.rs Add ability to display backgrounds for inlay hints (#18010) 2024-09-18 11:11:38 -04:00
prompts.rs assistant: Fix offset calculation not in char boundary (#18069) 2024-09-19 08:41:42 -06:00
slash_command.rs Introduce a new /delta command (#17903) 2024-09-17 08:47:08 -06:00
slash_command_picker.rs assistant: Add the "create your command" item (#16467) 2024-08-19 12:29:16 -03:00
slash_command_settings.rs assistant: Put /docs and /project behind a setting (#16186) 2024-08-13 17:32:24 -04:00
streaming_diff.rs Improve streaming git diffs to be less jumpy during inline assistant generation (#15853) 2024-08-06 16:13:29 +03:00
terminal_inline_assistant.rs More assistant events (#18032) 2024-09-18 18:07:39 -06:00
tools.rs assistant: Add tool registry (#17331) 2024-09-03 19:14:36 -04:00
workflow.rs Have models indicate code locations in workflows using textual search, not symbol names (#17282) 2024-09-02 18:20:05 -07:00