Skip to content

Releases: kinderp/pi-translate

pi-translate v1.0.3

Choose a tag to compare

@kinderp kinderp released this 26 Jul 05:58
9e376d3

Configurable model language.\n\n- New config field (default: en)\n- New command \n- LLM can now reason in Spanish, French, German or any supported language\n- README explains when to use a non-English model language and when English is still better

pi-translate v1.0.2

Choose a tag to compare

@kinderp kinderp released this 25 Jul 21:35
e546a54

README update release.\n\nThe npm package now includes the updated README with npm install instructions.

pi-translate v1.0.1

Choose a tag to compare

@kinderp kinderp released this 25 Jul 16:48
3487aff

Bugfix release.\n\n- Fixed a missing async keyword that caused a parse error on extension load.\n\nFull v1.0.0 changelog in README.md.

pi-translate v1.0.0

Choose a tag to compare

@kinderp kinderp released this 25 Jul 16:46
a2696fc

Initial release of pi-translate.\n\n- Italian → English input translation before every LLM call\n- English → Italian output translation in the transcript\n- Native overlay panel (Ctrl+Shift+E) to view the original English response\n- Pluggable backends: Google Translate (default), MyMemory, LibreTranslate, LLM\n- Code/path protection during translation\n- Runtime configuration commands and output-mode toggle\n\nSee README.md for usage.