pump version to 0.5.0

This commit is contained in:
tanzhenxin
2025-12-12 16:29:50 +08:00
parent 3095442eb3
commit d0be8b43d7
8 changed files with 33 additions and 45 deletions

View File

@@ -7,7 +7,7 @@
import semver from 'semver';
import { CliDetector, type CliDetectionResult } from './cliDetector.js';
export const MIN_CLI_VERSION_FOR_SESSION_METHODS = '0.4.0';
export const MIN_CLI_VERSION_FOR_SESSION_METHODS = '0.5.0';
export interface CliFeatureFlags {
supportsSessionList: boolean;