feat(journal): implement JournalInput with command autocomplete

This commit is contained in:
2026-07-06 16:57:36 +08:00
parent 8284f5caee
commit 4c5add2414
4 changed files with 393 additions and 2 deletions
+2
View File
@@ -41,4 +41,6 @@ export { ConnectionBar } from "./ConnectionBar";
export { StreamView } from "./StreamView";
export { StreamMessageCard } from "./StreamMessage";
export { ComposePanel } from "./ComposePanel";
export { JournalInput } from "./JournalInput";
export { DynamicForm } from "./DynamicForm";
export { useJournalCompletions, invalidateCompletions } from "./completions";