- Introduced a new `Description` field in the `Task` struct for a human-readable task description, improving UI clarity. - Updated the `ParseTask` function to save the description from input data and convert it to a message if no explicit messages are provided. - Enhanced the `Executor` to update UI fields with localized messages during task execution phases, ensuring better user feedback. - Implemented a new method in the `ExecutionStore` to persist task status updates, allowing real-time UI updates. - Added unit tests to validate the new task description handling and UI updates during execution phases. |
||
|---|---|---|
| .. | ||
| clock.go | ||
| clock_test.go | ||
| config.go | ||
| config_global.go | ||
| config_test.go | ||
| context.go | ||
| enums.go | ||
| enums_test.go | ||
| errors.go | ||
| inspiration.go | ||
| interfaces.go | ||
| request.go | ||
| robot.go | ||
| robot_test.go | ||