Skip to content

feat: add agent builder support and enhance project members API#469

Open
fern-api[bot] wants to merge 1 commit intomainfrom
fern-bot/2026-03-18T20-08Z
Open

feat: add agent builder support and enhance project members API#469
fern-api[bot] wants to merge 1 commit intomainfrom
fern-bot/2026-03-18T20-08Z

Conversation

@fern-api
Copy link
Copy Markdown
Contributor

@fern-api fern-api Bot commented Mar 18, 2026

Version Bump: The Agent type changed from interface to union type, breaking existing callers who access nested properties like Agent.Context.

The Agent configuration type has been restructured as a union type that accepts either a detailed configuration object or a simple agent ID string for use with the agent builder. This change simplifies agent setup when using pre-built agents but requires updating existing code that accesses nested Agent properties. The AgentV1SettingsAgentListenProvider type has been renamed to AgentV1SettingsAgentContextListenProvider. Project members API now includes additional fields: scopes, first_name, and last_name.

Adds support for agent builder with simplified agent configuration using agent IDs, 
refactors agent settings structure for better type safety, and extends project members 
API with additional user information fields.

Key changes:
- Add agent builder support with string agent ID alternative to complex configuration
- Restructure Agent type to union of complex config or simple string ID
- Rename AgentV1SettingsAgentListenProvider to AgentV1SettingsAgentContextListenProvider
- Add scopes, first_name, and last_name fields to project members response
- Add comprehensive JSDoc comments to Listen V1/V2 and Speak V1 type definitions
- Remove deprecated context7.json configuration file

🌿 Generated with Fern
@fern-api fern-api Bot requested a review from lukeocodes as a code owner March 18, 2026 20:08
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.

0 participants