Skip to content

Patch Update v1.3.3

Choose a tag to compare

@Artemonim Artemonim released this 06 Jul 10:24
· 50 commits to dev since this release

Fixed

  • Python Docstring Cleaning: Improved the remove_agent_docstring function to better handle Python docstrings by preserving manual content while removing auto-generated table of contents. The function now correctly identifies and removes only the auto-generated content while maintaining the structure of existing manual docstrings. (fixes #11)
  • C-Style Comment Handling: Enhanced the docstring removal logic for C-style languages (Kotlin, Java, Go, etc.) to be more flexible with comment formatting variations, ensuring proper detection and removal of auto-generated content across different comment styles.