Skip to content

Commit 266524a

Browse files
Merge pull request #561 from first-fluke/release-please--branches--main--components--cli
chore(main): release cli 10.0.0
2 parents f463e0a + 77284cd commit 266524a

8 files changed

Lines changed: 31 additions & 8 deletions

File tree

.agents/skills/_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "9.10.0"
2+
"version": "10.0.0"
33
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oma",
3-
"version": "9.10.0",
3+
"version": "10.0.0",
44
"description": "Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.",
55
"author": {
66
"name": "First Fluke",

.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oma",
3-
"version": "9.10.0",
3+
"version": "10.0.0",
44
"description": "Portable, vendor-agnostic agent harness for project-specific skills, workflows, and agent teams aligned with your codebase, conventions, and engineering standards.",
55
"author": {
66
"name": "First Fluke",

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "9.10.0",
2+
".": "10.0.0",
33
"action": "1.2.0",
44
"web": "3.16.0"
55
}

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors:
1313
given-names: Eunkwang
1414
- family-names: Kim
1515
given-names: Gahyun
16-
version: 9.10.0 # x-release-please-version
16+
version: 10.0.0 # x-release-please-version
1717
date-released: "2026-06-18" # x-release-please-date
1818
license: MIT
1919
repository-code: "https://github.com/first-fluke/oh-my-agent"
@@ -35,7 +35,7 @@ preferred-citation:
3535
given-names: Eunkwang
3636
- family-names: Kim
3737
given-names: Gahyun
38-
version: 9.10.0 # x-release-please-version
38+
version: 10.0.0 # x-release-please-version
3939
year: 2026
4040
date-released: "2026-06-18" # x-release-please-date
4141
license: MIT

cli/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [10.0.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v9.10.0...cli-v10.0.0) (2026-06-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **vendors:** complete Gemini CLI removal across .agents runtime + cli
9+
10+
### Features
11+
12+
* **vendors:** complete Gemini CLI removal across .agents runtime + cli ([ff390a8](https://github.com/first-fluke/oh-my-agent/commit/ff390a870b77f91958fafae81ef08f653a3f0f3a))
13+
14+
15+
### Refactoring
16+
17+
* **hooks:** centralize vendor detection in .agents/hooks/core (P6) ([02b0213](https://github.com/first-fluke/oh-my-agent/commit/02b02136e463891d3c1d9b5d4e56ba11279373cb))
18+
* **scripts:** reuse cli dispatch in agent-spawn (drop hand map) ([cfabbb7](https://github.com/first-fluke/oh-my-agent/commit/cfabbb74ab8d4452030665ee3f14899ce3c2620a))
19+
* **scripts:** validate AgentVendor against RuntimeVendor SSOT ([33d2bf7](https://github.com/first-fluke/oh-my-agent/commit/33d2bf729883928dc51474535a5c515460b8c669))
20+
21+
22+
### Documentation
23+
24+
* **vendors:** drop stale gemini mentions from hook-runtime comments ([b13273f](https://github.com/first-fluke/oh-my-agent/commit/b13273fcc9aff051ff1d405df1b32ac7e410602b))
25+
326
## [9.10.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v9.9.1...cli-v9.10.0) (2026-06-18)
427

528

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-agent",
3-
"version": "9.10.0",
3+
"version": "10.0.0",
44
"description": "Portable multi-agent harness for .agents-based skills and workflows across Antigravity, Claude Code, Codex, OpenCode, and more",
55
"type": "module",
66
"bin": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oh-my-agent-workspace",
3-
"version": "9.10.0",
3+
"version": "10.0.0",
44
"private": true,
55
"homepage": "https://firstfluke.com/oh-my-agent",
66
"repository": {

0 commit comments

Comments
 (0)