fix: format compaction-safeguard.ts with oxfmt

This commit is contained in:
康熙
2026-02-16 21:14:54 +08:00
committed by Peter Steinberger
parent c4f829411f
commit 3296a25cc6

View File

@@ -1,7 +1,8 @@
import fs from "node:fs";
import path from "node:path";
import type { AgentMessage } from "@mariozechner/pi-agent-core";
import type { ExtensionAPI, FileOperations } from "@mariozechner/pi-coding-agent";
import fs from "node:fs";
import path from "node:path";
import { extractSections } from "../../auto-reply/reply/post-compaction-context.js";
import {
BASE_CHUNK_RATIO,
MIN_CHUNK_RATIO,
@@ -13,7 +14,6 @@ import {
resolveContextWindowTokens,
summarizeInStages,
} from "../compaction.js";
import { extractSections } from "../../auto-reply/reply/post-compaction-context.js";
import { getCompactionSafeguardRuntime } from "./compaction-safeguard-runtime.js";
const FALLBACK_SUMMARY =
"Summary unavailable due to context limits. Older messages were truncated.";