summaryrefslogtreecommitdiff
path: root/llm-tools-hl-test.el
AgeCommit message (Collapse)AuthorFilesLines
2026-06-05fix offset bug in hashline operationsHEADv1.1masterVineet Kumar1-0/+19
2026-05-26fix anchor extraction and operation parsing to handle payload linesVineet Kumar1-0/+15
- avoid processing payload and comment lines via filter. - add guard on short strings (2 and under) just in case. - fixed args-out-of-range crash when payload lines appeared in patches.
2026-05-26add lexical-binding to all files to prevent dynamic binding issuesVineet Kumar1-0/+1
this caused my tools not be defined when actually testing in a gptel session
2026-05-25very important update to testsVineet Kumar1-15/+15
get that typescript out of my sight. was used temporarily because it was present in oh-my-pi's hashline.md file
2026-05-25consolidate hl-file-read functionsVineet Kumar1-5/+5
2026-05-25fix faulty unit tests and code based off testsVineet Kumar1-62/+52
all unit tests pass now :D
2026-05-25work on hashline unit testsVineet Kumar1-12/+485
2026-05-25make mostly working hashline implementation, just needs more testsVineet Kumar1-1/+179
2026-05-24add unit test for hl-file-readVineet Kumar1-0/+25