Skip to content

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
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.

3 participants