v0.2.22

ComposioHQ/awesome-claude-skillsv0.2.22Jun 4, 2026by QuentinFuxa

AI Summary

Improves speech processing capabilities by normalizing language codes and optimizes GPU resource management through CUDA cache cleanup.

Key Highlights

  • NLLW language aliases normalization (zh -> zh-CN)
  • Preserved short silence boundaries in VAD event handling
  • Optimized CUDA cache cleanup on coarse segment boundaries

New Features

  • NLLW language aliases normalization
  • VAD event handling improvements
  • CUDA cache cleanup

Full Release Notes

## Core
- **NLLW language aliases** : Normalize Whisper Chinese language codes at the NLLW boundary (`zh` -> `zh-CN`) for transcription and translation configs
- **VAD event handling** : Preserve short silence boundaries and avoid cumulative timestamp drift in VAC/VAD chunk processing
- **CUDA cache cleanup** : Keep per-step decoder cleanup lightweight; CUDA cache release stays on coarse segment boundaries