Skip to content

Display execution timeout in code mode tool output#107

Merged
spachava753 merged 1 commit intomainfrom
feature/issue-106-show-execution-timeout
Dec 6, 2025
Merged

Display execution timeout in code mode tool output#107
spachava753 merged 1 commit intomainfrom
feature/issue-106-show-execution-timeout

Conversation

@spachava753
Copy link
Copy Markdown
Owner

Fixes #106

Shows the executionTimeout parameter when rendering execute_go_code tool calls. When a timeout is specified, the output header displays it as "#### [tool call] (timeout: 30s)".

This improves visibility for users debugging time-sensitive or long-running scripts.

The response printer now shows the executionTimeout parameter when rendering execute_go_code tool calls. Output displays as "#### [tool call] (timeout: 30s)" when a timeout is specified, improving visibility for debugging time-sensitive scripts.

Closes #106
@spachava753 spachava753 merged commit 4dca45d into main Dec 6, 2025
@spachava753 spachava753 deleted the feature/issue-106-show-execution-timeout branch April 10, 2026 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement]: Show executionTimeout in code mode tool output

1 participant