feat(subagent): show agent emoji header before output#227
Merged
birdmanmandbir merged 1 commit intomainfrom Mar 12, 2026
Merged
feat(subagent): show agent emoji header before output#227birdmanmandbir merged 1 commit intomainfrom
birdmanmandbir merged 1 commit intomainfrom
Conversation
Add emoji field to AgentFrontmatter so subagent .md files can declare an emoji. Before streaming output, ttal subagent run prints the emoji and agent name to stderr as a visual header. ttal explore prints a 🔭 header with the active mode label (e.g. "explore --project ttal-cli"). Add emoji values to all eight canonical subagent templates.
Contributor
Author
PR Review: feat(subagent): show agent emoji header before outputReviewed by: pr-code-reviewer, pr-principles-reviewer, pr-silent-failure-hunter Critical IssuesNone Important IssuesNone Observations
VERDICT: LGTM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
emojifield toAgentFrontmatterininternal/sync/frontmatter.goso canonical subagent.mdfiles can declare an emojittal subagent run <name>prints\n<emoji> <name>\nto stderr as a visual headerttal exploreprints🔭 explore [--project/--repo/--url/--web <target>]header before each runprintAgentHeaderhelper tocmd/subagent.goshared by both commandstemplates/docs/agents/Test plan
make cipasses (fmt, vet, lint, test, build)ttal subagent run pr-code-reviewer "..."shows🔍 pr-code-reviewerheader before outputttal explore "..." --project ttal-clishows🔭 explore --project ttal-cliheaderttal syncdeploys updated subagent files with emoji in frontmatter