Conversation
Bug fixes: - simulate() options render Modelica booleans (true/false) instead of Python literals - summarize_for_llm() suppression count now counts only actually-suppressed records - check_model() no longer duplicates diagnostics from the return text - diagnostic parser accepts omc single-position locations (no end range) New features: - Warning-level quality gates: warning_gate_complaints() matches warnings (un/over-specified initial conditions, unit inconsistencies, over/under-determined systems); AgentLoop(warning_gate=...) reports stage 'quality' attempts and feeds complaints into the fix prompt; run_ladder threads the gate through the benchmark (opt-in) - run_comparison(): multi-run variance + cross-model comparison with per-model/per-task pass rates, attempts mean/stdev, transcripts under transcripts/<model>/rep<k>/, aggregated in comparison.json Tests: 101 unit + 4 integration (was 88 + 4). Version bumped to 0.3.0.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug fixes:
New features:
Tests: 101 unit + 4 integration (was 88 + 4). Version bumped to 0.3.0.