Releases: khimaros/enc
Releases · khimaros/enc
v0.8.0
release notes
clean transpile (rust, cpp, ts, py), benchmarks
installation
common
$ wget https://github.com/khimaros/enc/releases/download/v0.8.0/enc-linux-x64-0.8.0.tgz
$ tar -xvzf enc-linux-x64-0.8.0.tgz
$ cd enc-linux-x64-0.8.0
$ cp .enc.env.example .enc.env
$ editor .enc.env # add your API keys
rust edition
$ ./enc --show-config
python edition
$ pip install -r requirements.txt
$ ./enc.py --show-config
typescript edition:
$ npm install
$ ./enc.ts --show-config
Full Changelog: v0.7.0...v0.8.0
v0.7.0
pricing, benchmarks, formatting
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.7.0/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.7.0/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-config
Full Changelog: v0.6.0...v0.7.0
v0.6.0
timing info, cost summary, reliability
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.6.0/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.6.0/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-config
Full Changelog: v0.5.0...v0.6.0
v0.5.0
changes
test commands, pricing updates, retranspile
- updated pricing to add new gemini and anthropic models
- clean rust and python retranspile with gemini-3-pro-preview
- TEST_COMMAND and retries with error context
- updated tests for improved consistency
- improved error handling for LLM calls
- new icon using gemini-3-pro-preview
- update rust dependencies
install/update instructions
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.5.0/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.5.0/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-config
Full Changelog: v0.4.1...v0.5.0
v0.4.1
pricing and openai provider fixes
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.4.1/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.4.1/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-config
Full Changelog: v0.4.0...v0.4.1
v0.4.0
pricing and max token fixes
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.4.0/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.4.0/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-config
Full Changelog: v0.3.1...v0.4.0
v0.3.1
- MAX_TOKENS setting now overrides per-model values
- prompt improvements for claude-4-sonnet and gemini-2.5.pro
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.3.1/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.3.1/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-configFull Changelog: v0.3.0...v0.3.1
v0.3.0
sonnet-4 pricing and any-to-english tranpilation
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.3.0/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.3.0/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-config
Full Changelog: v0.2.1...v0.3.0
v0.2.1
bug fix release for long responses
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.2.1/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.2.1/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-configFull Changelog: v0.2.0...v0.2.1
v0.2.0
anthropic support and build tooling improvements
$ wget -O enc https://github.com/khimaros/enc/releases/download/v0.2.0/enc-linux-x64
$ chmod +x enc
$ wget -O .enc.env https://github.com/khimaros/enc/releases/download/v0.2.0/x.enc.env.example
$ editor .enc.env # add your API keys
$ ./enc --show-configFull Changelog: v0.1.0...v0.2.0