Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 13 Mar 03:49
· 221 commits to main since this release

Install

npm:

npm install -g teleton

Docker:

docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setup

Changes

f3687c6 v0.8.2
7e6ac26 fix(deps): patch 4 Dependabot vulnerabilities
ac67afd fix(ci): remove unused @hono/zod-openapi, add src/api/ to knip entries
f6255b8 feat(api): add HTTPS management API for remote agent control
1b36ac3 fix(embeddings): validate cached model files and use atomic writes
25728b2 feat(memory): smarter RAG search and session cleanup
2613358 fix(ci): remove autoUpdate, fix coverage thresholds for Node 22
5dc3c92 feat(providers): update pi-ai to 0.57.1, add GPT-5.4 and Gemini 3.1
72c6b4b fix(embeddings): prevent ONNX thread affinity error on VPS
bdde2d2 feat(claude-code): OAuth token auto-refresh on 401
9e5331c perf(agent): parallel tool execution, stall detection, structured truncation
cb5911f refactor: replace as any casts with proper types, fix handler duplication

Full Changelog: v0.8.1...v0.8.2