better session running messages
frdel committed
Feb 5, 2026 at 13:08 UTC
670120fc5fe16eea8ee76d75c001389c1ca1a07f
5 files changed
+6
-6
docker/run/Dockerfile
+2
-2
@@ -1,6 +1,6 @@
1
# Use the pre-built base image for A0
2
-# FROM agent-zero-base:local
3
-FROM agent0ai/agent-zero-base:latest
2
+FROM agent-zero-base:local
3
+# FROM agent0ai/agent-zero-base:latest
4
5
# Check if the argument is provided, else throw an error
6
ARG BRANCH
prompts/fw.code.max_time.md
+1
-1
@@ -1 +1 @@
1
-Returning control to agent after {{timeout}} seconds of execution. Process is still running. Decide whether to wait for more output or reset based on context.
\ No newline at end of file
1
+Returning control to agent after {{timeout}} seconds of execution. Process might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed.
\ No newline at end of file
prompts/fw.code.no_out_time.md
+1
-1
@@ -1 +1 @@
1
-Returning control to agent after {{timeout}} seconds with no output. Process is still running. Decide whether to wait for more output or reset based on context.
\ No newline at end of file
1
+Returning control to agent after {{timeout}} seconds with no output. Process might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed.
\ No newline at end of file
prompts/fw.code.pause_time.md
+1
-1
@@ -1 +1 @@
1
-Returning control to agent after {{timeout}} seconds since last output update. Process is still running. Decide whether to wait for more output or reset based on context.
\ No newline at end of file
1
+Returning control to agent after {{timeout}} seconds since last output update. Process might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed.
\ No newline at end of file
prompts/fw.code.running.md
+1
-1
@@ -1 +1 @@
1
-Terminal session {{session}} is still running. Decide to wait for more 'output', 'reset', or use another session number based on situation.
\ No newline at end of file
1
+Terminal session {{session}} might be still running. Check previous outputs and decide whether to reset and continue or wait for more output is needed.
\ No newline at end of file