Skip to content

Add configurable agent name and system prompt#60

Closed
tcdent wants to merge 2 commits intomainfrom
claude/configurable-agent-prompt-pi1LG
Closed

Add configurable agent name and system prompt#60
tcdent wants to merge 2 commits intomainfrom
claude/configurable-agent-prompt-pi1LG

Conversation

@tcdent
Copy link
Owner

@tcdent tcdent commented Jan 31, 2026

Adds [agent] section to config.toml with two options:

  • name: Custom agent name (default: "Codey")
  • system_prompt: Custom intro/personality for system prompt

The agent name is used in:

  • Chat display header (instead of hardcoded "Codey")
  • Welcome message ("Welcome to {name}!")
  • Default system prompt intro ("You are {name}, an AI...")

If system_prompt is provided, it completely replaces the default
intro paragraph while keeping the capabilities/guidelines section.

https://claude.ai/code/session_01UZjkuMRFsSvatYjoZAAmA6

Adds [agent] section to config.toml with two options:
- name: Custom agent name (default: "Codey")
- system_prompt: Custom intro/personality for system prompt

The agent name is used in:
- Chat display header (instead of hardcoded "Codey")
- Welcome message ("Welcome to {name}!")
- Default system prompt intro ("You are {name}, an AI...")

If system_prompt is provided, it completely replaces the default
intro paragraph while keeping the capabilities/guidelines section.

https://claude.ai/code/session_01UZjkuMRFsSvatYjoZAAmA6
@tcdent
Copy link
Owner Author

tcdent commented Feb 6, 2026

Merged manually after rebase.

@tcdent tcdent closed this Feb 6, 2026
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.

2 participants