0.22.5 (2026-03-05)
Features
- Added useful command decorators:
@lines,@json,@jsonl,@yaml(#6114) (0f7124e), @anki-code
Bug Fixes
- completion: Fix os.path.commonprefix deprecation warning in python3.15 (#6102) (2b5b2bb), @lambda-abstraction
- operator: Increase
@$()stability and now it is also working in case of$THREAD_SUBPROCS=False(#6112) (a3ac036), @anki-code @Qyriad - predictor: Fix predict_threadable to properly handle symlinks, especially on NixOS (#6115) (bc01b04), @anki-code @Qyriad
- prompt: Keep original key_bindings in prompt-toolkit shell to easy add new key bindings during session (#6093) (e9b0aea), @anki-code @goodboy
- code: Replace 12 bare except clauses with except Exception (#6110) (54b311c), @haosenwang1018