Improve UI readability and scrollbar styling.#1523
Open
charmi-reddy wants to merge 134 commits into
Open
Conversation
charmi-reddy
commented
Apr 9, 2026
- Improved base text readability
- Added custom scrollbar styling
- Minor UI enhancements for better UX
…on update failure
Fix agent workspace action console layout stability
…rsing in output handler
Refactor task parsing to use json.loads and ast.literal_eval for safer deserialization.
Replaced eval with ast.literal_eval for safer parsing of config values.
Replaced eval with ast.literal_eval for safety.
Add UUID prefix to uploaded file names for uniqueness.
Added request parameter to get_current_user function and added a check for None.
Add URL validation to skip unsafe links in Google search results.
Add path normalization and validation for S3 upload.
Refactor extraction logic into a separate function for better readability and maintainability.
Add URL validation to ensure only http and https URLs are processed.
Introduced a helper function to safely parse JSON responses, improving error handling for JSONDecodeError.
Replaced eval with safe parsing for task list.
Handle case where twitter_creds is None or empty. Added JSON parsing for twitter_creds value with fallback to ast.literal_eval.
Updated the string representation method to include a missing comma.
Fix formatting in __repr__ and to_dict methods.
Added __str__ method to CallLogs class for better string representation.
Add __str__ method to AgentWorkflow for better string representation.
Added __str__ method to Agent class for better string representation.
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.