refactor: trim cron and rescue exports · openclaw/openclaw@a45c92b
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
2 | 2 | import type { CrestodianOverview } from "./overview.js"; |
3 | 3 | |
4 | | -export const CRESTODIAN_CLAUDE_CLI_MODEL = "claude-opus-4-7"; |
5 | | -export const CRESTODIAN_CODEX_MODEL = "gpt-5.5"; |
| 4 | +const CRESTODIAN_CLAUDE_CLI_MODEL = "claude-opus-4-7"; |
| 5 | +const CRESTODIAN_CODEX_MODEL = "gpt-5.5"; |
6 | 6 | |
7 | | -export type CrestodianLocalPlannerBackend = { |
| 7 | +type CrestodianLocalPlannerBackend = { |
8 | 8 | kind: "claude-cli" | "codex-app-server" | "codex-cli"; |
9 | 9 | label: string; |
10 | 10 | runner: "cli" | "embedded"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。