@brutalsystems/tincan-opencode 1.5.0 → 1.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brutalsystems/tincan-opencode",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "description": "opencode plugin for Tin Can — the receive half, so an opencode session can be messaged by a live Claude Code, Codex or opencode peer.",
5
5
  "keywords": [
6
6
  "opencode",
@@ -9,7 +9,7 @@
9
9
 
10
10
  /** Tracks the Tin Can package version: every registry record reports it,
11
11
  * and a number matching no release tells an operator nothing. */
12
- export const PLUGIN_VERSION = '1.5.0';
12
+ export const PLUGIN_VERSION = '1.6.0';
13
13
  export const OPENCODE_TESTED_VERSION = '1.18.31';
14
14
 
15
15
  /** Server-enforced: sessionID must match ^ses, message id must match ^msg_. */