Skip to content

Commit f9291d6

Browse files
chore(main): release cli 8.14.0 (#441)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c23081a commit f9291d6

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": "8.13.0"
2+
"version": "8.14.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.13.0",
3+
"version": "8.14.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.13.0",
3+
"version": "8.14.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.13.0",
2+
".": "8.14.0",
33
"action": "1.2.0",
44
"web": "3.7.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: 8.13.0 # x-release-please-version
17-
date-released: "2026-05-27" # x-release-please-date
16+
version: 8.14.0 # x-release-please-version
17+
date-released: "2026-05-28" # 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: 8.13.0 # x-release-please-version
38+
version: 8.14.0 # x-release-please-version
3939
year: 2026
40-
date-released: "2026-05-27" # x-release-please-date
40+
date-released: "2026-05-28" # 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+
## [8.14.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v8.13.0...cli-v8.14.0) (2026-05-28)
4+
5+
6+
### Features
7+
8+
* **memory:** add AgentMemory setup and daemon commands ([10b846a](https://github.com/first-fluke/oh-my-agent/commit/10b846ae3b1267b6756c7a3a080379b1a08cccc3))
9+
310
## [8.13.0](https://github.com/first-fluke/oh-my-agent/compare/cli-v8.12.0...cli-v8.13.0) (2026-05-27)
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.13.0",
3+
"version": "8.14.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.13.0",
3+
"version": "8.14.0",
44
"private": true,
55
"workspaces": [
66
"cli",

0 commit comments

Comments
 (0)