Skip to content

Commit 25e08cb

Browse files
chore(main): release cli 8.15.0 (#442)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c5a6462 commit 25e08cb

8 files changed

Lines changed: 15 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": "8.14.0"
2+
"version": "8.15.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.14.0",
3+
"version": "8.15.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": "8.14.0",
3+
"version": "8.15.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-
".": "8.14.0",
2+
".": "8.15.0",
33
"action": "1.2.0",
44
"web": "3.7.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: 8.14.0 # x-release-please-version
16+
version: 8.15.0 # x-release-please-version
1717
date-released: "2026-05-28" # 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.14.0 # x-release-please-version
38+
version: 8.15.0 # x-release-please-version
3939
year: 2026
4040
date-released: "2026-05-28" # x-release-please-date
4141
license: MIT

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+
## [8.15.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v8.14.0...cli-v8.15.0) (2026-05-28)
4+
5+
6+
### Features
7+
8+
* **memory:** install AgentMemory service during setup ([c5a6462](https://github.com/first-fluke/oh-my-agent/commit/c5a646285451879c7fa24b47c3b5220ca624b002))
9+
310
## [8.14.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v8.13.0...cli-v8.14.0) (2026-05-28)
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": "8.14.0",
3+
"version": "8.15.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.14.0",
3+
"version": "8.15.0",
44
"private": true,
55
"workspaces": [
66
"cli",

0 commit comments

Comments
 (0)