@glrs-dev/harness-plugin-opencode 1.0.0 → 1.0.1

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
+ ## 1.0.1
4
+
3
5
  ## 1.0.0
4
6
 
5
7
  ### Major Changes
package/dist/index.js CHANGED
@@ -1850,7 +1850,7 @@ import { join as join8 } from "path";
1850
1850
  var APP_KEY = "A-US-3617699429";
1851
1851
  var ENDPOINT = "https://us.aptabase.com/api/v0/event";
1852
1852
  var PKG_NAME = "@glrs-dev/harness-plugin-opencode";
1853
- var PKG_VERSION = true ? "1.0.0" : "dev";
1853
+ var PKG_VERSION = true ? "1.0.1" : "dev";
1854
1854
  var DISABLED = process.env.HARNESS_OPENCODE_TELEMETRY === "0" || process.env.HARNESS_OPENCODE_TELEMETRY === "false" || process.env.DO_NOT_TRACK === "1" || process.env.CI === "true";
1855
1855
  var SESSION_ID = randomUUID();
1856
1856
  function getInstallId() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glrs-dev/harness-plugin-opencode",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
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",