feat: enhance MemoryInjectionMiddleware to include user display name and seed memory with first name

This commit is contained in:
Anish Sarkar 2026-04-09 00:22:30 +05:30
parent 3ea9b30046
commit 71e88156f4
2 changed files with 22 additions and 4 deletions

View file

@ -92,7 +92,7 @@ import { useMediaQuery } from "@/hooks/use-media-query";
import { useElectronAPI } from "@/hooks/use-platform";
import { cn } from "@/lib/utils";
const COMPOSER_PLACEHOLDER = "Ask anything · Type / for prompts · Type @ to mention docs";
const COMPOSER_PLACEHOLDER = "Ask anything, type / for prompts, type @ to mention docs";
export const Thread: FC = () => {
return <ThreadContent />;