Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Relax agent naming validation and add pauseOnToolCalls config#140

Merged
dewitt merged 3 commits intomainfrom
pr/3-naming-config
Feb 13, 2026
Merged

Relax agent naming validation and add pauseOnToolCalls config#140
dewitt merged 3 commits intomainfrom
pr/3-naming-config

Conversation

@dewitt
Copy link
Collaborator

@dewitt dewitt commented Feb 13, 2026

This PR relaxes BaseAgent naming validation to allow hyphens (kebab-case) and adds a pauseOnToolCalls configuration flag to RunConfig.

  • Updates isIdentifier regex in BaseAgent to support hyphens.
  • Adds pauseOnToolCalls to RunConfig interface and defaults.

Reference: docs/adk-ts-improvements.md.

Fixes #139.

dewitt added a commit that referenced this pull request Feb 13, 2026
Added beforeEach to clear environment variables to prevent test pollution from other tests running in parallel or sequentially.
@dewitt dewitt merged commit 2b2d28f into main Feb 13, 2026
6 checks passed
@dewitt dewitt deleted the pr/3-naming-config branch February 13, 2026 07:22
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.

Relax agent naming validation and add pauseOnToolCalls config

2 participants