mirror of
https://github.com/bitsofchris/openaugi-obsidian-plugin.git
synced 2026-07-22 12:40:27 +00:00
TaskDispatchService uses Node.js modules (child_process, fs, path) that are unavailable on Obsidian mobile. Switch to dynamic import with Platform.isMobile guard so the plugin loads cleanly on mobile while keeping full task dispatch functionality on desktop. - Use `import type` + dynamic `import()` for TaskDispatchService - Guard task dispatch commands behind Platform.isMobile check - Lazy-import detectTmuxPath in settings tab - Bump version to 0.5.2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
10 lines
463 B
JSON
10 lines
463 B
JSON
{
|
|
"id": "openaugi",
|
|
"name": "OpenAugi",
|
|
"version": "0.5.2",
|
|
"minAppVersion": "1.8.9",
|
|
"description": "Process information faster with augmented intelligence (AI for thinkers). Parse your voice notes into atomic notes, tasks, and summaries. Grab context from dataview queries and linked notes. De-duplicate and merge atomic ideas into a clean, organized vault.",
|
|
"author": "Chris Lettieri",
|
|
"authorUrl": "https://bitsofchris.com",
|
|
"isDesktopOnly": false
|
|
}
|