chore(deps): Kill small dependencies (#4467)

This commit is contained in:
Armin Ronacher
2026-05-13 10:44:56 +02:00
committed by GitHub
Unverified
parent 8da1f3d131
commit 2829146dde
18 changed files with 357 additions and 227 deletions
@@ -1,7 +1,7 @@
import * as os from "node:os";
import type { ImageContent, TextContent } from "@earendil-works/pi-ai";
import { getCapabilities, getImageDimensions, imageFallback } from "@earendil-works/pi-tui";
import stripAnsi from "strip-ansi";
import { stripAnsi } from "../../utils/ansi.js";
import { sanitizeBinaryOutput } from "../../utils/shell.js";
export function shortenPath(path: unknown): string {