oh-my-opencode 3.17.12 → 3.17.14

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.
@@ -2,10 +2,5 @@ type PostHogActivityCaptureState = {
2
2
  dayUTC: string;
3
3
  captureDaily: boolean;
4
4
  };
5
- type PluginLoadedCaptureState = {
6
- dayUTC: string;
7
- capturePluginLoaded: boolean;
8
- };
9
5
  export declare function getPostHogActivityCaptureState(now?: Date): PostHogActivityCaptureState;
10
- export declare function getPluginLoadedCaptureState(now?: Date): PluginLoadedCaptureState;
11
6
  export {};
@@ -1,15 +1,10 @@
1
- import { PostHog } from "posthog-node";
2
1
  import { getPostHogActivityCaptureState } from "./posthog-activity-state";
3
2
  /** @internal test-only */
4
3
  export declare function __setActivityStateProviderForTesting(provider: typeof getPostHogActivityCaptureState): void;
5
4
  /** @internal test-only */
6
5
  export declare function __resetActivityStateProviderForTesting(): void;
7
- type PostHogCaptureEvent = Parameters<PostHog["capture"]>[0];
8
- type PostHogExceptionProperties = Parameters<PostHog["captureException"]>[2];
9
6
  type PostHogActivityReason = "run_started" | "plugin_loaded";
10
7
  type PostHogClient = {
11
- capture: (message: PostHogCaptureEvent) => void;
12
- captureException: (error: unknown, distinctId?: string, additionalProperties?: PostHogExceptionProperties) => void;
13
8
  trackActive: (distinctId: string, reason: PostHogActivityReason) => void;
14
9
  shutdown: () => Promise<void>;
15
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-opencode",
3
- "version": "3.17.12",
3
+ "version": "3.17.14",
4
4
  "description": "The Best AI Agent Harness - Batteries-Included OpenCode Plugin with Multi-Model Orchestration, Parallel Background Agents, and Crafted LSP/AST Tools",
5
5
  "main": "./dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -68,7 +68,7 @@
68
68
  "js-yaml": "^4.1.1",
69
69
  "jsonc-parser": "^3.3.1",
70
70
  "picocolors": "^1.1.1",
71
- "picomatch": "^4.0.2",
71
+ "picomatch": "^4.0.4",
72
72
  "posthog-node": "^5.29.2",
73
73
  "vscode-jsonrpc": "^8.2.0"
74
74
  },
@@ -80,17 +80,17 @@
80
80
  "zod": "^4.3.0"
81
81
  },
82
82
  "optionalDependencies": {
83
- "oh-my-opencode-darwin-arm64": "3.17.12",
84
- "oh-my-opencode-darwin-x64": "3.17.12",
85
- "oh-my-opencode-darwin-x64-baseline": "3.17.12",
86
- "oh-my-opencode-linux-arm64": "3.17.12",
87
- "oh-my-opencode-linux-arm64-musl": "3.17.12",
88
- "oh-my-opencode-linux-x64": "3.17.12",
89
- "oh-my-opencode-linux-x64-baseline": "3.17.12",
90
- "oh-my-opencode-linux-x64-musl": "3.17.12",
91
- "oh-my-opencode-linux-x64-musl-baseline": "3.17.12",
92
- "oh-my-opencode-windows-x64": "3.17.12",
93
- "oh-my-opencode-windows-x64-baseline": "3.17.12"
83
+ "oh-my-opencode-darwin-arm64": "3.17.14",
84
+ "oh-my-opencode-darwin-x64": "3.17.14",
85
+ "oh-my-opencode-darwin-x64-baseline": "3.17.14",
86
+ "oh-my-opencode-linux-arm64": "3.17.14",
87
+ "oh-my-opencode-linux-arm64-musl": "3.17.14",
88
+ "oh-my-opencode-linux-x64": "3.17.14",
89
+ "oh-my-opencode-linux-x64-baseline": "3.17.14",
90
+ "oh-my-opencode-linux-x64-musl": "3.17.14",
91
+ "oh-my-opencode-linux-x64-musl-baseline": "3.17.14",
92
+ "oh-my-opencode-windows-x64": "3.17.14",
93
+ "oh-my-opencode-windows-x64-baseline": "3.17.14"
94
94
  },
95
95
  "overrides": {},
96
96
  "trustedDependencies": [