diff --git a/src/dashboard/templates/partials/error.html b/src/dashboard/templates/partials/error.html new file mode 100644 index 0000000..c2c73cf --- /dev/null +++ b/src/dashboard/templates/partials/error.html @@ -0,0 +1,7 @@ +{# Error partial #} +
{{ result.message }}
+ + {% if result.success %} + {% if result.files_modified %} +{{ file }}{{ result.commit_hash[:8] }}
+ {{ result.test_results[:500] }}{% if result.test_results|length > 500 %}...{% endif %}
+ {{ entry.task_description }}
+ +No journal entries found.
+ Self-edit attempts will appear here. +{{ entry.approach }}
+{{ file }}{{ entry.diff[:500] }}{% if entry.diff|length > 500 %}...{% endif %}
+ {{ entry.test_results[:500] }}{% if entry.test_results|length > 500 %}...{% endif %}
+ {{ entry.failure_analysis }}
+Timmy's ability to modify its own source code
+