togo01
togo01
When calling YamlNode::GetIndex in a Blueprint with a nonexistent index, the editor crashes. The issue occurs specifically at the following line in UYamlNodeHelpers::execGetIndex: ``` DEFINE_FUNCTION(UYamlNodeHelpers::execGetIndex) { P_GET_STRUCT_REF(FYamlNode, Z_Param_Out_Node); P_GET_PROPERTY(FIntProperty, Z_Param_Index);...
This PR introduces support for split Prisma schemas by automatically merging .prisma files located within the schema directory. This enhancement improves the visualization of schemas in the graph, allowing for...
### Current Behavior When running the **Claude Code** agent within **Wave Terminal**, I am unable to successfully input images either by dragging and dropping an image file or by pasting...
### Current Behavior When running Claude Code within Wave Terminal, the ability to insert a newline using the $\text{Shift}+\text{Enter}$ shortcut is **not functional**, even after running the built-in Claude Code...
## Summary Currently, session titles are automatically generated in English by the `small_model`. It would be helpful to have an option to customize the language for session title generation. ##...