1
0
mirror of https://github.com/Palm1r/QodeAssist.git synced 2025-07-15 11:34:36 -04:00

4 Commits

Author SHA1 Message Date
f94c79a5ff fix: Improve support for code blocks without language ()
This makes it possible to represent code blocks in models that emit
their suggestion immediately after the ``` characters.
2025-03-07 15:30:22 +01:00
90beebf2ee Revert "refactor: Move all processing logic to CodeHandler::processText()" () 2025-03-07 01:57:13 +01:00
521261e0a3 refactor: Move all processing logic to CodeHandler::processText() ()
This will become useful once more processing modes are available
2025-03-06 18:49:28 +01:00
81ac3c71fb chore: Add tests for CodeHandler ()
* chore: Extract test utils to separate file

This makes it possible to reuse the utils in other test files.

* chore: Add tests for CodeHandler
2025-03-06 13:45:12 +01:00