Skip to content

fix: Explicitly mention shell/terminal access in default identity#1

Open
Jah-yee wants to merge 1 commit intomainfrom
fix/shell-access-reminder
Open

fix: Explicitly mention shell/terminal access in default identity#1
Jah-yee wants to merge 1 commit intomainfrom
fix/shell-access-reminder

Conversation

@Jah-yee
Copy link
Owner

@Jah-yee Jah-yee commented Mar 9, 2026

Summary

The agent previously did not explicitly state it has shell/terminal capabilities in the default system prompt, causing users to report that the agent "forgets" it has shell access.

This fix adds explicit guidance to the DEFAULT_AGENT_IDENTITY to remind the agent that it can execute commands directly via the terminal tool.

Changes

  • Updated DEFAULT_AGENT_IDENTITY in agent/prompt_builder.py to include:
    • Explicit mention of shell/terminal access
    • Instruction to use terminal tool when shell commands would be helpful
    • Reminder not to suggest users run commands themselves

Related Issue

Fixes issue where agent consistently forgets it has shell access.

The agent previously didn't explicitly state it has shell/terminal
capabilities in the default system prompt, causing users to report
that the agent 'forgets' it has shell access.

This fix adds explicit guidance to the DEFAULT_AGENT_IDENTITY to
remind the agent that it can execute commands directly via the
terminal tool.

Fixes: The agent consistently forgets he/she/it has shell access
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.

1 participant