export const PACKAGE_NAME = "pi-agent-profiles"; export const CONFIG_VERSION = 1 as const; export const ACTIVE_ENTRY_TYPE = "pi-agent-profiles:active"; export const MODEL_ROUTE_EVENT = "pi-subagents:model-route:v1"; export const AGENTS_EVENT = "pi-subagents:agents:v1"; export const STATUS_KEY = "pi-agent-profiles"; export const DEFAULT_SHORTCUT = "alt+p";