| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-06-05 | fix offset bug in hashline operationsHEADv1.1master | Vineet Kumar | 2 | -2/+21 | |
| 2026-05-28 | get ready for packagingv1.0 | Vineet Kumar | 4 | -7/+108 | |
| 2026-05-26 | add preview functions | Vineet Kumar | 1 | -0/+47 | |
| 2026-05-26 | fix anchor extraction and operation parsing to handle payload lines | Vineet Kumar | 2 | -48/+72 | |
| - 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-26 | fix bug in read_file causing string to not be json-serializable | Vineet Kumar | 1 | -1/+3 | |
| 2026-05-26 | fix grep tool | Vineet Kumar | 1 | -21/+30 | |
| 2026-05-26 | update bash tool to explicitly mention the other tools | Vineet Kumar | 1 | -3/+10 | |
| the llm otherwise could rationalize to use bash otherwise since it was initially vague | |||||
| 2026-05-26 | fix typos in tool definitions | Vineet Kumar | 1 | -8/+8 | |
| 2026-05-26 | add lexical-binding to all files to prevent dynamic binding issues | Vineet Kumar | 4 | -2/+5 | |
| this caused my tools not be defined when actually testing in a gptel session | |||||
| 2026-05-25 | final tool, edit_file, added | Vineet Kumar | 1 | -1/+143 | |
| this took way too long. | |||||
| 2026-05-25 | very important update to tests | Vineet Kumar | 1 | -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-25 | update read_file tool definition based on finalized hashline changes | Vineet Kumar | 1 | -6/+37 | |
| 2026-05-25 | consolidate hl-file-read functions | Vineet Kumar | 2 | -23/+22 | |
| 2026-05-25 | replace most of the dolists with maps | Vineet Kumar | 1 | -36/+33 | |
| 2026-05-25 | split hl-validate-anchors to be not monolithic | Vineet Kumar | 1 | -20/+29 | |
| 2026-05-25 | split hl-get-anchors to be not monolithic | Vineet Kumar | 1 | -16/+22 | |
| 2026-05-25 | split hl-apply-one-op to be not monolithic | Vineet Kumar | 1 | -41/+57 | |
| 2026-05-25 | split hl-parse-section-ops to be not monolithic | Vineet Kumar | 1 | -22/+32 | |
| 2026-05-25 | fix faulty unit tests and code based off tests | Vineet Kumar | 2 | -102/+106 | |
| all unit tests pass now :D | |||||
| 2026-05-25 | work on hashline unit tests | Vineet Kumar | 1 | -12/+485 | |
| 2026-05-25 | add some hashline patch validation | Vineet Kumar | 1 | -58/+126 | |
| 2026-05-25 | make mostly working hashline implementation, just needs more tests | Vineet Kumar | 2 | -14/+334 | |
| 2026-05-25 | add glob optional argument to grep | Vineet Kumar | 1 | -4/+12 | |
| I didn't see that gptel-agent had its own Grep tool, and saw this within it. | |||||
| 2026-05-25 | start working on hashline diff applying | Vineet Kumar | 1 | -19/+40 | |
| 2026-05-24 | fix docstrings | Vineet Kumar | 1 | -2/+6 | |
| 2026-05-24 | add beginning of hashline verification | Vineet Kumar | 1 | -5/+102 | |
| 2026-05-24 | add unit test for hl-file-read | Vineet Kumar | 1 | -0/+25 | |
| 2026-05-24 | fix bug with negative indices in hashline computation | Vineet Kumar | 1 | -1/+2 | |
| sxhash return type in elisp is signed instead of unsigned. this can result in negative indices, which in elt seems to get interpreted as 0 (the "aa" bigram) resulting in same hashes for different content lines. | |||||
| 2026-05-24 | add GPLv3 license | Vineet Kumar | 1 | -0/+674 | |
| 2026-05-24 | import web_search and web_fetch wholesale from gptel-agent | Vineet Kumar | 3 | -2/+160 | |
| 2026-05-24 | add confirm predicate to bash tool | Vineet Kumar | 1 | -21/+31 | |
| 2026-05-24 | add grep tool | Vineet Kumar | 1 | -4/+46 | |
| 2026-05-24 | fix quoting and casing | Vineet Kumar | 1 | -6/+8 | |
| 2026-05-24 | add write_file tool | Vineet Kumar | 1 | -1/+32 | |
| 2026-05-24 | rename from gptel-tools an add gptel-agent's bash tool | Vineet Kumar | 3 | -78/+144 | |
| 2026-05-23 | declare second tool (find_files) | Vineet Kumar | 1 | -1/+25 | |
| 2026-05-23 | declare first tool (read_file) | Vineet Kumar | 1 | -0/+37 | |
| 2026-05-23 | deduplicate the hl-* functions | Vineet Kumar | 1 | -31/+27 | |
| 2026-05-23 | add some more hl-* reading functions | Vineet Kumar | 1 | -18/+42 | |
| it feels like there's a lot of duplication I need to get rid of | |||||
| 2026-05-23 | start working on hashline implementation | Vineet Kumar | 2 | -0/+85 | |
