Skip to content

release: 1.0.0-beta.9 (install hotfix: recreate stale 3.14 venv)#1296

Merged
jaylfc merged 2 commits into
masterfrom
hotfix/recreate-stale-venv-beta9
Jun 21, 2026
Merged

release: 1.0.0-beta.9 (install hotfix: recreate stale 3.14 venv)#1296
jaylfc merged 2 commits into
masterfrom
hotfix/recreate-stale-venv-beta9

Conversation

@jaylfc

@jaylfc jaylfc commented Jun 21, 2026

Copy link
Copy Markdown
Owner

Third install hotfix, completing the WSL fresh-install chain. Jay's re-install (Python 3.14.4) got past beta.8's requires-python cap but failed:

ERROR: Package 'tinyagentos' requires a different Python: 3.14.4 not in '<3.14,>=3.11'

The beta.8 interpreter-selection only runs when CREATING a fresh venv; an existing 3.14 .venv (from an earlier attempt) was reused. Now the installer detects an out-of-range venv interpreter and recreates it. Same fix on dev via #1295.

Workaround meanwhile: sudo rm -rf <install>/.venv then re-run the installer.

Once green: merge + tag v1.0.0-beta.9 + GitHub release.

…-install)

A re-install over a .venv built with Python 3.14 reused it and failed the
requires-python <3.14 check. The installer now probes an existing venv and
recreates it with a supported 3.11-3.13 interpreter when it is out of range.
Patch promotion to master so the live installer self-heals. beta.9.
@qodo-code-review

Copy link
Copy Markdown

Qodo reviews are paused for this user.

Troubleshooting steps vary by plan Learn more →

On a Teams plan?
Reviews resume once this user has a paid seat and their Git account is linked in Qodo.
Link Git account →

Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center?
These require an Enterprise plan - Contact us
Contact us →

@github-actions

Copy link
Copy Markdown

👋 Thanks for the PR! This one targets master, which is our
stable branch (it's what live installs track). Please retarget it to
dev — click Edit next to the PR title and change the base
branch dropdown from master to dev. Your commits and any review
carry over, nothing is lost.

See CONTRIBUTING.md for the branch model.

@coderabbitai

coderabbitai Bot commented Jun 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@jaylfc, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 7 minutes and 34 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: ebafc21e-db9e-432c-a4cf-3c7721c4ef7a

📥 Commits

Reviewing files that changed from the base of the PR and between aa5f9f7 and af50e75.

⛔ Files ignored due to path filters (2)
  • desktop/package-lock.json is excluded by !**/package-lock.json
  • uv.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • CHANGELOG.md
  • README.md
  • desktop/package.json
  • pyproject.toml
  • scripts/install-server.sh
  • tinyagentos/__init__.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hotfix/recreate-stale-venv-beta9

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 and usage tips.

@gitar-bot

gitar-bot Bot commented Jun 21, 2026

Copy link
Copy Markdown

Note

Your trial team has used its Gitar budget, so automatic reviews are paused. Upgrade now to unlock full capacity. Comment "Gitar review" to trigger a review manually.
Learn more about usage limits

Code Review ✅ Approved

Updates the installer to detect and recreate stale Python 3.14 virtual environments, resolving the version mismatch issue during fresh installs. No issues found.

Options

Display: compact → Showing less information.

Comment with these commands to change:

Compact
gitar display:verbose         

Important

Your trial ends in 5 days — upgrade now to keep code review, CI analysis, auto-apply, custom automations, and more.

Was this helpful? React with 👍 / 👎 | Gitar

@jaylfc jaylfc merged commit 2def425 into master Jun 21, 2026
7 of 8 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in TinyAgentOS Roadmap Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

1 participant