Thanks to visit codestin.com
Credit goes to github.com

Skip to content

build: release v0.3.0 - #558

Merged
pedronauck merged 1 commit into
mainfrom
release/v0.3.0
Sep 10, 2026
Merged

build: release v0.3.0#558
pedronauck merged 1 commit into
mainfrom
release/v0.3.0

Conversation

@pedronauck

@pedronauck pedronauck commented Sep 7, 2026

Copy link
Copy Markdown
Member

Release v0.3.0

This PR prepares the release of version v0.3.0.

Changelog

0.3.0 - 2026-09-10

♻️ Refactoring

⚡ Performance Improvements

🎉 Features

🐛 Bug Fixes

🔧 Miscellaneous Tasks

🧪 Testing

Release notes included

  • Extension kits replace Bundles
  • Runtime hardening and secret-safe provider login
  • implement-tasks replaces the software-delivery Loop
  • One task-delivery Loop with two execution modes
  • The desktop app is now Electron
  • The OS Release
  • Agent Plugins install as extensions
  • Agents operate commands without the UI
  • Ask the agent when nothing matches
  • Attention: know which session needs you
  • Batuta in the Marketplace
  • Bundled Tailscale connectivity extension
  • Complete Loop node lifecycle
  • Correct one output, repair one lane
  • Cursor models come from your account
  • Every domain opens inside the palette
  • Extensions contribute commands and views
  • Fan-out settles with an honest count
  • First-class Git worktrees
  • Grouped skill directories
  • Keep sessions alive while observable work is still running
  • Feedback semantics for durable Loops
  • Loop inputs that know what they point at
  • Loops can stop and ask you a question
  • Loops take one path and tell you why
  • Loops UI and empty catalogs match their design contract
  • Manage follow-ups without losing them when a turn is interrupted
  • Pin, rename, and bind any command
  • Reconnect and read long sessions with a truthful live view
  • Remote gateway: reach your daemon from anywhere
  • Reversible session archiving and list actions
  • Rewind a session to an earlier checkpoint
  • Runtime speed is part of the runtime
  • Search the full conversation and jump between your messages
  • Session attachments: paste, drop, or pick
  • Session-aware slash commands
  • Steer a working session and see when Stop has actually finished
  • Terminals stay with the workspace and welcome people and agents
  • The command palette runs CompozyOS
  • The interface speaks plain words at a legible size
  • The workspace switcher works like Command-Tab
  • Time travel — compare, rerun, and fork a Loop run
  • Trigger detail is a rule page
  • Unified docs and Marketplace
  • Window tabs in the OS shell
  • A burst of tool updates no longer drops the provider
  • A crashed agent no longer looks like a finished one
  • A finished Loop leaves nothing running
  • A guarded history reference no longer crashes generation 1
  • Autonomous extraction stays out of curated memory
  • Carry the selected Profile through Loop compilation and worker sessions
  • Dry-run proves the run you are about to submit
  • Restart a stopped session and keep its runtime
  • Durable inputs for busy sessions
  • Durable session messaging
  • Fan-out filters actually filter
  • Four runtime regressions around prompts, permissions, and settlement
  • Keep skipped Loop branches and unresolved review findings honest
  • Keep terminal output and session activity visible through lifecycle races
  • Live changelog and composer fixes
  • Loop runs keep their lineage, permissions, and results
  • Loop runs you can debug from the run page
  • Managed run-agent workers keep their lineage and let go
  • Skills load through the native seam inside managed sessions
  • Memory and dreaming require explicit opt-in
  • One owner per Loop run, and cancellation that sticks
  • Pi providers receive the secret, not its variable name
  • Recover a Loop-owned task run without losing its place
  • Recover Loop runs without losing results or reporting an old failure as current
  • Removing the suggested Home folder no longer breaks the desktop
  • Report provider failures clearly and clear stale settings when switching providers
  • Resource-only extensions need no toolchain
  • Previous-release sessions remain readable after upgrade
  • Run the Linux AppImage without installing libfuse2
  • The daemon owns a managed worker's outcome
  • The desktop stays responsive with a large session catalog
  • Zoom a window without covering its tiled neighbors
  • Gateway docs: zero to GitHub webhooks
  • MCP catalog, session runtime, and extension management
  • Spend less time repeating development and verification work
  • Upgrade defaults and compatibility for session control

Full release details

The complete changelog and unabridged release notes are in RELEASE_BODY.md and RELEASE_NOTES.md in this pull request.

@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
compozy-site Ready Ready Preview Sep 10, 2026 9:49am UTC

Request Review

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Review Change StackReview Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: ca9621d0-0470-42f3-8ac2-747edf4b3e31

📥 Commits

Reviewing files that changed from the base of the PR and between 6f7b9e4 and bd91182.

⛔ Files ignored due to path filters (4)
  • CHANGELOG.md is excluded by !**/*.md
  • RELEASE_BODY.md is excluded by !**/*.md
  • RELEASE_NOTES.md is excluded by !**/*.md
  • go.sum is excluded by !**/*.sum, !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Included review availability: Your plan provides up to 8 included reviews per hour; 5 remain after this review.


Walkthrough

The pull request updates the direct github.com/compozy/compozy-web-assets dependency from v0.0.225 to v0.0.230.

Changes

Web assets dependency upgrade

Layer / File(s) Summary
Update web assets dependency
go.mod
The direct github.com/compozy/compozy-web-assets dependency changes from v0.0.225 to v0.0.230.

Priority: ⬇️ Low

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

Merge Risk: ⚪ Minimal · up to bd911

This updates the bundled web-assets dependency version without changing application interfaces or tooling contracts. No current merge-blocking risk is identified.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the pull request as the v0.3.0 release preparation. This matches the stated objective.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.3.0

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.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Sep 7, 2026
@greptile-apps

greptile-apps Bot commented Sep 7, 2026

Copy link
Copy Markdown

Greptile Summary

This PR prepares the v0.3.0 release by updating and archiving release documentation and pinning the embedded Web distribution used by release binaries.

  • Updates the v0.3.0 date and incorporates the latest fixes, tests, features, and migration notes.
  • Archives the remaining release-note fragments under v0.3.0.
  • Bumps compozy-web-assets to v0.0.242 with matching module checksums.

Confidence Score: 5/5

The PR appears safe to merge with no actionable defects identified in the current changeset.

The release documents are aligned, archived notes are preserved, and the Web-assets pin is protected by a fail-closed digest check in the release pipeline; no outstanding blocking finding was established.

Important Files Changed

Filename Overview
go.mod Pins the embedded production Web assets to v0.0.242; the repository’s release checks validate the bundle against the current Web build.
go.sum Updates checksums consistently for the new Web-assets module version.
CHANGELOG.md Updates the v0.3.0 release date and adds the latest release entries.
RELEASE_BODY.md Expands the full release body with current changelog items and detailed migration notes.
RELEASE_NOTES.md Mirrors the release-body updates for the published release notes.

Reviews (17): Last reviewed commit: "build: prepare release v0.3.0" | Re-trigger Greptile

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1788815399
  • Commit: 45f959b

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Sep 9, 2026
@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1788971801
  • Commit: f790df3

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Sep 9, 2026
@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1788973560
  • Commit: 3340880

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

coderabbitai[bot]
coderabbitai Bot previously approved these changes Sep 9, 2026
coderabbitai[bot]
coderabbitai Bot previously approved these changes Sep 9, 2026
@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1788978193
  • Commit: f5a950b

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789003631
  • Commit: 75af953

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789005562
  • Commit: c8cca21

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789007060
  • Commit: 6050b68

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789018832
  • Commit: 76c5832

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789023748
  • Commit: 9b44ae3

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789026995
  • Commit: 34bb7d1

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789029492
  • Commit: 2b1e825

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck

Copy link
Copy Markdown
Member Author

✅ Dry-Run Completed Successfully

📊 Build Summary

  • Version: 0.0.0-1789034165
  • Commit: 8dc7c64

📦 Built Artifacts

Not available.


This is an automated comment from the release dry-run check.

@pedronauck
pedronauck merged commit 3327649 into main Sep 10, 2026
60 checks passed
@pedronauck
pedronauck deleted the release/v0.3.0 branch September 10, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant