mirror of
https://github.com/murashit/codex-panel.git
synced 2026-07-22 06:57:10 +00:00
7 lines
316 B
TypeScript
7 lines
316 B
TypeScript
import manifest from "../manifest.json";
|
|
|
|
export const VIEW_TYPE_CODEX_PANEL = "codex-panel-view";
|
|
export const VIEW_TYPE_CODEX_TURN_DIFF = "codex-turn-diff-view";
|
|
export const VIEW_TYPE_CODEX_THREADS = "codex-threads-view";
|
|
export const DEFAULT_CODEX_PATH = "codex";
|
|
export const CLIENT_VERSION = manifest.version;
|