Skip to content

v1.4.12 — Python Constructor Call Resolution & Agent Skills Packaging

Choose a tag to compare

@github-actions github-actions released this 21 Jun 19:19

Release Notes

  • Feat(python): Automatically redirect class instantiation (ClassName(...)) to constructor (ClassName.__init__) in reference resolution, allowing find_callers to accurately list class instantiation sites as callers of __init__.
  • Chore(scripts): Packaged agent skills into .knot-agent-skills.sh installer and .tar.gz archive, replacing the previous python-based generation script.
  • Docs(specs): Added specification for Python constructor call resolution.
  • Docs: Updated knot repos agent skill documentation to include the --filter substring parameter.
  • cargo fmt clean | cargo clippy --all-targets -- -D warnings clean

Install knot 1.4.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/raultov/knot/releases/download/v1.4.12/knot-installer.sh | sh

Download knot 1.4.12

File Platform Checksum
knot-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
knot-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum