feat: CLI v2.1.81–v2.1.104 support #261

Merged
naomi merged 6 commits from feat/cli-again into main 2026-04-13 12:05:58 -07:00
Showing only changes of commit f7654bfaf9 - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
import { invoke } from "@tauri-apps/api/core";
import { onMount } from "svelte";
const SUPPORTED_CLI_VERSION = "2.1.80";
const SUPPORTED_CLI_VERSION = "2.1.104";
let installedVersion = $state("Loading...");
let latestNpmVersion = $state<string | null>(null);