Skip to content

chore: force-sync upstream (main) - #50

Merged
ashsolei merged 23 commits into
mainfrom
chore/force-sync-upstream
Jul 24, 2026
Merged

chore: force-sync upstream (main)#50
ashsolei merged 23 commits into
mainfrom
chore/force-sync-upstream

Conversation

@ashsolei

Copy link
Copy Markdown
Collaborator

Force-merge -X theirs + iAiFy overlay (wave4-5 runbook). Pre-sync=aa8a7baeea659f63e065a3ba834e37db72748a27. Fleet sync 2026-07-23.

SHAI-Cheravgoyal and others added 23 commits July 21, 2026 11:45
…stream

# Conflicts:
#	.agents/skills/implementation-strategy/SKILL.md
@ashsolei
ashsolei merged commit 4db2d11 into main Jul 24, 2026
@ashsolei
ashsolei deleted the chore/force-sync-upstream branch July 24, 2026 20:41
@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Too many files!

This PR contains 193 files, which is 93 over the limit of 100.

To get a review, narrow the scope:
• coderabbit review --committed # exclude uncommitted changes
• coderabbit review --dir # limit to a subdirectory
• coderabbit review --base # compare against a closer base

Upgrade to a paid plan to raise the limit.

This review couldn't start because sufficient usage credits or metered capacity aren't available. Add credits or update usage-based reviews in the billing tab, then retry.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 71eabc8b-9c34-4946-ac22-b21bdd6dfa60

📥 Commits

Reviewing files that changed from the base of the PR and between aa8a7ba and 7de823d.

📒 Files selected for processing (193)
  • .agents/references/sandbox-runtime-boundary.md
  • .agents/skills/integration-tests/SKILL.md
  • .agents/skills/integration-tests/agents/openai.yaml
  • .agents/skills/sensitive-logging-audit/SKILL.md
  • .agents/skills/sensitive-logging-audit/agents/openai.yaml
  • .agents/skills/sensitive-logging-audit/references/redaction-validation.md
  • .agents/skills/sensitive-logging-audit/scripts/inventory_logging.py
  • .agents/skills/sensitive-logging-audit/scripts/test_inventory.py
  • .github/scripts/run_integration_tests.py
  • .github/scripts/update_rclone_pin.py
  • Makefile
  • docs/ja/running_agents.md
  • docs/ja/tracing.md
  • docs/ko/running_agents.md
  • docs/ko/tracing.md
  • docs/models/index.md
  • docs/tracing.md
  • docs/zh/running_agents.md
  • docs/zh/tracing.md
  • examples/sandbox/docker/Dockerfile.mount
  • integration_tests/README.md
  • integration_tests/conftest.py
  • integration_tests/hosted/test_code_interpreter.py
  • integration_tests/hosted/test_local_tool_families.py
  • integration_tests/hosted/test_mcp.py
  • integration_tests/hosted/test_multi_agent.py
  • integration_tests/hosted/test_programmatic_tool_calling.py
  • integration_tests/hosted/test_tool_search.py
  • integration_tests/hosted/test_web_search.py
  • integration_tests/openai/test_approval_resume.py
  • integration_tests/openai/test_chat_completions.py
  • integration_tests/openai/test_execution_controls.py
  • integration_tests/openai/test_guardrails.py
  • integration_tests/openai/test_handoffs.py
  • integration_tests/openai/test_model_settings.py
  • integration_tests/openai/test_responses.py
  • integration_tests/openai/test_retry.py
  • integration_tests/openai/test_sessions.py
  • integration_tests/openai/test_tracing.py
  • integration_tests/openai/test_websocket.py
  • integration_tests/packaging/test_distribution_contents.py
  • integration_tests/packaging/test_optional_extras.py
  • integration_tests/packaging/test_provider_selection.py
  • integration_tests/providers/test_any_llm.py
  • integration_tests/providers/test_litellm.py
  • integration_tests/pytest.ini
  • integration_tests/realtime/test_realtime.py
  • integration_tests/voice/test_voice_pipeline.py
  • pyproject.toml
  • src/agents/__init__.py
  • src/agents/_config.py
  • src/agents/_config_coercion.py
  • src/agents/agent.py
  • src/agents/decorators.py
  • src/agents/extensions/experimental/codex/codex_tool.py
  • src/agents/extensions/memory/advanced_sqlite_session.py
  • src/agents/extensions/memory/async_sqlite_session.py
  • src/agents/extensions/memory/dapr_session.py
  • src/agents/extensions/memory/mongodb_session.py
  • src/agents/extensions/memory/redis_session.py
  • src/agents/extensions/memory/sqlalchemy_session.py
  • src/agents/extensions/models/any_llm_model.py
  • src/agents/extensions/models/litellm_model.py
  • src/agents/extensions/sandbox/__init__.py
  • src/agents/extensions/sandbox/_rclone.py
  • src/agents/extensions/sandbox/blaxel/mounts.py
  • src/agents/extensions/sandbox/blaxel/sandbox.py
  • src/agents/extensions/sandbox/cloudflare/sandbox.py
  • src/agents/extensions/sandbox/daytona/sandbox.py
  • src/agents/extensions/sandbox/e2b/sandbox.py
  • src/agents/extensions/sandbox/modal/sandbox.py
  • src/agents/extensions/sandbox/vercel/__init__.py
  • src/agents/extensions/sandbox/vercel/mounts.py
  • src/agents/extensions/sandbox/vercel/sandbox.py
  • src/agents/logger.py
  • src/agents/mcp/_logging.py
  • src/agents/mcp/manager.py
  • src/agents/mcp/server.py
  • src/agents/mcp/util.py
  • src/agents/memory/openai_conversations_session.py
  • src/agents/memory/openai_responses_compaction_session.py
  • src/agents/memory/session_settings.py
  • src/agents/memory/sqlite_session.py
  • src/agents/model_settings.py
  • src/agents/models/chatcmpl_stream_handler.py
  • src/agents/models/multi_provider.py
  • src/agents/models/openai_agent_registration.py
  • src/agents/models/openai_chatcompletions.py
  • src/agents/models/openai_provider.py
  • src/agents/models/openai_responses.py
  • src/agents/realtime/agent.py
  • src/agents/realtime/openai_realtime.py
  • src/agents/realtime/session.py
  • src/agents/responses_websocket_session.py
  • src/agents/result.py
  • src/agents/run.py
  • src/agents/run_config.py
  • src/agents/run_internal/items.py
  • src/agents/run_internal/model_retry.py
  • src/agents/run_internal/run_loop.py
  • src/agents/run_internal/session_persistence.py
  • src/agents/run_internal/tool_actions.py
  • src/agents/run_internal/tool_execution.py
  • src/agents/run_internal/turn_resolution.py
  • src/agents/run_state.py
  • src/agents/sandbox/config.py
  • src/agents/sandbox/errors.py
  • src/agents/sandbox/manifest.py
  • src/agents/sandbox/memory/manager.py
  • src/agents/sandbox/runtime.py
  • src/agents/sandbox/runtime_session_manager.py
  • src/agents/sandbox/sandbox_agent.py
  • src/agents/sandbox/sandboxes/unix_local.py
  • src/agents/sandbox/session/base_sandbox_session.py
  • src/agents/sandbox/session/manager.py
  • src/agents/sandbox/session/manifest_ops.py
  • src/agents/sandbox/session/runtime_helpers.py
  • src/agents/sandbox/session/sandbox_session.py
  • src/agents/sandbox/session/snapshot_lifecycle.py
  • src/agents/sandbox/types.py
  • src/agents/sandbox/util/tar_utils.py
  • src/agents/strict_schema.py
  • src/agents/tool.py
  • src/agents/tool_context.py
  • src/agents/tracing/processors.py
  • src/agents/tracing/provider.py
  • src/agents/util/_error_tracing.py
  • src/agents/voice/input.py
  • src/agents/voice/models/openai_model_provider.py
  • src/agents/voice/models/openai_stt.py
  • src/agents/voice/pipeline.py
  • src/agents/voice/pipeline_config.py
  • src/agents/voice/result.py
  • tests/extensions/experiemental/codex/test_codex_tool.py
  • tests/extensions/memory/test_advanced_sqlite_session.py
  • tests/extensions/memory/test_async_sqlite_session.py
  • tests/extensions/memory/test_dapr_session.py
  • tests/extensions/memory/test_mongodb_session.py
  • tests/extensions/memory/test_redis_session.py
  • tests/extensions/memory/test_sqlalchemy_session.py
  • tests/extensions/sandbox/test_blaxel.py
  • tests/extensions/sandbox/test_cloudflare.py
  • tests/extensions/sandbox/test_e2b.py
  • tests/extensions/sandbox/test_modal.py
  • tests/extensions/sandbox/test_rclone.py
  • tests/extensions/sandbox/test_runloop_mounts.py
  • tests/extensions/sandbox/test_vercel.py
  • tests/mcp/test_mcp_server_manager.py
  • tests/mcp/test_mcp_util.py
  • tests/mcp/test_tool_filtering.py
  • tests/memory/test_openai_conversations_session.py
  • tests/memory/test_openai_responses_compaction_session.py
  • tests/memory/test_session.py
  • tests/model_settings/test_serialization.py
  • tests/models/test_agent_registration.py
  • tests/models/test_any_llm_model.py
  • tests/models/test_kwargs_functionality.py
  • tests/models/test_litellm_extra_body.py
  • tests/models/test_litellm_logprobs.py
  • tests/models/test_openai_chatcompletions.py
  • tests/models/test_openai_chatcompletions_stream.py
  • tests/models/test_openai_responses.py
  • tests/models/test_openai_responses_converter.py
  • tests/models/test_responses_websocket_session.py
  • tests/realtime/test_agent.py
  • tests/realtime/test_openai_realtime.py
  • tests/realtime/test_session.py
  • tests/sandbox/test_compatibility_guards.py
  • tests/sandbox/test_memory.py
  • tests/sandbox/test_parse_utils.py
  • tests/sandbox/test_runtime.py
  • tests/sandbox/test_runtime_agent_preparation.py
  • tests/sandbox/test_runtime_helpers.py
  • tests/sandbox/test_session_manager.py
  • tests/sandbox/test_session_sinks.py
  • tests/sandbox/test_tar_utils.py
  • tests/test_agent_as_tool.py
  • tests/test_agent_config.py
  • tests/test_agent_runner.py
  • tests/test_agent_runner_streamed.py
  • tests/test_computer_tool_lifecycle.py
  • tests/test_decorators.py
  • tests/test_error_logging_redaction.py
  • tests/test_programmatic_tool_calling.py
  • tests/test_run_config.py
  • tests/test_run_internal_items.py
  • tests/test_strict_schema.py
  • tests/test_tool_context.py
  • tests/test_trace_processor.py
  • tests/test_update_rclone_pin.py
  • tests/tracing/test_tracing_env_disable.py
  • tests/voice/test_openai_stt.py
  • tests/voice/test_pipeline.py

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/force-sync-upstream

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

9 participants