myclaude-code 8.8.17 → 8.8.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/cli.js +58 -58
- package/dist/provider-setup.js +1 -1
- package/package.json +1 -1
package/dist/provider-setup.js
CHANGED
|
@@ -5,7 +5,7 @@ import { dirname, join } from 'node:path'
|
|
|
5
5
|
import { createInterface } from 'node:readline/promises'
|
|
6
6
|
import { stdin, stdout } from 'node:process'
|
|
7
7
|
|
|
8
|
-
const APP_VERSION = '8.8.
|
|
8
|
+
const APP_VERSION = '8.8.18'
|
|
9
9
|
const CURRENT_PROVIDER_PROFILE_ID = '__current_provider__'
|
|
10
10
|
const SUPPORTED_LANGUAGES = new Set(['en', 'zh'])
|
|
11
11
|
const PROVIDER_CAPABILITY_CACHE_TTL_MS = 60 * 60 * 1000
|