oh-my-opencode 1.2.3 → 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/dist/hooks/auto-update-checker/checker.d.ts +2 -0
- package/dist/index.js +6915 -3882
- package/package.json +1 -1
- package/dist/agents/look-at.d.ts +0 -2
- package/dist/google-auth.js +0 -1497
- package/dist/hooks/ultrawork-mode/constants.d.ts +0 -15
- package/dist/hooks/ultrawork-mode/detector.d.ts +0 -16
- package/dist/hooks/ultrawork-mode/index.d.ts +0 -40
- package/dist/hooks/ultrawork-mode/types.d.ts +0 -20
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import type { UpdateCheckResult } from "./types";
|
|
2
2
|
export declare function isLocalDevMode(directory: string): boolean;
|
|
3
|
+
export declare function getLocalDevPath(directory: string): string | null;
|
|
4
|
+
export declare function getLocalDevVersion(directory: string): string | null;
|
|
3
5
|
export interface PluginEntryInfo {
|
|
4
6
|
entry: string;
|
|
5
7
|
isPinned: boolean;
|