Skip to content

Commit 9827d7c

Browse files
chore(main): release cli 8.2.0 (#411)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 11c5e28 commit 9827d7c

7 files changed

Lines changed: 19 additions & 7 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": "8.1.0"
2+
"version": "8.2.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": "8.1.0",
3+
"version": "8.2.0",
44
"description": "Portable multi-agent harness for .agents-based skills and workflows across Claude Code, Codex, Gemini, and more",
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-
".": "8.1.0",
2+
".": "8.2.0",
33
"action": "1.2.0",
44
"web": "3.5.2"
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: 8.1.0 # x-release-please-version
16+
version: 8.2.0 # x-release-please-version
1717
date-released: "2026-05-20" # 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: 8.1.0 # x-release-please-version
38+
version: 8.2.0 # x-release-please-version
3939
year: 2026
4040
date-released: "2026-05-20" # x-release-please-date
4141
license: MIT

cli/CHANGELOG.md

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

3+
## [8.2.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v8.1.0...cli-v8.2.0) (2026-05-20)
4+
5+
6+
### Features
7+
8+
* **cli:** warn when oma-config targets the deprecated Gemini CLI ([11c5e28](https://github.com/first-fluke/oh-my-agent/commit/11c5e2882c741081026ea02b512bbbf848023e72))
9+
10+
11+
### Bug Fixes
12+
13+
* **scm:** quote skill description frontmatter ([2a225df](https://github.com/first-fluke/oh-my-agent/commit/2a225df7dd5d39d3df39ff6029bda0c8a1919522))
14+
315
## [8.1.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v8.0.0...cli-v8.1.0) (2026-05-20)
416

517

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": "8.1.0",
3+
"version": "8.2.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": "8.1.0",
3+
"version": "8.2.0",
44
"private": true,
55
"workspaces": [
66
"cli",

0 commit comments

Comments
 (0)