Files
oh-my-opencode/dist/agents/env-context.d.ts
T
2026-03-14 04:56:50 +00:00

8 lines
365 B
TypeScript

/**
* Creates OmO-specific environment context (timezone, locale).
* Note: Working directory, platform, and date are already provided by OpenCode's system.ts,
* so we only include fields that OpenCode doesn't provide to avoid duplication.
* See: https://github.com/code-yeongyu/oh-my-openagent/issues/379
*/
export declare function createEnvContext(): string;