Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

FooFindBar
Copy link
Collaborator

Description

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

}, [chatStore.tasks[chatStore.activeTaskId as string]?.taskAssigning]);

useEffect(() => {
console.log('123123')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clean debug log

);
console.log("file", file);
if (file) {
selecetdFileChange(file as FileInfo, isShowSourceCode);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo

@Wendong-Fan Wendong-Fan merged commit c5620cb into main Sep 2, 2025
2 checks passed
FellowTraveler pushed a commit to FellowTraveler/eigent that referenced this pull request Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] When the user opens the agent folder and clicks the output file in the chat box on the left, it fails to navigate to the corresponding file.
2 participants