@brutalsystems/tincan-opencode 1.10.1 → 2.0.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Mike Williams
3
+ Copyright (c) 2026 BrutalSystems
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brutalsystems/tincan-opencode",
3
- "version": "1.10.1",
3
+ "version": "2.0.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.10.1';
12
+ export const PLUGIN_VERSION = '2.0.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_. */