Skip to content

chore(main): release 0.6.2#1066

Merged
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg
Apr 6, 2026
Merged

chore(main): release 0.6.2#1066
Aureliolo merged 2 commits intomainfrom
release-please--branches--main--components--synthorg

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Apr 4, 2026

🤖 I have created a release beep boop

0.6.2 (2026-04-06)

Features

  • add issue analyzer script for priority/scope management (#1084) (1ccba27)
  • config fixes and deferred improvements from PR #1058 review (#1067) (2cac2d3), closes #1061 #1060
  • cumulative risk-unit action budgets (#806) and automated reporting (#245) (#1063) (4689816)
  • fine-tuning pipeline + CompositeBackend + workflow lifecycle (#1065) (85b05bc), closes #1001 #850 #1058
  • memory consolidation upgrades (LLM Merge, Search-and-Ask, diversity penalty, distillation capture) (#1071) (174e2be), closes #704
  • migrate web dashboard from Radix UI to Base UI, activate CSP nonce, rebuild org chart page, and fix agent routing (#1083) (ebc6921)
  • v0.7.0 engine foundations -- structured failure diagnosis + auditable decisions (#1072) (d341d37)
  • workflow templates and versioning with diff and rollback (#1069) (7af94de), closes #1006 #1008

Documentation

  • unify REST API docs under /docs/openapi/ and patch sitemap (#1073) (af19382)

Maintenance

  • bump hypothesis from 6.151.10 to 6.151.11 in the all group (#1086) (3176318)
  • bump nginxinc/nginx-unprivileged from f99cc61 to 601c823 in /docker/web in the all group (#1085) (5eb99ac)
  • bump the all group in /web with 3 updates (#1087) (8deae44)

This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings April 4, 2026 15:08
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 4, 2026

Important

Review skipped

Ignore keyword(s) in the title.

⛔ Ignored keywords (1)
  • chore(main): release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: d8540cfa-c7e3-467c-bbcf-dd177cc555f7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the project to release 0.6.2 and publishes the corresponding changelog entry generated by Release Please.

Changes:

  • Update package version to 0.6.2 in src/synthorg/__init__.py.
  • Update Commitizen version to 0.6.2 in pyproject.toml.
  • Add 0.6.2 section to .github/CHANGELOG.md and bump Release Please manifest to 0.6.2.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/synthorg/__init__.py Bumps exported package version to 0.6.2.
pyproject.toml Updates Commitizen version marker to 0.6.2.
.github/CHANGELOG.md Adds the 0.6.2 release notes entry.
.github/.release-please-manifest.json Updates manifest version to 0.6.2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 4, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA abd55b5.
Ensure that dependencies are being submitted on PR branches. Re-running this action after a short time may resolve the issue. See the documentation for more information and troubleshooting advice.

Scanned Files

None

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request increments the version to 0.6.2 and updates the changelog to include new features. A critical issue was identified regarding syntax errors in the exception handling of the newly added features, which would cause runtime failures and must be corrected before the release is finalized.

"""SynthOrg - Framework for building synthetic organizations."""

__version__ = "0.6.1" # x-release-please-version
__version__ = "0.6.2" # x-release-please-version
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The release of version 0.6.2 should be deferred because the codebase contains critical syntax errors in the newly added features. Specifically, src/synthorg/budget/automated_reports.py (line 235) and src/synthorg/engine/cost_recording.py (line 99) use the invalid Python 3 syntax except MemoryError, RecursionError: when attempting to catch multiple exceptions. This will result in a SyntaxError at runtime. These must be corrected to except (MemoryError, RecursionError): before the release is finalized.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.54%. Comparing base (3176318) to head (abd55b5).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1066   +/-   ##
=======================================
  Coverage   89.54%   89.54%           
=======================================
  Files         750      750           
  Lines       44045    44045           
  Branches     4426     4426           
=======================================
  Hits        39441    39441           
  Misses       3813     3813           
  Partials      791      791           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from d080aa3 to 4205d3f Compare April 4, 2026 17:41
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 17:43 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 4205d3f to c2bda87 Compare April 4, 2026 19:12
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 19:13 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from c2bda87 to 8cc4ab5 Compare April 4, 2026 19:50
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 19:51 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 8cc4ab5 to d7e5f99 Compare April 5, 2026 07:24
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 5, 2026 07:25 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 8bec1cb to cb0a351 Compare April 5, 2026 13:58
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 5, 2026 13:59 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from d462b84 to 04de90d Compare April 5, 2026 22:35
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 5, 2026 22:36 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 949c0ab to 8f3c9a2 Compare April 5, 2026 23:50
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 5, 2026 23:52 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from fd32b7f to cc6afac Compare April 6, 2026 06:42
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 4163cd4 to e80c4f2 Compare April 6, 2026 06:43
@Aureliolo Aureliolo merged commit d963f97 into main Apr 6, 2026
13 of 14 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch April 6, 2026 06:43
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 6, 2026 06:43 — with GitHub Actions Inactive
@Aureliolo
Copy link
Copy Markdown
Owner Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

2 participants