Skip to content

Tags: goyaljai/koog

Tags

0.8.0

Toggle 0.8.0's commit message
Update changelog for 0.8.0 release

0.7.3

Toggle 0.7.3's commit message
build: update version to 0.7.3

0.7.2

Toggle 0.7.2's commit message
build: update version to 0.7.2

0.7.1

Toggle 0.7.1's commit message
docs(agents): Add Java snippets for History compression and Pre-defin…

…ed nodes (JetBrains#1661)

0.6.4

Toggle 0.6.4's commit message
docs: changelog and version bump for 0.6.4

0.6.3

Toggle 0.6.3's commit message
ci: Update the regex for release branch names

0.6.2

Toggle 0.6.2's commit message
docs: update changelog and readme for 0.6.2 release (JetBrains#1472)

(cherry picked from commit 3f51d98)

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable Bedrock tests (JetBrains#1425)

<!--
Thank you for opening a pull request!

Please add a brief description of the proposed change here.
Also, please tick the appropriate points in the checklist below.
-->

## Motivation and Context
<!-- Why is this change needed? What problem does it solve? -->
The tests now pass so I assume Converse API now supports it.
Tests run to verify on CI
https://github.com/JetBrains/koog/actions/runs/21435937723 - the failing
ones are unrelated.
## Breaking Changes
<!-- Will users need to update their code or configurations? -->

---

#### Type of the changes
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] Documentation update
- [x] Tests improvement
- [ ] Refactoring
- [ ] CI/CD changes
- [ ] Dependencies update

#### Checklist
- [x] The pull request has a description of the proposed change
- [x] I read the [Contributing
Guidelines](https://github.com/JetBrains/koog/blob/main/CONTRIBUTING.md)
before opening the pull request
- [x] The pull request uses **`develop`** as the base branch
- [ ] Tests for the changes have been added
- [x] All new and existing tests passed

##### Additional steps for pull requests adding a new feature
- [ ] An issue describing the proposed change exists
- [ ] The pull request includes a link to the issue
- [ ] The change was discussed and approved in the issue
- [ ] Docs have been added / updated

Signed-off-by: Sergey Karpov <sergey.karpov@jetbrains.com>

0.6.0

Toggle 0.6.0's commit message
Update version to 0.6.0

0.5.4

Toggle 0.5.4's commit message
Add GOOGLE_RESOURCE_EXHAUSTED error handling to RetryUtils