Skip to content
Open
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.19.2"
".": "0.20.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.20.0](https://github.com/JorisJonkers-dev/agents-api/compare/v0.19.2...v0.20.0) (2026-09-17)


### Features

* **agents:** clone a Repo-backed Workspace in-container over the credential socket ([#74](https://github.com/JorisJonkers-dev/agents-api/issues/74)) ([5662b1e](https://github.com/JorisJonkers-dev/agents-api/commit/5662b1e74b3dec8a87a20b3efe54b647e1b960c7))
* **agents:** drive Workspace to Ready or Failed with a reason ([#75](https://github.com/JorisJonkers-dev/agents-api/issues/75)) ([8c518f5](https://github.com/JorisJonkers-dev/agents-api/commit/8c518f5cca67cea80e3a7e7d1591c213ab201eaf))
* **agents:** drop the legacy Conversation/Message model ([#82](https://github.com/JorisJonkers-dev/agents-api/issues/82)) ([92c5cc0](https://github.com/JorisJonkers-dev/agents-api/commit/92c5cc03549ee7670d3faf0dc01f552302c49b96))
* **agents:** mint workspace-scoped git tokens over a unix socket ([#73](https://github.com/JorisJonkers-dev/agents-api/issues/73)) ([16b90d6](https://github.com/JorisJonkers-dev/agents-api/commit/16b90d6be3b3ef3bf22edc288b6c2b9d9c177f9e))
* **agents:** run a Shell Agent Session in tmux inside the api container ([#72](https://github.com/JorisJonkers-dev/agents-api/issues/72)) ([fee09f9](https://github.com/JorisJonkers-dev/agents-api/commit/fee09f988fed3a9bc1bc99b878738dd846d24310))
* **image:** build the agents image with baked tools and separate api and agent users ([#70](https://github.com/JorisJonkers-dev/agents-api/issues/70)) ([dab4901](https://github.com/JorisJonkers-dev/agents-api/commit/dab4901e530ce321cec1ee67ffedac8bdf6d7d3d)), closes [#61](https://github.com/JorisJonkers-dev/agents-api/issues/61)

## [0.19.2](https://github.com/JorisJonkers-dev/agents-api/compare/v0.19.1...v0.19.2) (2026-08-27)


Expand Down