File tree Expand file tree Collapse file tree
backend/app/agent/toolkit Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 id : version
1313 attributes :
1414 label : What version of eigent are you using?
15- placeholder : E.g., 0.0.82
15+ placeholder : E.g., 0.0.83
1616 validations :
1717 required : true
1818
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ jobs:
261261 release/win-x64/*
262262 release/linux-x64/*
263263
264- # Extract version from tag (e.g., v0.0.82 -> 0.0.82 )
264+ # Extract version from tag (e.g., v0.0.83 -> 0.0.83 )
265265 - name : Extract version
266266 if : startsWith(github.ref, 'refs/tags/')
267267 id : version
Original file line number Diff line number Diff line change 4141
4242# App version - should match electron app version
4343# TODO: Consider getting this from a shared config
44- APP_VERSION = "0.0.82 "
44+ APP_VERSION = "0.0.83 "
4545
4646
4747def get_terminal_base_venv_path () -> str :
Original file line number Diff line number Diff line change 11{
22 "name" : " eigent" ,
3- "version" : " 0.0.82 " ,
3+ "version" : " 0.0.83 " ,
44 "main" : " dist-electron/main/index.js" ,
55 "description" : " Eigent" ,
66 "author" : " Eigent.AI" ,
You can’t perform that action at this time.
0 commit comments