mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
* Add support for Z AI GLM-4.5 and GLM-4.5 air * Add changeset for Z AI provider * add entrypoints for Z AI provider, add cacheReadsPrice and cacheWritesPrice * fix old naming convention * fix value in proto * fix proto conversion and secret persistence * Fix GitHub Actions errors: Add zaiApiKey and zaiApiLine to state-helpers.ts and remove unused state.ts - Added missing zaiApiKey to readStateFromDisk, resetGlobalState functions and apiConfiguration object - Added missing zaiApiLine to readStateFromDisk and apiConfiguration object - Removed unused state.ts file that was causing ESLint errors with direct VS Code API calls - All type definitions for zaiApiKey and zaiApiLine were already present in state-keys.ts - This resolves the TypeScript errors in GitHub Actions for CacheService.ts --------- Co-authored-by: wangshan <shan.wang@aminer.cn> Co-authored-by: Ara <arafat.da.khan@gmail.com>