Skip to content

Commit c2a4e15

Browse files
committed
docs: changelog for v0.4.1
1 parent 82a513b commit c2a4e15

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.4.1] - 2026-06-11
9+
10+
### Added
11+
12+
- **AWS CodeCommit** as a third supported git platform alongside GitHub and GitLab. Auths via AWS access keys or IRSA/instance profile on EKS; PR ops go through `@aws-sdk/client-codecommit`. CI checks return `[]` (auto-merge fires on `checksStatus="none"`); `reviewTrigger="on_pr"` is recommended over the default `on_ci_pass` (#529).
13+
- **Ruby and Dart agent image presets** — new language-specific base images available in the agent image picker (#470).
14+
- **Live model discovery** — agent model lists are now fetched directly from provider APIs at runtime rather than being hard-coded, so newly released models appear automatically (#543).
15+
- **Claude Fable 5 and GitHub Copilot** added as supported agent vendors (#542).
16+
17+
### Fixed
18+
19+
- Git token resolution in repo pods is now more resilient against transient credential lookup failures (#525).
20+
- `scope='global'` secrets now correctly enforce `workspace_id IS NULL` in the database, preventing a constraint mismatch that could cause secret lookups to fail (#509).
21+
- Missing `auth.oidc` block validation added to the Helm chart, preventing silent misconfiguration when using generic OIDC login (#528).
22+
823
## [0.4.0] - 2026-04-27
924

1025
### Added

0 commit comments

Comments
 (0)