]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
refactor: Naming (#27001)
authorAleksander Grygier <redacted>
Thu, 13 Aug 2026 17:45:32 +0000 (19:45 +0200)
committerGitHub <redacted>
Thu, 13 Aug 2026 17:45:32 +0000 (19:45 +0200)
commitfa4ec4590cc73ccd23df5841e9c7d17bd22b0bb7
tree0fed6a874068ec28d83b8dd9432a7c59d83df6d1
parent9c5531e2bf2c95e86eeac807d7109de29266ca7b
refactor: Naming (#27001)
44 files changed:
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatAttachments/ChatAttachmentsPreview/ChatAttachmentsPreview.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatForm.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormContentEditable.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormCurrentWorkingDirectory/ChatFormCurrentWorkingDirectory.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormCurrentWorkingDirectory/ChatFormCurrentWorkingDirectoryChip.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormCurrentWorkingDirectory/ChatFormCurrentWorkingDirectoryResultsList.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormFileInputInvisible.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInput.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInputBasic.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInputFileInputInvisible.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormInput/ChatFormInputRich.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormCommandPicker.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormMentionPicker.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickerCommand.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickerMention.svelte [new file with mode: 0644]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormPickers/ChatFormPickers.svelte
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormTextarea.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormWorkingDirectory.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormWorkingDirectoryChip.svelte [deleted file]
tools/ui/src/lib/components/app/chat/ChatForm/ChatFormWorkingDirectoryResultsList.svelte [deleted file]
tools/ui/src/lib/components/app/chat/index.ts
tools/ui/src/lib/enums/chat.enums.ts
tools/ui/src/lib/enums/index.ts
tools/ui/src/lib/types/chat-form-input-rich.d.ts [new file with mode: 0644]
tools/ui/src/lib/types/contenteditable.d.ts [deleted file]
tools/ui/src/lib/types/index.ts
tools/ui/src/lib/utils/chat-form-input-rich-tokenizer.ts [new file with mode: 0644]
tools/ui/src/lib/utils/contenteditable-tokenizer.ts [deleted file]
tools/ui/src/lib/utils/index.ts
tools/ui/tests/client/chat-form-contenteditable-blocks.svelte.test.ts [deleted file]
tools/ui/tests/client/chat-form-contenteditable-undo.svelte.test.ts [deleted file]
tools/ui/tests/client/chat-form-contenteditable.svelte.test.ts [deleted file]
tools/ui/tests/client/chat-form-enter-code-block.svelte.test.ts
tools/ui/tests/client/chat-form-input-rich-blocks.svelte.test.ts [new file with mode: 0644]
tools/ui/tests/client/chat-form-input-rich-undo.svelte.test.ts [new file with mode: 0644]
tools/ui/tests/client/chat-form-input-rich.svelte.test.ts [new file with mode: 0644]
tools/ui/tests/client/chat-form-mention-picker-gate.svelte.test.ts
tools/ui/tests/client/components/ChatFormContentEditableHarness.svelte [deleted file]
tools/ui/tests/client/components/ChatFormInputRichHarness.svelte [new file with mode: 0644]
tools/ui/tests/unit/chat-form-input-rich-tokenizer.test.ts [new file with mode: 0644]
tools/ui/tests/unit/chat-form-input-rich-word-jump.test.ts [new file with mode: 0644]
tools/ui/tests/unit/contenteditable-tokenizer.test.ts [deleted file]
tools/ui/tests/unit/contenteditable-word-jump.test.ts [deleted file]