feat: include camel_logs in log file download#1347
Open
eureka928 wants to merge 2 commits intoeigent-ai:mainfrom
Open
feat: include camel_logs in log file download#1347eureka928 wants to merge 2 commits intoeigent-ai:mainfrom
eureka928 wants to merge 2 commits intoeigent-ai:mainfrom
Conversation
72f3ef6 to
07557be
Compare
Collaborator
|
@eureka928 Hi~ sorry for this, but this pr is internal only, sorry that I need to close this. You can find other issue with tag open for community. Thanks! |
Contributor
Author
HI @nitpicker55555 would you reopen this PR so that I can point to different issue? Thank you |
Bundle Electron app log and all camel_logs directories from ~/.eigent/ into a zip archive instead of exporting a single .log file. This provides LLM request/response data for debugging. Closes eigent-ai#1433
07557be to
0657993
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related Issue
Closes #1433
Description
Include camel_logs in log file download
export-logIPC handler to bundlecamel_logsdirectories alongside the app log into a.ziparchive~/.eigent/*/project_*/task_*/camel_logs/and~/.eigent/*/task_*/camel_logs/.logfilter to.zipfilterarchiverlibraryFiles changed:
electron/main/index.tsexport-logto zip with camel_logsTesting Evidence (REQUIRED)
TypeScript type-check passes with no errors (
npm run type-check)Lint and prettier checks pass via pre-commit hooks
I have included human-verified testing evidence in this PR.
This PR includes frontend/UI changes, and I attached screenshot(s) or screen recording(s).
No frontend/UI changes in this PR.
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement