context-labs / autodoc

Experimental toolkit for auto-generating codebase documentation using LLMs
MIT License
1.93k stars 113 forks source link

`checksum` is not being computed #43

Open shubhamgupta731 opened 8 months ago

shubhamgupta731 commented 8 months ago

This PR helped in implementation of only indexing modified files. However, the checksum is not being generated in json files.

Screenshot 2023-12-03 at 10 46 40 AM
shubhamgupta731 commented 8 months ago

The problem is with the release version available through the global npm repo. When I use the local build, then the checkSum is being generated and the reindexing optimization is working as expected.