Ashwin Bhat

Results 5 issues of Ashwin Bhat

Add support for limiting API costs using the max_budget_usd option, mirroring the TypeScript SDK functionality. When the budget is exceeded, query execution stops and returns a result with subtype 'error_max_budget_usd'....

Bundle platform-specific Claude Code CLI binaries directly in the Python package, eliminating the need for separate CLI installation. Changes: - Created download_cli.py script to fetch CLI during build - Created...

## Problem ClaudeSDKClient initialization would hang indefinitely on Windows, timing out after 60 seconds. The SDK successfully spawned the Claude CLI subprocess but control requests sent via stdin never reached...

## Summary - Add `UpdatePullRequestComment` tool to edit PR review comments - Add `UpdateIssueComment` tool to edit issue comments - Includes comprehensive tests for both tools This lets MCP clients...

stale

- Remove ~/.claude/.locks before each retry attempt to prevent "another process is currently installing" errors after timeout - Validate claude binary is in PATH before reporting success - Add missing...