Skip to content

release: 1.0.0-beta.49 - #2414

Merged
jaylfc merged 1 commit into
devfrom
release/beta.49
Aug 15, 2026
Merged

jaylfc merged 1 commit into
devfrom
release/beta.49

Conversation

@jaylfc

@jaylfc jaylfc commented Aug 15, 2026 •

Copy link
Copy Markdown
Owner

Release bump for 1.0.0-beta.49, cut from origin/dev at 016457b.

What is in it

119 commits since beta.48 (4ed3cc3). The CHANGELOG section is folded from the 16 changelog.d/ fragments that accumulated since the last cut, each already reviewed on its own PR.

Version files

All four bumped, verified no beta.48 string survives in any of them:

file value
pyproject.toml 1.0.0-beta.49
tinyagentos/__init__.py 1.0.0-beta.49
desktop/package.json 1.0.0-beta.49
uv.lock 1.0.0b49 (normalized form)

Verification

tests/test_version_lock_sync.py, tests/test_version_endpoint.py and tests/test_version_header.py pass locally, 6 passed. Confirmed the run resolved the worktree package rather than the main checkout (tinyagentos.__version__ reads 1.0.0-beta.49 from the worktree path), since a worktree run can otherwise silently test the main tree.

Summary by CodeRabbit

  • New Features

    • Added Projects list support, LoRA ingestion, OS-agent identities, and taOSmd update handling.
    • Added automatic refresh when returning to the app across key areas, including Projects, Agents, Messages, Files, Notifications, Cluster, and Decisions.
  • Bug Fixes

    • Improved configuration persistence, CSRF handling, message queries, identity lookup, task reopening, and refresh-failure behavior.
  • Documentation

    • Updated release notes for version 1.0.0-beta.49.
  • Chores

    • Bumped the application and package version to 1.0.0-beta.49.

Bump the four version files (pyproject.toml, tinyagentos/__init__.py,
desktop/package.json, and uv.lock's normalized 1.0.0b49) and fold the 16
changelog.d fragments into a dated CHANGELOG section.

119 commits since beta.48.

Docs-Reviewed: release bump only, no route, schema or behaviour change; the
CHANGELOG section is generated from fragments already reviewed on their own PRs.
@qodo-code-review

Copy link
Copy Markdown

ⓘ Qodo reviews are paused because your trial has ended. Ask your workspace admin to add credits to resume reviews. Manage billing

@coderabbitai

coderabbitai Bot commented Aug 15, 2026 •

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: cd014da5-06e2-41e0-9e87-0c3c69dae3e1

📥 Commits

Reviewing files that changed from the base of the PR and between 016457b and d0b11f7.

⛔ Files ignored due to path filters (1)
  • uv.lock is excluded by !**/*.lock, !**/uv.lock
📒 Files selected for processing (20)
  • CHANGELOG.md
  • changelog.d/2375-config-round-trip-keys.md
  • changelog.d/2379-projects-lists-tab.md
  • changelog.d/2385-memory-csrf.md
  • changelog.d/bus-read-silent-empty.md
  • changelog.d/doc-gate-coverage.md
  • changelog.d/internal-mint-handle-normalise.md
  • changelog.d/lora-studio-backend.md
  • changelog.d/native-agent-first-boot-identity.md
  • changelog.d/taos-beach-spec.md
  • changelog.d/tsk-cfyz6t-refresh-on-focus.md
  • changelog.d/tsk-jjkukj-settings-taosmd-currency.md
  • changelog.d/tsk-ronapx-os-events-sse.md
  • changelog.d/tsk-wihll4-project-lists-routes.md
  • changelog.d/tsk-y6kefb-models-refresh-failure.md
  • changelog.d/tsk-y6x6s4-unquarantine-claimer.md
  • changelog.d/tsk-yf7boe-refresh-on-focus-s2.md
  • desktop/package.json
  • pyproject.toml
  • tinyagentos/__init__.py
💤 Files with no reviewable changes (16)
  • changelog.d/tsk-y6x6s4-unquarantine-claimer.md
  • changelog.d/tsk-y6kefb-models-refresh-failure.md
  • changelog.d/2375-config-round-trip-keys.md
  • changelog.d/tsk-cfyz6t-refresh-on-focus.md
  • changelog.d/2379-projects-lists-tab.md
  • changelog.d/internal-mint-handle-normalise.md
  • changelog.d/tsk-ronapx-os-events-sse.md
  • changelog.d/tsk-wihll4-project-lists-routes.md
  • changelog.d/bus-read-silent-empty.md
  • changelog.d/tsk-yf7boe-refresh-on-focus-s2.md
  • changelog.d/doc-gate-coverage.md
  • changelog.d/tsk-jjkukj-settings-taosmd-currency.md
  • changelog.d/lora-studio-backend.md
  • changelog.d/taos-beach-spec.md
  • changelog.d/native-agent-first-boot-identity.md
  • changelog.d/2385-memory-csrf.md

📝 Walkthrough

Walkthrough

The PR prepares the beta.49 release by consolidating changelog entries, removing individual release fragments, and updating desktop and Python package versions.

Changes

Beta.49 release preparation

Layer / File(s) Summary
Consolidate release notes
CHANGELOG.md, changelog.d/*
The beta.49 changelog records fixes and additions across configuration, APIs, identity, refresh behavior, task handling, and documentation. Individual changelog fragments are removed or updated.
Synchronize package versions
desktop/package.json, pyproject.toml, tinyagentos/__init__.py
All package version declarations change from 1.0.0-beta.48 to 1.0.0-beta.49.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to d0b11

This release updates version metadata and consolidates changelog entries; the reported version checks pass, and no actionable merge-blocking risk remains beyond normal checks and review.

Possibly related PRs

  • jaylfc/taOS#2380: Implements the shared useRefreshOnFocus hook documented in this release.
  • jaylfc/taOS#2336: Implements the project-lists API documented in this release.
  • jaylfc/taOS#2371: Implements the task unquarantine fix documented in this release.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the beta.49 release, which matches the version updates and release changelog changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/beta.49

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@gitar-bot

gitar-bot Bot commented Aug 15, 2026

Copy link
Copy Markdown

Important

You are using the Gitar free plan. Upgrade to unlock code review, CI analysis, auto-apply, custom automations, and more.

Gitar

@kilo-code-bot

kilo-code-bot Bot commented Aug 15, 2026 •

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (21 files)
  • CHANGELOG.md
  • changelog.d/2375-config-round-trip-keys.md
  • changelog.d/2379-projects-lists-tab.md
  • changelog.d/2385-memory-csrf.md
  • changelog.d/bus-read-silent-empty.md
  • changelog.d/doc-gate-coverage.md
  • changelog.d/internal-mint-handle-normalise.md
  • changelog.d/lora-studio-backend.md
  • changelog.d/native-agent-first-boot-identity.md
  • changelog.d/taos-beach-spec.md
  • changelog.d/tsk-cfyz6t-refresh-on-focus.md
  • changelog.d/tsk-jjkukj-settings-taosmd-currency.md
  • changelog.d/tsk-ronapx-os-events-sse.md
  • changelog.d/tsk-wihll4-project-lists-routes.md
  • changelog.d/tsk-y6kefb-models-refresh-failure.md
  • changelog.d/tsk-y6x6s4-unquarantine-claimer.md
  • changelog.d/tsk-yf7boe-refresh-on-focus-s2.md
  • desktop/package.json
  • pyproject.toml
  • tinyagentos/__init__.py
  • uv.lock

Reviewed by step-3.7-flash · Input: 51.7K · Output: 4.7K · Cached: 98.7K

@jaylfc
jaylfc merged commit 6f36d8c into dev Aug 15, 2026
26 checks passed
@jaylfc jaylfc mentioned this pull request Aug 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant