Skip to content

Commit a922813

Browse files
Merge pull request #572 from first-fluke/release-please--branches--main--components--cli
2 parents 6227e1b + e7c9a34 commit a922813

8 files changed

Lines changed: 17 additions & 10 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": "10.3.2"
2+
"version": "10.3.3"
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": "10.3.2",
3+
"version": "10.3.3",
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": "10.3.2",
3+
"version": "10.3.3",
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-
".": "10.3.2",
2+
".": "10.3.3",
33
"action": "1.2.1",
44
"web": "3.17.0"
55
}

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ authors:
1313
given-names: Eunkwang
1414
- family-names: Kim
1515
given-names: Gahyun
16-
version: 10.3.2 # x-release-please-version
17-
date-released: "2026-06-20" # x-release-please-date
16+
version: 10.3.3 # x-release-please-version
17+
date-released: "2026-06-21" # x-release-please-date
1818
license: MIT
1919
repository-code: "https://github.com/first-fluke/oh-my-agent"
2020
url: "https://github.com/first-fluke/oh-my-agent"
@@ -35,9 +35,9 @@ preferred-citation:
3535
given-names: Eunkwang
3636
- family-names: Kim
3737
given-names: Gahyun
38-
version: 10.3.2 # x-release-please-version
38+
version: 10.3.3 # x-release-please-version
3939
year: 2026
40-
date-released: "2026-06-20" # x-release-please-date
40+
date-released: "2026-06-21" # x-release-please-date
4141
license: MIT
4242
url: "https://github.com/first-fluke/oh-my-agent"
4343
repository-code: "https://github.com/first-fluke/oh-my-agent"

cli/CHANGELOG.md

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

3+
## [10.3.3](https://github.com/first-fluke/oh-my-agent/compare/cli-v10.3.2...cli-v10.3.3) (2026-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* **opencode:** generate valid config in oma link ([#571](https://github.com/first-fluke/oh-my-agent/issues/571)) ([6227e1b](https://github.com/first-fluke/oh-my-agent/commit/6227e1bc910f5dbff7287985e6d3bc6b1e531c99))
9+
310
## [10.3.2](https://github.com/first-fluke/oh-my-agent/compare/cli-v10.3.1...cli-v10.3.2) (2026-06-20)
411

512

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": "10.3.2",
3+
"version": "10.3.3",
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": "10.3.2",
3+
"version": "10.3.3",
44
"private": true,
55
"homepage": "https://firstfluke.com/oh-my-agent",
66
"repository": {

0 commit comments

Comments
 (0)