Releases: TONresistor/teleton-agent
v0.8.5
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
3fd5732 v0.8.5
6b574af fix(lint): use const for non-reassigned variables in SDK tests
55cffe2 feat: SDK low-level TON APIs, compaction fix, minor improvements
bdc68bd fix(test): update SignedTransfer test expectations for v2 fields
423b70f feat(sdk): enrich SignedTransfer with seqno, validUntil, walletAddress
fe28f4f docs: update configuration.md and README.md, remove unused crypto-js
1e58b06 feat: heartbeat autonomy system, security hardening, 156 new tests
Full Changelog: v0.8.4...v0.8.5
v0.8.4
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
3ae3017 v0.8.4
d858f8c fix(setup): persist telegram credentials to config.yaml after auth
f1e1556 docs(api): add Management API documentation
a4dc9ad docs(readme): underline Key Highlights card titles
222f786 docs(readme): modernize layout and update content
Full Changelog: v0.8.3...v0.8.4
v0.8.3
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
6948f6d v0.8.3
60029e2 fix(ci): harden Telegram notify against special chars in commit messages
2d4049a feat(api): add bootstrap mode for remote setup without config
Full Changelog: v0.8.2...v0.8.3
v0.8.2
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
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
v0.8.1
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
0229b3a v0.8.1
ebb1580 docs: update changelog for v0.8.0 and v0.8.1
fd4c1a9 fix(ci): lower coverage thresholds for Node 20 CI variance
1eb7bad docs: update for 15 providers, TON Proxy, SDK signed transfers
44305d4 feat(sdk): signed transfers without broadcast for x402 payments
871f661 perf: parallelize RAG searches and cache transcripts in memory
c80ed00 feat(webui): split Config page into dedicated tabs
50a37c5 feat(ton-proxy): Tonutils-Proxy module with auto-download
9ffc259 fix(tool-rag): normalize keyword scores without embedder
f843c08 feat(memory): two-phase observation masking
1b3e28f fix(ci): telegram notifications only after CI/Release pass
35c97f3 feat(setup): QR code login as alternative to phone+code auth
1671476 fix(quality): strict ESLint, quality tooling, and CI hardening
3e314e7 feat(hooks): user-configurable keyword blocklist + context triggers
32bc277 feat(hooks): plugin hook system with 13 typed hooks + configurable priority
985cca6 fix(security): sanitize hook context + fix effectiveIsGroup self-reference
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
b8b1560 v0.8.0
2d3ecae feat(gramjs): upgrade to Layer 223
e6ec0ce feat(sdk): add Bot SDK + complete documentation to 100% coverage
2cce211 feat(providers): add Cerebras, ZAI, MiniMax, HuggingFace + refactor Moonshot
a46f7fc feat(sdk): add dns.setSiteRecord() for TON Site ADNL records
7032e9b feat(sdk): expand plugin API with 29 new methods, harden security, optimize RAG
f3d13f8 fix(docker): remove deleted scripts/ references from Dockerfile
Full Changelog: v0.7.5...v0.8.0
v0.7.5
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
0d7de25 v0.7.5
d5981b4 fix(formatting): remove underscore and italic markdown rules
1aae92a docs: update CHANGELOG and README for v0.7.4+
3f00892 feat: exec tools, admin-only policy, token tracking, WebUI updates
495a216 feat(dns): add dns_set_site for decentralized TON Site hosting
d58922d refactor(tools): enrich 35+ tool descriptions for semantic retrieval
c5caa88 docs: update CHANGELOG for unreleased changes since v0.7.4
f8be2c8 feat(gifts): migrate to Layer 222 fork + NFT marketplace tools
1163435 feat(webui): live token usage tracking + cache tuning
7fe0d17 refactor(webui): redesign dashboard, tools & plugins
ac3dbbb fix(bot): persistent typing indicator, retry & dedup hardening
c5392d8 fix(tools): migrate Ston.fi to SDK v2, harden SendMode, add tx locking
42b3f7c feat(ton): add Toncenter API key + centralize TonClient caching
9597973 chore: gitignore specs, docs/plans, TODOS
8fd9f5a refactor(webui): harmonize config page UX
72a5d8d feat(tools): add channel username management tools
010025e docs: update CHANGELOG for v0.7.2, v0.7.3, v0.7.4
Full Changelog: v0.7.4...v0.7.5
v0.7.4
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
922ab5f v0.7.4
1ecd53e style(webui): use accent blue for toggle switches
8c0a523 fix: pass session path to DealBot + Soul editor layout
0ca00e0 feat(webui): expand configurable keys + new dashboard features
a5c78db refactor(webui): reorganize Dashboard & Config pages
4a3f51e refactor(setup): reorder wizard flow + clean up wallet & modules steps
5261345 fix: remove extra blank lines in Telegram commit notifications
ddeae05 ci: add Telegram notifications for commits and releases
59fd7c0 fix(setup): move model selection into provider step + fix async log pollution
a6b95be feat(dashboard): gated provider switch with API key validation + shared model catalog
c7bffcc feat(telegram): add 7 new tools + voice auto-transcription + bump pi-ai
853d975 fix(deps): update hono 4.11.9→4.12.2 and ajv 8.17.1→8.18.0
526ce2c fix(webui): render Select dropdown via portal to fix z-index stacking
Full Changelog: v0.7.3...v0.7.4
v0.7.3
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
95bc8cb chore: bump to v0.7.3
d0d6ee0 feat(context): inject reply-to message context into LLM prompt
c526571 fix: replace deprecated claude-3-5-haiku with claude-haiku-4-5 + fix seed phrase display in CLI setup
c9c0f2b feat(auth): support Telegram anonymous numbers (+888) via Fragment
b9b27cc feat(provider): add claude-code provider with auto-detected credentials
c8a9bb5 fix(ton): TEP-74 encoding, infra robustness and tests
Full Changelog: v0.7.2...v0.7.3
v0.7.2
Install
npm:
npm install -g teletonDocker:
docker run -it -v ~/.teleton:/data ghcr.io/TONresistor/teleton-agent:latest setupChanges
6f4fa10 chore: bump to v0.7.2
8a71e2a fix(webui): plugins route now reflects runtime-loaded plugins
Full Changelog: v0.7.1...v0.7.2