Skip to content

Commit 792b3cc

Browse files
chore(release): 1.8.0 [skip ci]
## [1.8.0](v1.7.0-oc...v1.8.0-oc) (2026-05-01) ### Features * **honcho:** add self-log read tools and arbitrary-peer query escape hatch ([4decc4f](4decc4f))
1 parent 4decc4f commit 792b3cc

7 files changed

Lines changed: 14 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
},
88
"metadata": {
99
"description": "Honcho plugins for Claude Code - memory, development tools, and more",
10-
"version": "1.7.0-oc"
10+
"version": "1.8.0-oc"
1111
},
1212
"plugins": [
1313
{
1414
"name": "honcho",
1515
"source": "./plugins/honcho",
1616
"description": "Persistent memory for Claude Code sessions using Honcho",
17-
"version": "1.7.0-oc",
17+
"version": "1.8.0-oc",
1818
"keywords": [
1919
"memory",
2020
"context",
@@ -26,7 +26,7 @@
2626
"name": "honcho-dev",
2727
"source": "./plugins/honcho-dev",
2828
"description": "Skills for building AI applications with the Honcho SDK",
29-
"version": "1.7.0-oc",
29+
"version": "1.8.0-oc",
3030
"keywords": [
3131
"sdk",
3232
"development",

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.8.0](https://github.com/offendingcommit/claude-honcho/compare/v1.7.0-oc...v1.8.0-oc) (2026-05-01)
2+
3+
### Features
4+
5+
* **honcho:** add self-log read tools and arbitrary-peer query escape hatch ([4decc4f](https://github.com/offendingcommit/claude-honcho/commit/4decc4f3e1559d286400f08408fdd306cfbb4027))
6+
17
## [1.7.0](https://github.com/offendingcommit/claude-honcho/compare/v1.6.0-oc...v1.7.0-oc) (2026-05-01)
28

39
### Features

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Honcho Banner](./assets/honcho_clawd.png)](https://honcho.dev)
44

55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6-
[![Version](https://img.shields.io/badge/version-1.7.0--oc-blue)](https://github.com/offendingcommit/claude-honcho)
6+
[![Version](https://img.shields.io/badge/version-1.8.0--oc-blue)](https://github.com/offendingcommit/claude-honcho)
77
[![CI](https://github.com/offendingcommit/claude-honcho/actions/workflows/ci.yml/badge.svg)](https://github.com/offendingcommit/claude-honcho/actions/workflows/ci.yml)
88
[![Release](https://github.com/offendingcommit/claude-honcho/actions/workflows/release.yml/badge.svg)](https://github.com/offendingcommit/claude-honcho/actions/workflows/release.yml)
99
[![Honcho](https://img.shields.io/badge/Honcho-Memory%20API-blue)](https://honcho.dev)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-honcho-monorepo",
3-
"version": "1.7.0-oc",
3+
"version": "1.8.0-oc",
44
"private": true,
55
"description": "Honcho plugins for Claude Code (fork by Offending Commit)",
66
"repository": "https://github.com/offendingcommit/claude-honcho",

plugins/honcho-dev/.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": "honcho-dev",
3-
"version": "1.7.0-oc",
3+
"version": "1.8.0-oc",
44
"description": "Skills for building AI applications with the Honcho SDK",
55
"author": {
66
"name": "Plastic Labs",

plugins/honcho/.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": "honcho",
3-
"version": "1.7.0-oc",
3+
"version": "1.8.0-oc",
44
"description": "Persistent memory for Claude Code sessions using Honcho by Plastic Labs",
55
"author": {
66
"name": "Plastic Labs",

plugins/honcho/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-honcho",
3-
"version": "1.7.0-oc",
3+
"version": "1.8.0-oc",
44
"description": "Persistent memory for Claude Code sessions using Honcho by Plastic Labs",
55
"type": "module",
66
"keywords": [

0 commit comments

Comments
 (0)