Skip to content

Commit 5783c8d

Browse files
jkyberneeesclaude
andcommitted
enhance(docker): add comprehensive logging and narration configuration
Configure both restricted and godmode Docker profiles with: - interaction_mode: "engaging" — emoji narration + full tool logs - tool_progress: "verbose" — raw tool args with execution metrics - tool_progress_cleanup: false — preserve progress messages in audit trail - no_color: false — enable colored output for readability - skills.verbose: true — show skill learning and curation reports Provides complete visibility into agent actions for Telegram auditing and debugging while maintaining readable narration. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent fb21fa6 commit 5783c8d

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

docker/config.godmode.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"sandbox": false,
3+
"interaction_mode": "engaging",
4+
"tool_progress": "verbose",
5+
"tool_progress_cleanup": false,
6+
"no_color": false,
7+
"skills": {
8+
"verbose": true
9+
},
310
"dangerous": {
411
"action": "allow",
512
"non_interactive": "allow"

docker/config.restricted.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"sandbox": false,
3+
"interaction_mode": "engaging",
4+
"tool_progress": "verbose",
5+
"tool_progress_cleanup": false,
6+
"no_color": false,
7+
"skills": {
8+
"verbose": true
9+
},
310
"dangerous": {
411
"non_interactive": "deny",
512
"classes": {

0 commit comments

Comments
 (0)