Skip to content

Commit

Permalink
chore: ai write_file then open_file to ensure order
Browse files Browse the repository at this point in the history
  • Loading branch information
uptonking committed Dec 31, 2024
1 parent 766b09d commit 09e3a8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-ing.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,11 +578,11 @@ console.log(
- 昨天
- 讨论并调整了端口转发的事件和逻辑,进度50%
- 排查ai打字动画有时仍然出不来的问题,分析了ide-server侧的读写文件逻辑,待会儿讨论下解决方案
- 昨天又收到反馈ai打字动画有时仍然出不来,定位到了是ide-server侧的读写文件的时序问题,待会儿与老板确定下解决方案
- 今天
- 解决ai打字动画的问题
- 实现ai改完用户revert后时光机进度条变为黄色的逻辑,需要与ivan确认下action的状态为modified
- 增强端口转发的逻辑和体验
- 开始删除移动文件优化
## 1230
Expand Down
9 changes: 9 additions & 0 deletions dev/com-xp/com-showmebug/showmebug-yaoo-work-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,15 @@ const playbackInfo = [
- this.playgroundItem.consumerLayer(data.dockerId);
- this.playgroundItemInfo = cloneDeep(layer.playgroundItemInfo);
- Events. ForceRefreshFile
- const isFileExist = await this.currentPlaygroundItem.checkIfThePathExists(
- if (!isFileExist), not exist
- let OTInfo = this.currentPlaygroundItem.playgroundHistoryCRDT.queryEditorOTInfoByPathFromCache( path, );
- if (fileByte / (1024 * 1024) >= 16), this.transmit('file', fileJson); largeSuffix = 'd42.large'
- this.broadcastAll('file', fileJson, true);
-
-
-
-
-
Expand Down

0 comments on commit 09e3a8f

Please sign in to comment.