Skip to content

feat: support caller-supplied session names#163

Open
codesoda wants to merge 1 commit into
tintinweb:masterfrom
codesoda:feat/caller-session-names
Open

feat: support caller-supplied session names#163
codesoda wants to merge 1 commit into
tintinweb:masterfrom
codesoda:feat/caller-session-names

Conversation

@codesoda

Copy link
Copy Markdown
Contributor

Summary

  • add an optional name parameter to the Agent tool
  • use it for foreground and background subagent sessions while preserving the short agent-ID suffix
  • persist it with scheduled jobs and apply it when those jobs fire
  • trim caller input and fall back to the configured agent name/type when it is empty

Motivation

Descriptions are intentionally short task summaries, but callers may need stable, human-readable session labels for persisted subagent runs. A separate name lets orchestrators label sessions without changing the task description shown in the UI.

Testing

  • npm run lint
  • npm run typecheck
  • npm run test (738 passed, 5 skipped)
  • npm run build

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