Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.53"
".": "0.8.54"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
> [CONTRIBUTING.md](CONTRIBUTING.md#commit-conventions)). The entries below this
> note are preserved as the historical, manually-maintained record.

## [0.8.54](https://github.com/xlabtg/teleton-agent/compare/v0.8.53...v0.8.54) (2026-06-30)


### Bug Fixes

* учитывать отключенные tools в лимитах провайдера ([751ff59](https://github.com/xlabtg/teleton-agent/commit/751ff595f7e5fc21268659151ae6285d26770be6))
* учитывать отключенные tools в лимите провайдера ([f95db6a](https://github.com/xlabtg/teleton-agent/commit/f95db6a5105c76b876c2865e20c07b010150ccfd))

## [0.8.53](https://github.com/xlabtg/teleton-agent/compare/v0.8.52...v0.8.53) (2026-06-21)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

## Current Fork Status

Current fork version: `0.8.53`. <!-- x-release-please-version -->
Current fork version: `0.8.54`. <!-- x-release-please-version -->

This README reflects the `xlabtg/teleton-agent` fork through merged PR [#480](https://github.com/xlabtg/teleton-agent/pull/480) / closed issue [#479](https://github.com/xlabtg/teleton-agent/issues/479). It was refreshed from the closed work history available at issue [#481](https://github.com/xlabtg/teleton-agent/issues/481): 236 closed issues and the 200 most recent merged pull requests as of the latest analyzed run.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teleton",
"version": "0.8.53",
"version": "0.8.54",
"workspaces": [
"packages/*"
],
Expand Down
Loading