@glrs-dev/harness-plugin-opencode 2.0.1 → 2.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.1.0
4
+
3
5
  ## 2.0.1
4
6
 
5
7
  ### Patch Changes
package/dist/index.js CHANGED
@@ -2531,7 +2531,7 @@ import { join as join10 } from "path";
2531
2531
  var APP_KEY = "A-US-3617699429";
2532
2532
  var ENDPOINT = "https://us.aptabase.com/api/v0/event";
2533
2533
  var PKG_NAME = "@glrs-dev/harness-plugin-opencode";
2534
- var PKG_VERSION = true ? "2.0.1" : "dev";
2534
+ var PKG_VERSION = true ? "2.1.0" : "dev";
2535
2535
  var DISABLED = process.env.HARNESS_OPENCODE_TELEMETRY === "0" || process.env.HARNESS_OPENCODE_TELEMETRY === "false" || process.env.DO_NOT_TRACK === "1" || process.env.CI === "true";
2536
2536
  var SESSION_ID = randomUUID();
2537
2537
  function getInstallId() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glrs-dev/harness-plugin-opencode",
3
- "version": "2.0.1",
3
+ "version": "2.1.0",
4
4
  "description": "Opinionated OpenCode agent harness — PRIME, plan, build, QA, skills, MCP wiring, hashline editing.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",