File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Costrict Change Log
22
3+ ## [ 1.6.14]
4+
5+ - Optimize the 'line jump' for batch file reading
6+ - Optimize file read character limit
7+ - Sync roocode [ last commit] ( https://github.com/zgsm-ai/costrict/commit/0e1b23d09c5d7bfc84f87d85fb9f0022e75c26bd )
8+ - Fix known issues
9+
310## [ 1.6.13]
411
512- New Chat UI (more readable and user-friendly)
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export class ErrorCodeManager {
182182 : ""
183183
184184 solution = `
185- <span style="color:#E64545;font-size: 12px;">${ solution1 } </span> <a href='${ baseurl } /credit/manager/credits ?state=${ hash } ' style="color:#0078d4;text-decoration: none;"> ${ solution2 } </a>md-preview?state= ${ hash } ' style=" color:#0078d4;text-decoration: none;">${ solution2 } </a>
185+ <span style="color:#E64545;font-size: 12px;">${ solution1 } </span> <a href='${ baseurl } /credit/manager/md-preview ?state=${ hash } ' style="font-size: 12px; color:#0078d4;text-decoration: none;">${ solution2 } </a>
186186${ checkRemainingQuotaStr }
187187`
188188 }
Original file line number Diff line number Diff line change 33 "displayName" : " %extension.displayName.long%" ,
44 "description" : " %extension.description%" ,
55 "publisher" : " zgsm-ai" ,
6- "version" : " 1.6.13 " ,
6+ "version" : " 1.6.14 " ,
77 "icon" : " assets/images/shenma_robot_logo_big.png" ,
88 "galleryBanner" : {
99 "color" : " #617A91" ,
You can’t perform that action at this time.
0 commit comments