Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"agent-monitor": "0.5.0",
"fresh-worktrees": "1.2.1",
"paseo-beads": "0.2.0",
"paseo-omp": "0.4.0",
"paseo-omp": "0.5.0",
"paseo-dracula": "0.3.0",
"paseo-shared-browser": "0.4.2",
"paseo-gas-city": "0.2.0",
Expand Down
15 changes: 15 additions & 0 deletions paseo-omp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.5.0](https://github.com/omercnet/paseo-plugins/compare/paseo-omp-v0.4.0...paseo-omp-v0.5.0) (2026-09-23)


### Features

* **paseo-omp:** add host inherited environment settings ([#159](https://github.com/omercnet/paseo-plugins/issues/159)) ([b3c80d9](https://github.com/omercnet/paseo-plugins/commit/b3c80d991d1b72de872afdd32e2a531e01569b13))


### Bug Fixes

* **paseo-omp:** harden OMP session recovery ([#132](https://github.com/omercnet/paseo-plugins/issues/132)) ([d89a9fe](https://github.com/omercnet/paseo-plugins/commit/d89a9feab367deea2b4629593fac9c6b867884a4))
* **paseo-omp:** observe owned agent directory ([#163](https://github.com/omercnet/paseo-plugins/issues/163)) ([e475dc7](https://github.com/omercnet/paseo-plugins/commit/e475dc7a4355d56b842eb751fc9e008725b4402f))
* **paseo-omp:** preserve prompt and tool stream ordering ([#148](https://github.com/omercnet/paseo-plugins/issues/148)) ([b667e86](https://github.com/omercnet/paseo-plugins/commit/b667e86af45768ab7459aec4beb8e0b4ea52e312))
* **paseo-omp:** preserve Windows process tree during cleanup ([#152](https://github.com/omercnet/paseo-plugins/issues/152)) ([e0a5483](https://github.com/omercnet/paseo-plugins/commit/e0a548323ab7e900eefddb4b33e7c3b3d6f1d582))

## [0.4.0](https://github.com/omercnet/paseo-plugins/compare/paseo-omp-v0.3.0...paseo-omp-v0.4.0) (2026-09-19)


Expand Down
2 changes: 1 addition & 1 deletion paseo-omp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@omercnet/paseo-omp",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"description": "Paseo integration for OMP, including its direct provider and workspace tooling.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion paseo-omp/server/package-version.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/** Release Please keeps this bundle-safe constant aligned with package.json. */
export const PASEO_OMP_PACKAGE_VERSION = "0.4.0"; // x-release-please-version
export const PASEO_OMP_PACKAGE_VERSION = "0.5.0"; // x-release-please-version