Marshall Bowers
68d453da52
assistant: Remove /search
( #27661 )
...
This PR removes the `/search` command.
This was feature-flagged and was never released to the general public.
Release Notes:
- N/A
2025-03-28 13:40:31 +00:00
Marshall Bowers
20eab9038f
assistant: Remove /project
( #27660 )
...
This PR removes the `/project` command.
This was feature-flagged and was never released to the general public.
Release Notes:
- N/A
2025-03-28 13:08:16 +00:00
Marshall Bowers
cc6d4e3c62
assistant: Remove /auto
( #27608 )
...
This PR removes the `/auto` command.
This was feature-flagged and was never released to the general public.
Release Notes:
- N/A
2025-03-27 17:23:32 +00:00
Piotr Osiewicz
7fb16977ce
chore: Extract PromptStore out of prompt_library ( #25837 )
...
One step closer to removing long pole with assistant/assistant2 builds
Release Notes:
- N/A
2025-03-01 00:34:28 +01:00
João Marcos
2b160f4f3c
Omit gitignored files from context file picker ( #23777 )
...
In both `thread` and `prompt editor` the context file picker, gitignored
files are hidden (as expected) when searching files by path, but they
are still shown initially as you create the file picker.
Plus, selecting gitignored files in the `prompt editor` is bugged and
collapses everything.
This PR settles on not showing gitignored files to solve these
inconsistencies.
Release Notes:
- Fix gitignored files filter occasionally not working in context file
picker.
2025-01-28 11:40:42 -03:00
Piotr Osiewicz
c9534e8025
chore: Use workspace fields for edition and publish ( #23291 )
...
This prepares us for an upcoming bump to Rust 2024 edition.
Release Notes:
- N/A
2025-01-17 17:39:22 +01:00
Marshall Bowers
8030c0025a
Extract slash commands to their own crate ( #23261 )
...
This PR extracts the slash command definitions out of the `assistant`
crate and into their own `assistant_slash_commands` crate.
Release Notes:
- N/A
2025-01-16 22:17:07 +00:00