Skip to content

Commit 57822c9

Browse files
committed
release: v0.9.0
Adapt upstream hashline reliability and GitHub search improvements.
1 parent 1e7c689 commit 57822c9

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

npm/oh-omp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@oh-labs/oh-omp",
3-
"version": "0.8.1",
3+
"version": "0.9.0",
44
"description": "Coding agent CLI — platform router package",
55
"license": "MIT",
66
"bin": {
77
"oh-omp": "bin/oh-omp"
88
},
99
"optionalDependencies": {
10-
"@oh-labs/oh-omp-darwin-arm64": "0.8.1",
11-
"@oh-labs/oh-omp-linux-x64": "0.8.1"
10+
"@oh-labs/oh-omp-darwin-arm64": "0.9.0",
11+
"@oh-labs/oh-omp-linux-x64": "0.9.0"
1212
}
1313
}

packages/coding-agent/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [0.9.0] - 2026-05-03
6+
57
### Added
68

79
- Adapted upstream GitHub code and commit search tools as standalone `gh_search_code` and `gh_search_commits` tools for source/release archaeology without adopting the broader upstream GitHub op-tool refactor.
@@ -10,7 +12,6 @@
1012

1113
- Adapted upstream hashline duplicate-boundary handling to auto-absorb repeated multiline replacement boundaries while preserving the fork's structured `LINE#ID` edit contract.
1214

13-
1415
## [0.8.1] - 2026-05-03
1516

1617
### Added

0 commit comments

Comments
 (0)