Comments are not filtered out in UI2 (even the old format <|comment|>) and is being sent to the generator.
[UI2 Desync] - Ctrl+A delete on text, then entering new text into the edit window is ignored. The old context is resent instead. That context now becomes a ghost and can never be removed, being sent in all future generations.
Copy and pasting text into the edit window in UI2 makes that chunk unselectable.
Generating with a chunk larger than a specific size produces IndexError: index -1 is out of bounds for dimension 1 with size 0
Perform these steps: load a story, edit it, save that story, then load the same story again. An empty welcome_container is generated that blocks half the UI.
Perform these steps: start a new story, type some text, submit it, then delete that text, then press submit again. Instead of telling you your prompt is empty, receives: Error at koboldai.js:3191 Uncaught TypeError: Cannot read properties of null (reading 'innerText')
(Difficult to repro) There are times where the text displayed during token streaming does not match the final text shown (edit: I think it has something to do with multi-token Unicode decoding. Try submitting some extended unicode heavy text like Chinese text)
Submitting any prompt in ReadOnly causes an empty box to appear on the right side of the screen and does nothing else (is intended?)
Bugs found as at 17 Apr, from commit f9fb5eba8 (Remove Debug) of one-some:model-structure-and-maybe-rwkv
IndexError: index -1 is out of bounds for dimension 1 with size 0
welcome_container
is generated that blocks half the UI.Error at koboldai.js:3191 Uncaught TypeError: Cannot read properties of null (reading 'innerText')