feat: Claude Code CLI v2.1.105–v2.1.131 support #274

Merged
naomi merged 7 commits from feat/lotsa into main 2026-05-06 16:16:06 -07:00
Showing only changes of commit c579fb3e40 - 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.104";
const SUPPORTED_CLI_VERSION = "2.1.131";
let installedVersion = $state("Loading...");
let latestNpmVersion = $state<string | null>(null);