Skip to content

v1.0.0-beta.10

Choose a tag to compare

@KikeVen KikeVen released this 20 Jun 22:32
· 20 commits to main since this release

v1.0.0-beta.10

Fixes:

  • embedding-docstring skill now respects .memignore (previously
    some agents could bypass it on direct file requests)
  • Fixed a blank-line bug in the embedding-docstring skill that was
    causing tree-sitter to truncate docstrings during indexing,
    silently dropping content from embeddings
  • Added missing JS/TS docstring format example to the skill
  • FETCH_CAP is now configurable via .env (previously hardcoded)
  • Various corrected docstrings across the codebase per audit