You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Signed-off-by: myan <myan@redhat.com>
fix: resolve lint issues
- Fix import sorting in multiple files
- Remove duplicate ResponseComputerToolCall import
- Organize imports according to ruff rules
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
fix: resolve lint issues
- Fix import sorting in multiple files
- Remove duplicate ResponseComputerToolCall import
- Organize imports according to ruff rules
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
fix: restore correct context parameter for function tool hooks
- Function tools should use tool_context (ToolContext)
- Computer/shell tools use context_wrapper (RunContextWrapper)
- This maintains consistency with original codebase
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
chore: remove VSCode configuration files from PR
- Remove .vscode/ directory and all IDE-specific configuration
- These files should not be included in the repository
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments