chore: prepare 0.27.9 release#505
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fix: use bare madar MCP launcher
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chore: prepare 0.27.9-next.7 release
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…discovery fix: support positional installs and trace discovery
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (12)
📝 WalkthroughWalkthroughThis PR releases version 0.27.9 to stable, adds positional platform support to the Changesv0.27.9 Release and Feature Updates
Sequence DiagramsequenceDiagram
participant TurnAnalysis
participant ToolCallIterator
participant DiscoveryDetector
participant ExplorationClassifier
TurnAnalysis->>TurnAnalysis: compute discovery tool index set
TurnAnalysis->>ToolCallIterator: iterate tool calls per turn
ToolCallIterator->>DiscoveryDetector: check if toolsearch call is deferred Madar selection
alt is discovery call
DiscoveryDetector-->>ExplorationClassifier: skip from exploration metrics
else is not discovery
DiscoveryDetector-->>ExplorationClassifier: apply to broad/focused exploration
end
ExplorationClassifier->>ExplorationClassifier: classify outcome with discovery metadata
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes The PR spans multiple distinct but related concerns: version bump and documentation updates (routine), CLI parser enhancement (moderate logic addition), MCP installation refactoring (moderate wiring change), and trace telemetry refinement (moderate complexity with new detection logic). Changes are heterogeneous across parser, installer, and analysis paths, requiring careful review of each layer's logic and test coverage. Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
0.27.9release branch fromnextso the accumulated next-track changes can land onmain0.27.9-next.7to stable0.27.9nexttomainfor the stable release channelTesting
Summary by CodeRabbit
Release Notes
Bug Fixes
madarcommand directly instead of version-pinnednpxlaunchers, resolving Windows dependency issues.Documentation
madar install claude).