Skip to content

revert: merge of #100 to reopen it for review - #137

Merged
userAugustos merged 1 commit into
mainfrom
revert/pr-100
Sep 17, 2026
Merged

userAugustos merged 1 commit into
mainfrom
revert/pr-100

Conversation

@userAugustos

Copy link
Copy Markdown

Reverts the merge commit of #100 (d296412). #100 went into main before its review finished. A new PR with the same content follows so the review can continue.

The CLI version bump to 0.1.723 that the merge triggered stays. The release for it is already published.


Generated by Claude Code

This reverts commit d296412, reversing
changes made to ba525a9.
@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

Warning

Review limit reached

Next included review available in 57 minutes.

Check out review usage here.

View limit details

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

Learn how review limits work.

Review configuration:

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 80d091e2-5747-4dfd-a15e-cb6bc1afb59d

📥 Commits

Reviewing files that changed from the base of the PR and between 4a3f384 and c358437.

📒 Files selected for processing (89)
  • .claude/skills/porting-to-canyonos/prepare.py
  • .github/workflows/ci.yml
  • canyonos_core/OTLP_Exporter/convert.py
  • canyonos_core/OTLP_Exporter/db.py
  • canyonos_core/OTLP_Exporter/otel_exporter.py
  • canyonos_core/cli.py
  • canyonos_core/controller/cloud_provider_logic/EC2/_runtime.py
  • canyonos_core/controller/cloud_provider_logic/Local/_runtime.py
  • canyonos_core/controller/deploy.py
  • canyonos_core/controller/future.py
  • canyonos_core/controller/global_controller.py
  • canyonos_core/controller/instance_manager.py
  • canyonos_core/controller/local_controller.py
  • canyonos_core/controller/local_controller_frontend.py
  • canyonos_core/controller/utils/grpc_options.py
  • canyonos_core/controller/utils/pricing.py
  • canyonos_core/controller/utils/session_logging.py
  • canyonos_core/controller/utils/telemetry_logging.py
  • canyonos_core/llm_proxy/__main__.py
  • canyonos_core/llm_proxy/app.py
  • canyonos_core/llm_proxy/config.py
  • canyonos_core/llm_proxy/core.py
  • canyonos_core/llm_proxy/hooks.py
  • canyonos_core/llm_proxy/providers/anthropic.py
  • canyonos_core/llm_proxy/providers/base.py
  • canyonos_core/llm_proxy/providers/bedrock.py
  • canyonos_core/llm_proxy/providers/openai.py
  • canyonos_core/llm_proxy/proxy.py
  • canyonos_core/llm_proxy/stub.py
  • canyonos_core/server.py
  • canyonos_core/stub_generator.py
  • cli/canyonos/build.py
  • cli/canyonos/config.py
  • cli/canyonos/constants.py
  • cli/canyonos/dashboard_stack.py
  • cli/canyonos/deploy.py
  • cli/canyonos/doctor.py
  • cli/canyonos/gc.py
  • cli/canyonos/init.py
  • cli/canyonos/logs.py
  • cli/canyonos/quit.py
  • cli/canyonos/serve.py
  • cli/canyonos/status.py
  • cli/canyonos/test.py
  • cli/canyonos/theme.py
  • cli/canyonos/verify.py
  • cli/cli.py
  • cli/utils/help_screen.py
  • cli/utils/tui.py
  • examples/portfolio/agents/advisor_agent.py
  • examples/portfolio/agents/intent_agent.py
  • examples/portfolio/agents/metrics_agent.py
  • examples/portfolio/agents/price_agent.py
  • examples/portfolio/agents/risk_agent.py
  • examples/portfolio/workflow/portfolio_workflow.py
  • examples/text2sql/agents/production_agent.py
  • examples/text2sql/agents/sandbox_agent.py
  • examples/text2sql/agents/schema_agent.py
  • examples/text2sql/agents/sql_generator_agent.py
  • examples/text2sql/agents/sql_validator_agent.py
  • examples/text2sql/agents/vllm_agent.py
  • examples/text2sql/workflow/text2sql_workflow.py
  • pyproject.toml
  • tests/test_canyonos_deploy.py
  • tests/test_canyonos_test.py
  • tests/test_cli.py
  • tests/test_dashboard_stack.py
  • tests/test_deploy.py
  • tests/test_deploy_progress.py
  • tests/test_env_file_reserved_keys.py
  • tests/test_error_propagation.py
  • tests/test_gc_container_name.py
  • tests/test_global_controller_cleanup.py
  • tests/test_global_controller_identity.py
  • tests/test_global_controller_project_id.py
  • tests/test_global_controller_redis_reuse.py
  • tests/test_global_controller_reload.py
  • tests/test_global_controller_telemetry_skip.py
  • tests/test_instance_manager_runtime.py
  • tests/test_llm_proxy_bedrock_streaming.py
  • tests/test_llm_proxy_streaming_e2e.py
  • tests/test_llm_proxy_usage_extraction.py
  • tests/test_local_controller_cleanup.py
  • tests/test_local_controller_metrics.py
  • tests/test_otel_exporter_fanout.py
  • tests/test_otel_exporter_fields.py
  • tests/test_runtime_ec2.py
  • tests/test_stub_generator.py
  • tests/test_telemetry_logging.py

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.

@userAugustos
userAugustos merged commit 6d50728 into main Sep 17, 2026
7 of 8 checks passed
Comment thread cli/canyonos/constants.py
_public_ip_cache = (
urllib.request.urlopen(ip_req, timeout=timeout).read().decode().strip()
or None
urllib.request.urlopen(ip_req, timeout=timeout).read().decode().strip() or None
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.

2 participants