* base : @-mention picker foundation - glob search, picker nav, highlight * feat : @-mention file/folder picker and mention badges in message bubbles * fix: Imports * feat : wire the @-mention picker into the chat form * fix: Bound the glob-search result cache key and prune stale entries
6 lines
227 B
TypeScript
6 lines
227 B
TypeScript
export const INITIAL_FILE_SIZE = 0;
|
|
export const PROMPT_CONTENT_SEPARATOR = '\n\n';
|
|
export const CLIPBOARD_CONTENT_QUOTE_PREFIX = '"';
|
|
export const PROMPT_TRIGGER_PREFIX = '/';
|
|
export const NEW_CHAT_DRAFT_KEY = '__new_chat__';
|