feat: implement user-defined text shortcuts (#2512)

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
doodleEsc
2025-07-23 11:54:59 +08:00
committed by GitHub
parent 8b8a777ec3
commit faa3945428
8 changed files with 278 additions and 18 deletions

View File

@@ -676,6 +676,8 @@ M._defaults = {
custom_tools = {},
---@type AvanteSlashCommand[]
slash_commands = {},
---@type AvanteShortcut[]
shortcuts = {},
}
---@type avante.Config