@openeryc/pi-coding-agent 0.75.38 → 0.75.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
- package/dist/modes/interactive/interactive-mode.js +1 -0
- package/dist/modes/interactive/interactive-mode.js.map +1 -1
- package/examples/extensions/custom-provider-anthropic/package-lock.json +2 -2
- package/examples/extensions/custom-provider-anthropic/package.json +1 -1
- package/examples/extensions/custom-provider-gitlab-duo/package.json +1 -1
- package/examples/extensions/sandbox/package-lock.json +2 -2
- package/examples/extensions/sandbox/package.json +1 -1
- package/examples/extensions/with-deps/package-lock.json +2 -2
- package/examples/extensions/with-deps/package.json +1 -1
- package/npm-shrinkwrap.json +12 -12
- package/package.json +4 -4
|
@@ -3210,6 +3210,7 @@ export class InteractiveMode {
|
|
|
3210
3210
|
this.editorContainer.clear();
|
|
3211
3211
|
this.editorContainer.addChild(this.editor);
|
|
3212
3212
|
this.ui.setFocus(this.editor);
|
|
3213
|
+
this.ui.requestRender();
|
|
3213
3214
|
};
|
|
3214
3215
|
const { component, focus } = create(done);
|
|
3215
3216
|
this.editorContainer.clear();
|