Skip to content

chore(main): release 0.6.1#1046

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

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

Conversation

@Aureliolo
Copy link
Copy Markdown
Owner

@Aureliolo Aureliolo commented Apr 3, 2026

🤖 I have created a release beep boop

0.6.1 (2026-04-04)

Features

  • capability-aware prompt profiles for model tier adaptation (#1047) (67650c5), closes #805
  • implement procedural memory auto-generation from agent failures (#1048) (55f5206), closes #420
  • implement quality scoring Layers 2+3 -- LLM judge and human override (#1057) (4a8adfe), closes #230
  • token-based personality trimming via PromptProfile.max_personality_tokens (#1059) (75afd52), closes #1045
  • workflow execution lifecycle + editor improvements (#1058) (7b54262), closes #1029 #1042

Refactoring

  • web: address complexity and logging issues in dashboard (#1056) (ada997b), closes #1055

Documentation

Tests

  • fix Hypothesis fuzzing infra and speed up slow unit tests (#1044) (1111602)

Maintenance


This PR was generated with Release Please. See documentation.

Copilot AI review requested due to automatic review settings April 3, 2026 19:33
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 updates the version of the SynthOrg framework from 0.6.0 to 0.6.1 across the manifest, pyproject.toml, and package initialization files. The changelog reflects that this version includes fixes for the Hypothesis fuzzing infrastructure and optimizations for slow unit tests. I have no feedback to provide.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 3, 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: a92cbb5c-7c3e-4daf-b44d-028beb8aeb81

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.

@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 3, 2026 19:34 — with GitHub Actions Inactive
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

Release PR generated by Release Please to publish SynthOrg v0.6.1, updating the repository’s canonical version markers and changelog for the 0.6.1 release.

Changes:

  • Bump package version to 0.6.1 in src/synthorg/__init__.py.
  • Bump Commitizen/release version to 0.6.1 in pyproject.toml and update Release Please manifest.
  • Add the 0.6.1 entry to .github/CHANGELOG.md.

Reviewed changes

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

File Description
src/synthorg/__init__.py Updates __version__ constant to 0.6.1 for runtime/package version reporting.
pyproject.toml Updates Commitizen version field used for tagging/release workflows.
.github/CHANGELOG.md Adds release notes section for 0.6.1 (tests-related changes).
.github/.release-please-manifest.json Updates Release Please manifest version to 0.6.1.

💡 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 3, 2026

Dependency Review

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

Snapshot Warnings

⚠️: No snapshots were found for the head SHA fdda2a5.
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

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 3, 2026

❌ 5 Tests Failed:

Tests completed Failed Passed Skipped
13693 5 13688 6
View the full list of 5 ❄️ flaky test(s)
tests.unit.api.auth.test_session_store.TestSessionStoreList::test_list_all

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.009s run time
.../api/auth/test_session_store.py:197: in test_list_all
    assert len(result) == 2
E   assert 0 == 2
E    +  where 0 = len(())
tests.unit.api.auth.test_session_store.TestSessionStoreList::test_list_by_user

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.011s run time
.../api/auth/test_session_store.py:151: in test_list_by_user
    assert len(result) == 2
E   assert 0 == 2
E    +  where 0 = len(())
tests.unit.api.auth.test_session_store.TestSessionStoreList::test_list_by_user_excludes_revoked

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.009s run time
.../api/auth/test_session_store.py:164: in test_list_by_user_excludes_revoked
    assert len(result) == 1
E   assert 0 == 1
E    +  where 0 = len(())
tests.unit.api.auth.test_session_store.TestSessionStoreLoadRevoked::test_load_revoked_restores_state

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.008s run time
.../api/auth/test_session_store.py:322: in test_load_revoked_restores_state
    assert store2.is_revoked("sess-1") is True
E   AssertionError: assert False is True
E    +  where False = is_revoked('sess-1')
E    +    where is_revoked = <synthorg.api.auth.session_store.SessionStore object at 0x7f20b4a35850>.is_revoked
tests.unit.api.auth.test_session_store.TestSessionStoreRevoke::test_revoke_all_for_user

Flake rate in main: 100.00% (Passed 0 times, Failed 1 times)

Stack Traces | 0.01s run time
.../api/auth/test_session_store.py:244: in test_revoke_all_for_user
    assert count == 2
E   assert 0 == 2

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from c1a8e6c to c44df9b Compare April 3, 2026 20:23
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 3, 2026 20:24 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from c44df9b to 1116f4c Compare April 3, 2026 20:54
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 3, 2026 20:55 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 1116f4c to a50c3bb Compare April 3, 2026 20:56
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 3, 2026 20:57 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from a50c3bb to b7d1eee Compare April 3, 2026 21:17
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 3, 2026 21:18 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from b7d1eee to 4aa4c98 Compare April 4, 2026 08:15
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 08:17 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 49bf778 to 6539249 Compare April 4, 2026 08:29
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 08:31 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 9a599a9 to e293b70 Compare April 4, 2026 08:39
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 08:41 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 95f3dc0 to 29425b0 Compare April 4, 2026 10:50
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 10:52 — with GitHub Actions Inactive
@Aureliolo Aureliolo force-pushed the release-please--branches--main--components--synthorg branch from 7045657 to 15911e5 Compare April 4, 2026 12:28
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 12:30 — with GitHub Actions Inactive
@Aureliolo Aureliolo merged commit 2af5dd2 into main Apr 4, 2026
30 of 31 checks passed
@Aureliolo Aureliolo deleted the release-please--branches--main--components--synthorg branch April 4, 2026 12:34
@Aureliolo Aureliolo temporarily deployed to cloudflare-preview April 4, 2026 12:34 — 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