Skip to content

Releases: LwhJesse/SuperCode

SuperCode v0.1.1

26 May 06:50

Choose a tag to compare

Packaging/documentation fix release.

Changes:

  • Correct PyPI installation name to supercode-cli.
  • Correct AUR package name to python-supercode-cli-git.
  • Keep Python import name as supercode.
  • Keep CLI command as super.
  • No core SuperCode runtime behavior changed.

SuperCode v0.1.0

26 May 05:40

Choose a tag to compare

Experimental AI hole-filling compiler/interpreter frontend.

  • Supports C local super_func.
  • Supports C super_export_func with Python ctypes binding.
  • Supports C super_struct.
  • Supports C++ super_class.
  • Supports Python local sc.super_func.
  • Adds super init for clangd / pyright.
  • Does not rewrite user source.
  • Does not copy full-file shadow source.
  • Stores generated implementation units under .supercode/impl.
  • Experimental; inspect generated code before trusting it.