doc-comments-ai icon indicating copy to clipboard operation
doc-comments-ai copied to clipboard

LLM-powered code documentation generation

Results 9 doc-comments-ai issues
Sort by recently updated
recently updated
newest added

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. Release notes Sourced from tqdm's releases. tqdm v4.66.3 stable cli: eval safety (fixes CVE-2024-34062, GHSA-g7vv-2v7x-gj9p) tqdm v4.66.2 stable pandas: add DataFrame.progress_map (#1549) notebook: fix...

dependencies

Bumps [langchain](https://github.com/langchain-ai/langchain) from 0.0.329 to 0.1.11. Release notes Sourced from langchain's releases. v0.1.11 What's Changed more query analysis docs by @​hwchase17 in langchain-ai/langchain#18358 docs: anthropic qa quickstart by @​baskaryan in...

dependencies

Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...

dependencies

**Issues this PR focuses on:** 1. In certain instances, the tool truncates large function methods during comment generation, impacting the accuracy of the code logic. 3. If the objective is...

Just for those facing this issue while trying to run a local LLM - revert llama-cpp-python to 0.2.0 , pip install llama-cpp-python==0.2.0

- Signature node and actual method node are different and comments are applied on method node causing the comments to be printed after signature (which is not general pattern) -...

The OpenAI and Azure API Key should be isolated in the pipx installation. The user should be prompted to enter the necessary environment variables if not available. These variables should...

enhancement
good first issue