Skip to content

Releases: oxy-hq/oxy

0.5.36

16 Apr 10:25

Choose a tag to compare

0.5.36 Pre-release
Pre-release

Changelog

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

[0.5.36] - 2026-04-16

⚙️ Miscellaneous Tasks

  • Release 0.5.36 (#2062)

0.5.35

10 Apr 11:16

Choose a tag to compare

Changelog

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

[0.5.35] - 2026-04-10

🐛 Bug Fixes

  • Use produced key for hotkeys to support all keyboard layouts (#2056)

⚙️ Miscellaneous Tasks

  • Update release scripts to use uv and add content changelog generation
  • Enhance changelog generation with local dry-run tool and improved context fetching
  • Update conditions for changesets and claude-review jobs to exclude release branches

[0.5.34] - 2026-04-10

🐛 Bug Fixes

  • Builder agent config variants (#2043)

💼 Other

  • Switch to release-plz from google release please (#2057)

⚙️ Miscellaneous Tasks

  • Refactor release process and remove release-plz configuration
  • Release 0.5.34 (#2058)
  • Release 0.5.34 (#2059)
  • Extract version from commit message using regex pattern
  • Release 0.5.34 (#2060)

[0.5.33] - 2026-04-09

🚀 Features

  • Thinking budget toggle (#1847)
  • New builder agent (#1815)
  • Workspace management and onboarding process (#1821)
  • Handle multi installations and multi accounts
  • Add GitHub access token handling for user authentication and installation management

🐛 Bug Fixes

  • Ui ux semantic inconsistent (#1770)
  • Builder bugs (#2036)
  • Context graph UI (#2037)
  • Enhance branch naming and UI adjustments in BranchQuickSwitcher
  • Enhance base URL extraction for GitHub OAuth flow
  • Improve GitHub OAuth flow and installation handling
  • Implement selection token for GitHub OAuth installation picking flow
  • Github multi account installation
  • Upgrade major versions for frontend packages (#1839)
  • Bring back DuckDB initialization logic and state management
  • Update dependency consolidation steps to avoid running cargo commands
  • Add critical note on handling default features for workspace dependencies
  • Update dependencies to latest versions for improved stability and performance

💼 Other

  • (deps) Bump actions/create-github-app-token from 2 to 3 (#2031)
  • (deps) Bump lewagon/wait-on-check-action from 1.5.0 to 1.6.1 (#2030)
  • (deps-dev) Bump the dev-npm-minor-dependencies group across 1 directory with 10 updates (#2035)

🚜 Refactor

  • Scan entire project for semantic layer files (#1843)
  • Initialization guards, tool descriptions, and error handling (#1853)

📚 Documentation

  • Update workspace layout in CLAUDE.md and workflow file for clarity and completeness
  • Add docs for the new cloud mode and local mode
  • Update GitHub App setup documentation for clarity and accuracy
  • Add docs for the new cloud mode and local mode (#2042)

⚙️ Miscellaneous Tasks

  • Upgrade airlayer to latest commit (#1848)
  • Add weekly enhancements workflow for Claude
  • Add missing GITHUB_TOKEN environment variable in workflow
  • Add weekly auto-fix workflow for Rust and frontend formatting
  • Remove version specification for pnpm installation
  • Enhance weekly auto-fix workflow with Rust toolchain and pnpm cache setup
  • Update weekly auto-fix workflow to use GitHub App token for authentication
  • Enhance weekly auto-fix workflow with dynamic date in commit message and PR title
  • Update autofix workflow
  • Update weekly autofix workflow configuration
  • Weekly auto-fix 2026-04-08 (#2041)
  • Weekly auto-fix 2026-04-09 (#2046)
  • Add transform configuration for handling import.meta in TypeScript SDK
  • Update dependencies in package.json for sdk/typescript and web-app
  • Update dependencies across multiple crates to latest versions
  • Narrow down duckdb version
  • Enhance weekly workflows with dependency consolidation and analysis steps
  • Enable full output for Claude code review and weekly enhancements workflows
  • Disable full output for Claude code review in workflows
  • (main) Release (#1845)

[0.5.32] - 2026-04-02

🚀 Features

  • New fsm agentic workflow (#1781)

🐛 Bug Fixes

  • Issue with testing progress bar (#1827)
  • Biome format (#1840)

💼 Other

  • (deps) Bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#1829)

⚙️ Miscellaneous Tasks

  • Unify rust version, update rust and format codes
  • Add version to agentic core
  • (main) Release (#1817)

[0.5.31] - 2026-03-26

🚜 Refactor

  • Update control type in TimeDimensionsField to WorkflowFormData and improve type safety

⚙️ Miscellaneous Tasks

  • Release 0.5.31
  • (main) Release (#1814)

[0.5.30] - 2026-03-26

🚀 Features

  • Replace CubeJS with o3 for in-process semantic SQL compilation (#1794)
  • Add secrets management feature with environment variable support (#1795)
  • Detect secrets from ENV (#1812)
  • Git workflow for IDE (#1790)

💼 Other

  • (deps-dev) Bump the dev-npm-major-dependencies group across 1 directory with 2 updates (#1803)

🚜 Refactor

  • Remove rollup-plugin-esbuild and update visualizer configuration
  • Simplify conditional statements for clarity in multiple files
  • Remove Cube.js semantic engine and update related documentation (#1810)

⚙️ Miscellaneous Tasks

  • Upgrade depes
  • Add peer dependency rules for TypeScript ESLint packages in package.json
  • (main) Release (#1808)

[0.5.29] - 2026-03-24

🐛 Bug Fixes

  • Chart rendering race condition
  • Chart rendering race condition (#1800)

💼 Other

  • (deps-dev) Bump the dev-npm-minor-dependencies group across 1 directory with 13 updates (#1805)
  • (deps) Bump dorny/paths-filter from 3 to 4 (#1802)
  • (deps) Bump pnpm/action-setup from 4 to 5 (#1801)

⚙️ Miscellaneous Tasks

  • Release 0.5.29
  • (main) Release (#1798)

[0.5.28] - 2026-03-23

🚀 Features

  • Add Makefile for project setup, build, and development tasks
  • Support Looker Explore in Dev Portal semantic layer (#1730)
  • Remove database dependency for oxy run cli command (#1778)
  • New testing UI (#1727)
  • Add GitHub Copilot code review instructions
  • Allow for individual test case runs via cli (#1792)
  • Add lovable integration instructions and starter prompt to our public docs (#1760)

🐛 Bug Fixes

  • Change log level to debug for checkpoint not found error (#1749)

💼 Other

  • (deps-dev) Bump tsdown from 0.20.3 to 0.21.2 in the dev-npm-minor-dependencies group across 1 directory (#1767)
  • (deps) Bump docker/build-push-action from 6 to 7 (#1786)
  • (deps) Bump docker/setup-buildx-action from 3 to 4 (#1785)

📚 Documentation

  • Add product context to claude (#1784)
  • Update welcome documentation for clarity and precision

⚙️ Miscellaneous Tasks

  • Format codes
  • Update dependency to resolve dependabot issue
  • (main) Release (#1779)

[0.5.27] - 2026-03-12

🐛 Bug Fixes

  • Db connections not reused (#1763)

⚙️ Miscellaneous Tasks

  • (main) Release (#1776)

[0.5.26] - 2026-03-12

🚀 Features

  • Enhance DateControl with calendar popover and input synchronization
  • Replace ontology with context graph (#1771)

🐛 Bug Fixes

  • Remove unnecessary react-dom/client dependency from Vite config
  • Optimize chunking strategy in Vite config for better performance

📚 Documentation

  • Clarify Oxygen platform description (#1769)

⚙️ Miscellaneous Tasks

  • Update dependencies in TypeScript SDK and web app
  • (main) Release (#1764)
  • Release 0.5.26
  • (main) Release (#1772)

[0.5.25] - 2026-03-11

🚀 Features

  • Agent testing framework (#1714)
  • Improve chart (#1728)
  • Add control and row to block editor of apps (#1761)

🐛 Bug Fixes

  • Always log to file, mirror to stdout when OXY_DEBUG=true (#1759)
  • UI ux inconsitant (#1740)
  • Skip hidden dirs in agent/workflow file scanning (#1762)

💼 Other

  • (deps) Bump docker/login-action from 3 to 4 (#1752)
  • (deps) Bump crate-ci/typos from 1.43.5 to 1.44.0 (#1751)

⚙️ Miscellaneous Tasks

  • Update json schemas
  • (main) Release (#1756)

[0.5.24] - 2026-03-09

🚀 Features

  • Add type to app result task outputs (#1731)

🐛 Bug Fixes

  • Update email validation logic and configuration for magic link authentication

📚 Documentation

  • Update deployment docs

⚙️ Miscellaneous Tasks

  • (main) Release (#1748)

[0.5.23] - 2026-03-07

🐛 Bug Fixes

  • Infinite loop on FE for procedure with loops (#1746)

⚙️ Miscellaneous Tasks

  • (main) Release (#1747)

[0.5.22] - 2026-03-06

🚀 Features

  • Improve looker task form (#1729)

🐛 Bug Fixes

  • Disable "Automate this" button in readonly mode (#1739)
  • Run index duplication (#1743)

💼 Other

  • (deps) Bump the prod-npm-minor-dependencies group across 1 directory with 21 updates (#1741)

⚙️ Miscellaneous Tasks

  • (main) Release (#1742)

[0.5.21] - 2026-03-06

🚀 Features

  • Update permissions in Claude review workflow to include actions read access
  • Login by magic link with email (#1713)
  • Rename automation to procedure (#1715)
  • Add simple invitation flow for magic login (#1717)
  • Add API Keys page and integrate into settings layout (#1724)
  • Looker integration (#1542)

🐛 Bug Fixes

  • Add horizontal padding to thread message containers (#1711)
  • Remove built-in mode references and clean up authentication logic (#1716)
  • Enhance magic link email design and styling
  • Add bottom padding to FieldsSelectionPanel for full scroll (#1709)
  • Update logo image source in invitation and magic link email templates
  • Simplify logo display in invitation and magic link email templates
  • Update logo dimensions in invitation and magic link email templates
  • Update footer copyright and description in invitation and magic link email templates

💼 Other

  • (deps) Bump actions/upload-artifact from 6 to 7 (#1719)
  • (deps) Bump actions/download-artifact from 7 to 8 (#1720)
  • (deps-dev) Bump the dev-npm-minor-dependencies group across 1 directory with 6 updates (#1725)
  • (deps-dev) Bump rollup-plugin-visual...
Read more

0.5.34

10 Apr 08:27

Choose a tag to compare

0.5.34 Pre-release
Pre-release

Changelog

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

[0.5.34] - 2026-04-10

🐛 Bug Fixes

  • Builder agent config variants (#2043)

💼 Other

  • Switch to release-plz from google release please (#2057)

⚙️ Miscellaneous Tasks

  • Refactor release process and remove release-plz configuration
  • Release 0.5.34 (#2058)
  • Release 0.5.34 (#2059)
  • Extract version from commit message using regex pattern

[0.5.33] - 2026-04-09

🚀 Features

  • Thinking budget toggle (#1847)
  • New builder agent (#1815)
  • Workspace management and onboarding process (#1821)
  • Handle multi installations and multi accounts
  • Add GitHub access token handling for user authentication and installation management

🐛 Bug Fixes

  • Ui ux semantic inconsistent (#1770)
  • Builder bugs (#2036)
  • Context graph UI (#2037)
  • Enhance branch naming and UI adjustments in BranchQuickSwitcher
  • Enhance base URL extraction for GitHub OAuth flow
  • Improve GitHub OAuth flow and installation handling
  • Implement selection token for GitHub OAuth installation picking flow
  • Github multi account installation
  • Upgrade major versions for frontend packages (#1839)
  • Bring back DuckDB initialization logic and state management
  • Update dependency consolidation steps to avoid running cargo commands
  • Add critical note on handling default features for workspace dependencies
  • Update dependencies to latest versions for improved stability and performance

💼 Other

  • (deps) Bump actions/create-github-app-token from 2 to 3 (#2031)
  • (deps) Bump lewagon/wait-on-check-action from 1.5.0 to 1.6.1 (#2030)
  • (deps-dev) Bump the dev-npm-minor-dependencies group across 1 directory with 10 updates (#2035)

🚜 Refactor

  • Scan entire project for semantic layer files (#1843)
  • Initialization guards, tool descriptions, and error handling (#1853)

📚 Documentation

  • Update workspace layout in CLAUDE.md and workflow file for clarity and completeness
  • Add docs for the new cloud mode and local mode
  • Update GitHub App setup documentation for clarity and accuracy
  • Add docs for the new cloud mode and local mode (#2042)

⚙️ Miscellaneous Tasks

  • Upgrade airlayer to latest commit (#1848)
  • Add weekly enhancements workflow for Claude
  • Add missing GITHUB_TOKEN environment variable in workflow
  • Add weekly auto-fix workflow for Rust and frontend formatting
  • Remove version specification for pnpm installation
  • Enhance weekly auto-fix workflow with Rust toolchain and pnpm cache setup
  • Update weekly auto-fix workflow to use GitHub App token for authentication
  • Enhance weekly auto-fix workflow with dynamic date in commit message and PR title
  • Update autofix workflow
  • Update weekly autofix workflow configuration
  • Weekly auto-fix 2026-04-08 (#2041)
  • Weekly auto-fix 2026-04-09 (#2046)
  • Add transform configuration for handling import.meta in TypeScript SDK
  • Update dependencies in package.json for sdk/typescript and web-app
  • Update dependencies across multiple crates to latest versions
  • Narrow down duckdb version
  • Enhance weekly workflows with dependency consolidation and analysis steps
  • Enable full output for Claude code review and weekly enhancements workflows
  • Disable full output for Claude code review in workflows
  • (main) Release (#1845)

[0.5.32] - 2026-04-02

🚀 Features

  • New fsm agentic workflow (#1781)

🐛 Bug Fixes

  • Issue with testing progress bar (#1827)
  • Biome format (#1840)

💼 Other

  • (deps) Bump slackapi/slack-github-action from 2.1.1 to 3.0.1 (#1829)

⚙️ Miscellaneous Tasks

  • Unify rust version, update rust and format codes
  • Add version to agentic core
  • (main) Release (#1817)

[0.5.31] - 2026-03-26

🚜 Refactor

  • Update control type in TimeDimensionsField to WorkflowFormData and improve type safety

⚙️ Miscellaneous Tasks

  • Release 0.5.31
  • (main) Release (#1814)

[0.5.30] - 2026-03-26

🚀 Features

  • Replace CubeJS with o3 for in-process semantic SQL compilation (#1794)
  • Add secrets management feature with environment variable support (#1795)
  • Detect secrets from ENV (#1812)
  • Git workflow for IDE (#1790)

💼 Other

  • (deps-dev) Bump the dev-npm-major-dependencies group across 1 directory with 2 updates (#1803)

🚜 Refactor

  • Remove rollup-plugin-esbuild and update visualizer configuration
  • Simplify conditional statements for clarity in multiple files
  • Remove Cube.js semantic engine and update related documentation (#1810)

⚙️ Miscellaneous Tasks

  • Upgrade depes
  • Add peer dependency rules for TypeScript ESLint packages in package.json
  • (main) Release (#1808)

[0.5.29] - 2026-03-24

🐛 Bug Fixes

  • Chart rendering race condition
  • Chart rendering race condition (#1800)

💼 Other

  • (deps-dev) Bump the dev-npm-minor-dependencies group across 1 directory with 13 updates (#1805)
  • (deps) Bump dorny/paths-filter from 3 to 4 (#1802)
  • (deps) Bump pnpm/action-setup from 4 to 5 (#1801)

⚙️ Miscellaneous Tasks

  • Release 0.5.29
  • (main) Release (#1798)

[0.5.28] - 2026-03-23

🚀 Features

  • Add Makefile for project setup, build, and development tasks
  • Support Looker Explore in Dev Portal semantic layer (#1730)
  • Remove database dependency for oxy run cli command (#1778)
  • New testing UI (#1727)
  • Add GitHub Copilot code review instructions
  • Allow for individual test case runs via cli (#1792)
  • Add lovable integration instructions and starter prompt to our public docs (#1760)

🐛 Bug Fixes

  • Change log level to debug for checkpoint not found error (#1749)

💼 Other

  • (deps-dev) Bump tsdown from 0.20.3 to 0.21.2 in the dev-npm-minor-dependencies group across 1 directory (#1767)
  • (deps) Bump docker/build-push-action from 6 to 7 (#1786)
  • (deps) Bump docker/setup-buildx-action from 3 to 4 (#1785)

📚 Documentation

  • Add product context to claude (#1784)
  • Update welcome documentation for clarity and precision

⚙️ Miscellaneous Tasks

  • Format codes
  • Update dependency to resolve dependabot issue
  • (main) Release (#1779)

[0.5.27] - 2026-03-12

🐛 Bug Fixes

  • Db connections not reused (#1763)

⚙️ Miscellaneous Tasks

  • (main) Release (#1776)

[0.5.26] - 2026-03-12

🚀 Features

  • Enhance DateControl with calendar popover and input synchronization
  • Replace ontology with context graph (#1771)

🐛 Bug Fixes

  • Remove unnecessary react-dom/client dependency from Vite config
  • Optimize chunking strategy in Vite config for better performance

📚 Documentation

  • Clarify Oxygen platform description (#1769)

⚙️ Miscellaneous Tasks

  • Update dependencies in TypeScript SDK and web app
  • (main) Release (#1764)
  • Release 0.5.26
  • (main) Release (#1772)

[0.5.25] - 2026-03-11

🚀 Features

  • Agent testing framework (#1714)
  • Improve chart (#1728)
  • Add control and row to block editor of apps (#1761)

🐛 Bug Fixes

  • Always log to file, mirror to stdout when OXY_DEBUG=true (#1759)
  • UI ux inconsitant (#1740)
  • Skip hidden dirs in agent/workflow file scanning (#1762)

💼 Other

  • (deps) Bump docker/login-action from 3 to 4 (#1752)
  • (deps) Bump crate-ci/typos from 1.43.5 to 1.44.0 (#1751)

⚙️ Miscellaneous Tasks

  • Update json schemas
  • (main) Release (#1756)

[0.5.24] - 2026-03-09

🚀 Features

  • Add type to app result task outputs (#1731)

🐛 Bug Fixes

  • Update email validation logic and configuration for magic link authentication

📚 Documentation

  • Update deployment docs

⚙️ Miscellaneous Tasks

  • (main) Release (#1748)

[0.5.23] - 2026-03-07

🐛 Bug Fixes

  • Infinite loop on FE for procedure with loops (#1746)

⚙️ Miscellaneous Tasks

  • (main) Release (#1747)

[0.5.22] - 2026-03-06

🚀 Features

  • Improve looker task form (#1729)

🐛 Bug Fixes

  • Disable "Automate this" button in readonly mode (#1739)
  • Run index duplication (#1743)

💼 Other

  • (deps) Bump the prod-npm-minor-dependencies group across 1 directory with 21 updates (#1741)

⚙️ Miscellaneous Tasks

  • (main) Release (#1742)

[0.5.21] - 2026-03-06

🚀 Features

  • Update permissions in Claude review workflow to include actions read access
  • Login by magic link with email (#1713)
  • Rename automation to procedure (#1715)
  • Add simple invitation flow for magic login (#1717)
  • Add API Keys page and integrate into settings layout (#1724)
  • Looker integration (#1542)

🐛 Bug Fixes

  • Add horizontal padding to thread message containers (#1711)
  • Remove built-in mode references and clean up authentication logic (#1716)
  • Enhance magic link email design and styling
  • Add bottom padding to FieldsSelectionPanel for full scroll (#1709)
  • Update logo image source in invitation and magic link email templates
  • Simplify logo display in invitation and magic link email templates
  • Update logo dimensions in invitation and magic link email templates
  • Update footer copyright and description in invitation and magic link email templates

💼 Other

  • (deps) Bump actions/upload-artifact from 6 to 7 (#1719)
  • (deps) Bump actions/download-artifact from 7 to 8 (#1720)
  • (deps-dev) Bump the dev-npm-minor-dependencies group across 1 directory with 6 updates (#1725)
  • (deps-dev) Bump rollup-plugin-visualizer from 6.0.5 to 7.0.0 in the dev-npm-major-dependencies group (#1722)

📚 Documentation

  • Update welcome doc
  • Add WSL 2 setup and troubleshooting for Rancher Desktop on Windows
  • Streamline getting-started flow and add prerequisites page

⚙️ Miscellaneous Tasks

  • Refactor code for improved readability and performance in various modules
  • Release 0.5.21
  • Comment out free disk space step in CI and coverage workflows
  • Remove image from email signin
  • (main) Release (#1712)

[0.5.20] - 2026-02-27

🚀 Features

  • Update async-openai dependency to version 0.33.0 and adjust features across crates
  • Refactor automations into routines (#1686)
  • Enhance semantic_query output for chaining (#1694)

📚 Documentation

  • Rename Oxy...
Read more

0.5.33

09 Apr 13:33

Choose a tag to compare

0.5.33 Pre-release
Pre-release

Backend

0.5.33 (2026-04-09)

🚀 Features

🐛 Bug Fixes

  • improve GitHub OAuth flow and installation handling (a253c69)

Frontend

0.5.33 (2026-04-09)

🚀 Features

  • add GitHub access token handling for user authentication and installation management (75211aa)
  • handle multi installations and multi accounts (1fe537f)
  • new builder agent (#1815) (3ce3e00)
  • thinking budget toggle (#1847) (7474b5b)
  • workspace management and onboarding process (#1821) (373bb7a)

🐛 Bug Fixes

  • bring back DuckDB initialization logic and state management (d9a5ff4)
  • builder bugs (#2036) (071c2b5)
  • context graph UI (#2037) (82037dc)
  • enhance branch naming and UI adjustments in BranchQuickSwitcher (ee25921)
  • github multi account installation (e2798b2)
  • implement selection token for GitHub OAuth installation picking flow (362426d)
  • ui ux semantic inconsistent (#1770) (81b959c)
  • update dependencies to latest versions for improved stability and performance (b839476)
  • upgrade major versions for frontend packages (#1839) (c038d3a)

0.5.32

02 Apr 11:35

Choose a tag to compare

0.5.32 Pre-release
Pre-release

Backend

0.5.32 (2026-04-01)

🚀 Features

Frontend

0.5.32 (2026-04-01)

🚀 Features

🐛 Bug Fixes

0.5.31

26 Mar 18:15

Choose a tag to compare

Backend

0.5.31 (2026-03-26)

⚙️ Miscellaneous Tasks

Frontend

0.5.31 (2026-03-26)

⚙️ Miscellaneous Tasks

0.5.29

24 Mar 07:38

Choose a tag to compare

Backend

0.5.29 (2026-03-24)

⚙️ Miscellaneous Tasks

Frontend

0.5.29 (2026-03-24)

🚀 Features

🐛 Bug Fixes

⚙️ Miscellaneous Tasks

0.5.28

23 Mar 07:31

Choose a tag to compare

0.5.28 Pre-release
Pre-release

Backend

0.5.28 (2026-03-23)

🚀 Features

  • allow for individual test case runs via cli (#1792) (522f5dc)
  • remove database dependency for oxy run cli command (#1778) (6edad0d)
  • support Looker Explore in Dev Portal semantic layer (#1730) (d1051e7)

🐛 Bug Fixes

  • change log level to debug for checkpoint not found error (#1749) (b6b06d4)

Frontend

0.5.27

12 Mar 19:48

Choose a tag to compare

Backend

0.5.27 (2026-03-12)

🐛 Bug Fixes

Frontend

0.5.26

12 Mar 13:19

Choose a tag to compare

0.5.26 Pre-release
Pre-release

Backend

0.5.26 (2026-03-12)

⚙️ Miscellaneous Tasks

Frontend

0.5.26 (2026-03-12)

🚀 Features

  • enhance DateControl with calendar popover and input synchronization (ef01a9f)
  • replace ontology with context graph (#1771) (7b8c555)

🐛 Bug Fixes

  • optimize chunking strategy in Vite config for better performance (6e9280f)
  • remove unnecessary react-dom/client dependency from Vite config (9a1203f)

⚙️ Miscellaneous Tasks