feat: add daemon runtime prompts

This commit is contained in:
Peter Steinberger
2026-01-06 23:51:00 +01:00
parent edfc71a47e
commit 55278c1c71
6 changed files with 20 additions and 1 deletions

View File

@@ -57,6 +57,11 @@ import type {
OnboardOptions,
ResetScope,
} from "../commands/onboard-types.js";
import {
DEFAULT_GATEWAY_DAEMON_RUNTIME,
GATEWAY_DAEMON_RUNTIME_OPTIONS,
type GatewayDaemonRuntime,
} from "../commands/daemon-runtime.js";
import {
applyOpenAICodexModelDefault,
OPENAI_CODEX_DEFAULT_MODEL,