From 1fe4d825832a01feec323eb4b39cc480675ccef2 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 6 Apr 2026 01:56:58 +0000 Subject: [PATCH] docs: sync from docs/wiki/ at commit ca9eec46 --- IPC-Commands.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/IPC-Commands.md b/IPC-Commands.md index 2c1c8b8..d0b6649 100644 --- a/IPC-Commands.md +++ b/IPC-Commands.md @@ -218,16 +218,6 @@ getAuditLogCmd(filter: AuditLogFilter) → AuditEntry[] ``` Returns audit log entries. Filter by action, entity_type, date range. -### `install_ollama_from_bundle` -```typescript -installOllamaFromBundleCmd() → string -``` -Copies the Ollama binary bundled inside the app resources to the system install path: -- **Linux/macOS**: `/usr/local/bin/ollama` (requires write permission — user may need to run app with elevated privileges or `sudo`) -- **Windows**: `%LOCALAPPDATA%\Programs\Ollama\ollama.exe` - -Returns a success message with the install path. Errors if the bundled binary is not present in the app resources (i.e., the app was built without an Ollama bundle step in CI). - --- ## Integration Commands