Open
Conversation
* feat: add error handling for file encoding issues in various modules * feat(consts.py): add environment variable support for LOG_LEVEL and LOG_HANDLERS * refactor(consts.py): update log_config with new formatters and handlers * refactor(file_observer.py): simplify log message for observed changes * refactor(init.py): remove explicit log_config import and dictConfig call
refactor: project choosing logic
Feat/incorrect project path
Fixed issues: #654 #549 #632 #651
…s not match existing user_profile email
Fix/agent avatar
* feat(apply_mutation.py): add is_streaming field to CreateMessageMutation and AppendToContentMessageMutation * feat(interpreter.py): add SetIsStreamingToolCallMutation to _generate_response and _send_code methods * feat(chat): add streaming status for messages in execution modes * fix(MessageComponent.tsx): render message content regardless of streaming status
… to generic editable object type
fix: formatting list on displaying messages
fix: do not show button delete when creating new asset
…to handle avatar overwrite cases
…g 2.9 agent to 2.11
…s for agent interaction
…nsole backend * refactor(materials/preview.py): add Material render error handling * refactor(websockets/do_process_chat.py): refactor material rendering and error handling * refactor(websockets/handle_incoming_message.py): refactor material rendering and error handling * feat(websockets/render_materials.py): add new module for rendering materials * refactor(websockets/render_materials_from_message_group.py): remove old module for rendering materials * feat(core/assets/materials/material.py): add MaterialRenderErrorEvent for handling material rendering errors * refactor(core/chat/locking.py): remove debug logs * refactor(utils/events.py): allow passing kwargs to event handlers
…e function * refactor(execution_modes): add support for ExecutionModeWarningEvent * feat(genui): add emit_warning_event function to emit warning event for experimental mode * refactor(import_and_validate_execution_mode): refactor function to handle ExecutionModeWarningEvent and send notification to chat
…RenderErrorEvent * refactor(genui.py): remove unused import ExecutionModeWarningEvent and function emit_warning_event * feat(generate_response_message_with_code.py): add warning message for GenUI execution mode
…850) * fix(#839): Back to chat button
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.
I have integrated a monaco code editor in the place of the react-simple-code-editor. You have to install @monaco-editor/react from your terminal.