mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* Feat: * add hicap as provider option * add new variable to handle hicapApiKey * add variable to handle hicapModelId in Plan and Act mode * get hicap available model from Hicap Endpoint * create hicap provider (ui) * hicap handler * rebase main into this branch and fixing errors * add changeset * fix typo with hicap api key * resolve comments from cline team on PR * revert some delete console logs * HicapModelPicker changed styled components for tailwind format, remove unnecessary hicapModelId migration, refreshHicapModel use setGlobalState function * rebase main branch