Update package.json#731
Merged
Merged
Conversation
fix bad analytics build
stumblefiend
requested review from
jherre,
soheiokamoto and
tlozoot
as code owners
February 3, 2021 16:33
dcpena
approved these changes
Feb 3, 2021
agents-git-bot Bot
pushed a commit
that referenced
this pull request
Dec 12, 2025
Syncs documentation changes from cloudflare/agents PR #731: - Add comprehensive useChat API reference documentation - Update human-in-the-loop guide to use new useChat hook - Replace two-hook pattern (useAgent + useAgentChat) with single useChat hook - Update tool configuration to use declarative confirm property - Simplify approval flow with approve() and deny() methods This is a breaking change that improves developer experience with: - Simpler single-hook API - Declarative tool configuration with execute and confirm properties - Cleaner approval flow without magic strings - Better TypeScript types with PendingConfirmation Related PR: cloudflare/agents#731 Generated with Claude Code https://claude.com/claude-code Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
agents-git-bot Bot
pushed a commit
that referenced
this pull request
Dec 12, 2025
Updates documentation to reflect the breaking changes in PR #731: - Replace useAgent + useAgentChat two-hook pattern with unified useChat hook - Update human-in-the-loop guide with new declarative tool configuration - Document new approve(id)/deny(id) API replacing addToolResult() - Add TOOL_CONFIRMATION protocol constants documentation - Update tool configuration to use confirm property instead of manual lists - Simplify examples to show new streamlined API This is a breaking change that affects how users implement human-in-the-loop workflows with the Agents SDK. Related PR: cloudflare/agents#731
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.
fix bad analytics build