Skip to content

Conversation

@tylerbessire
Copy link
Owner

@tylerbessire tylerbessire commented Sep 27, 2025

Summary by CodeRabbit

  • New Features
    • Introduced an optional RFT-assisted solving path that can enhance task solving and predictions when enabled via environment flag.
    • Added explainability output for recent RFT runs.
    • Enabled lazy loading of the RFT package to reduce startup overhead.
  • Documentation
    • Added comprehensive RFT module documentation, including architecture, usage, and observability.
  • Tests
    • Added extensive integration tests covering pliance, tracking, promotions, memory behavior, and flag parity.
  • Chores
    • Added a standardized pull request template with checklists.

@korbit-ai
Copy link

korbit-ai bot commented Sep 27, 2025

You've used up your 5 PR reviews for this month under the Korbit Starter Plan. You'll get 5 more reviews on October 18th, 2025 or you can upgrade to Pro for unlimited PR reviews and enhanced features in your Korbit Console.

@coderabbitai
Copy link

coderabbitai bot commented Sep 27, 2025

Caution

Review failed

The pull request is closed.

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch V2

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 40104f3 and 9da7035.

📒 Files selected for processing (13)
  • .github/pull_request_template.md (1 hunks)
  • arc_solver/solver.py (4 hunks)
  • puma/__init__.py (1 hunks)
  • puma/rft/README.md (1 hunks)
  • puma/rft/__init__.py (1 hunks)
  • puma/rft/demo/grid.py (1 hunks)
  • puma/rft/explain.py (1 hunks)
  • puma/rft/feature_flags.py (1 hunks)
  • puma/rft/orchestrator.py (1 hunks)
  • puma/rft/pliance.py (1 hunks)
  • puma/rft/tracking.py (1 hunks)
  • puma/rft/types.py (1 hunks)
  • tests/rft/test_rft_integration.py (1 hunks)

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


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 and usage tips.

@tylerbessire tylerbessire merged commit 3ebf9e3 into main Sep 27, 2025
2 of 6 checks passed
@tylerbessire tylerbessire deleted the V2 branch September 27, 2025 21:45
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