File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
apps/remix-ide/src/app/plugins Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -77,4 +77,5 @@ apps/remixdesktop/circom-download
77
77
apps /remixdesktop /log_input_signals.txt
78
78
apps /remixdesktop /log_input_signals_new.txt
79
79
logs
80
- apps /remix-ide-e2e /src /extensions /chrome /metamask
80
+ apps /remix-ide-e2e /src /extensions /chrome /metamask
81
+ apps /remix-ide-e2e /tmp /
Original file line number Diff line number Diff line change @@ -222,6 +222,8 @@ export class RemixAIPlugin extends Plugin {
222
222
await statusCallback ?.( 'Creating contracts and files...' )
223
223
const genResult = await this . contractor . writeContracts ( result , userPrompt , statusCallback )
224
224
225
+ // revert provider
226
+ this . setAssistantProvider ( await this . getAssistantProvider ( ) )
225
227
if ( genResult . includes ( 'No payload' ) ) return genResult
226
228
await this . call ( 'menuicons' , 'select' , 'filePanel' )
227
229
return genResult
You can’t perform that action at this time.
0 commit comments