Releases: OpenAdaptAI/OpenAdapt
v1.0.4
v1.0.4 (2026-01-17)
This release is published under the MIT License.
Bug Fixes
-
Resolve MkDocs broken links in production-execution-design.md (
b21c86c) -
Resolve MkDocs broken links in production-execution-design.md (
964a58b) -
Use filename-based GitHub Actions badge URL (
1d3efaf)
Documentation
-
Add production execution design (openadapt-agent proposal) (#977,
fcef4c8) -
Fix badge URL and simplify README (
5e04c02) -
Qualify README claims for intellectual honesty (
57c42f4) -
Simplify roadmap and fix Python version claims (
0c0346c)
Detailed Changes: v1.0.3...v1.0.4
v1.0.3
v1.0.3 (2026-01-17)
This release is published under the MIT License.
Bug Fixes
Documentation
-
Revise publication roadmap with rigorous academic standards (#973,
37170ee) -
Update resource availability status in roadmap (#972,
b86ae72)
Detailed Changes: v1.0.2...v1.0.3
v1.0.2
v1.0.1
v1.0.1 (2026-01-17)
This release is published under the MIT License.
Bug Fixes
- Add missing pages to MkDocs nav configuration (
9347117)
Build System
Chores
- Update author email to [email protected] (
71bdc10)
Documentation
-
Add evolved architecture diagram to README and architecture-evolution.md (
d97f86e) -
Add open source models to architecture diagram (
41acb56) -
Add rendered architecture diagram PNG (
281f2f7) -
Add session deliverables and update documentation (
26282a9)
Detailed Changes: v1.0.0...v1.0.1
v1.0.0
v1.0.0 (2026-01-17)
This release is published under the MIT License.
Bug Fixes
-
docs: Add missing macOS permission images (
4fe4192)
Build System
Chores
-
Add CODEOWNERS, CONTRIBUTING, and dependabot config (
33e7998) -
Remove dependabot config (per user preference) (
b9f7b83) -
Simplify PR template for meta-package (
4bc6869) -
Update issue templates for meta-package architecture (
3f3c78c)
Continuous Integration
-
Fix workflow and lint issues for meta-package (#960,
c1efbec) -
Simplify release workflow for meta-package architecture (
9894216)
Documentation
-
Add legacy freeze documentation and migration notice (
9435353) -
Enhance architecture diagram with workflow phases and package integration (
eaaade1) -
Preserve legacy README in legacy/ directory (
894c1fa) -
Update README for modular meta-package architecture (
1db46c8)
Features
Refactoring
Detailed Changes: v0.46.0...v1.0.0
v0.46.0
v0.45.0
v0.45.0 (2025-01-02)
Feature
v0.44.0
v0.44.0 (2025-01-02)
Build
-
build: add openai-whisper
-
remove install_whisper from postinstall
-
poetry add openai-whisper (
e595dd3)
Feature
-
feat(models): add
ActionEvent.prompt_for_description(#933) -
add ActionEvent.prompt_for_description
-
add display_event(darken_outside, display_text)
-
add experiments/describe_action.py
-
default RECORD_AUDIO to false
-
use joinedload in get_latest_recording
-
set anthropic.py MODEL_NAME to claude-3-5-sonnet-20241022
-
support PNG in utils.image2utf8
-
python>=3.10,<3.12 (
266b9bf)
Unknown
- Revert "poetry -> uv"
This reverts commit 615c176. (5a8b9bc)
- poetry -> uv (
615c176)
v0.43.1
v0.43.1 (2024-12-30)
Build
-
build: support python>=3.10,3.14
-
python = ">=3.10,<3.14"
-
use drag-threshold for linux double_click_distance_threshold
-
httpx==0.27.2 (
7a0aa8e)
Fix
-
fix(buid): python = ">=3.10,<3.14"
-
Revert "build: support python>=3.10,3.14"
This reverts commit 7a0aa8e.
-
python = ">=3.10,<3.14"
-
simplify get_double_click_distance_pixels on linux (
64c9241)