Skip to content

Commit 5039d3c

Browse files
chore: release 0.5.58 (#2371)
Co-authored-by: luong-komorebi <15828926+luong-komorebi@users.noreply.github.com> GitOrigin-RevId: d509ff1c5aa8f5a152e1c0c01395ce173bc6e584
1 parent 00ba8ee commit 5039d3c

3 files changed

Lines changed: 79 additions & 34 deletions

File tree

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.5.58] - 2026-05-28
6+
7+
### 🚀 Features
8+
9+
- Cron scheduler — Phase 1 consumer + Phase 2 (backend + UI) (#2350)
10+
- Airlayer build & pull integration for pre-aggregation support (#2334)
11+
- Coordinator dashboard redesign + workspace-scoped metrics (#2380)
12+
- Support git repositories with workspaces in subdirectories (#2400)
13+
14+
### 🐛 Bug Fixes
15+
16+
- Add missing example view (#2373)
17+
- Pass workspace_id to insert_run in preagg worker (#2375)
18+
- Handle chrono::Duration overflow in preagg Every interval (#2395)
19+
20+
### 💼 Other
21+
22+
- *(deps-dev)* Bump the dev-npm-minor-dependencies group across 2 directories with 15 updates (#2392)
23+
- *(deps)* Bump crate-ci/typos from 1.46.2 to 1.46.3 (#2390)
24+
- *(deps)* Bump the prod-npm-minor-dependencies group across 2 directories with 15 updates (#2393)
25+
26+
### 🚜 Refactor
27+
28+
- Remove agentic workflows routing agents (#2346)
29+
- Extract error handling logic in airwayReducer (#2398)
30+
- Consolidate tool event emission and file mutation handling (#2399)
31+
- Replace expect_sql() with safer sql() method in analytics (#2396)
32+
33+
### 📚 Documentation
34+
35+
- Revise welcome documentation for Oxygen OS
36+
- Update product-context.md from recent changelogs (#2386)
37+
38+
### ⚙️ Miscellaneous Tasks
39+
40+
- *(skills)* Reconcile knowledge cards with skills@445c5459 (#2374)
41+
- *(skills)* Reconcile knowledge cards with skills@6aa77a42 (#2376)
42+
- *(skills)* Reconcile knowledge cards with skills@95c64756 (#2385)
43+
- *(skills-reconcile)* Allow the oxyhelper bot to trigger reconcile (#2384)
44+
- Restrict agentic browser tests to internal repository (#2394)
45+
546
## [0.5.57] - 2026-05-21
647

748
### 🐛 Bug Fixes
@@ -12,6 +53,10 @@ All notable changes to this project will be documented in this file.
1253

1354
- *(deps)* Bump crate-ci/typos from 1.46.1 to 1.46.2 (#2362)
1455

56+
### ⚙️ Miscellaneous Tasks
57+
58+
- Release 0.5.57 (#2370)
59+
1560
## [0.5.56] - 2026-05-20
1661

1762
### 🚀 Features

Cargo.lock

Lines changed: 33 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ airform-analyzer = { git = "https://github.com/oxy-hq/airform.git", rev = "3e3e8
264264
airform-executor = { git = "https://github.com/oxy-hq/airform.git", rev = "3e3e8288692381a989444eef874900e6db4475b1" }
265265

266266
[workspace.package]
267-
version = "0.5.57"
267+
version = "0.5.58"
268268
authors = ["oxy engineers"]
269269
description = "Oxy"
270270
documentation = "https://oxy.tech/docs"

0 commit comments

Comments
 (0)