feat(orchestrator): refresh telemetry integration on current main#796
Merged
AlexMikhalev merged 4 commits intomainfrom Apr 13, 2026
Merged
feat(orchestrator): refresh telemetry integration on current main#796AlexMikhalev merged 4 commits intomainfrom
AlexMikhalev merged 4 commits intomainfrom
Conversation
Carry forward the telemetry routing changes from #789 onto current main by making routing decisions async and wiring the orchestrator call sites to the updated control-plane behavior without the unrelated hook changes.
all_model_performances now acquires the read lock once for all models via compute_snapshot helper. record_telemetry uses record_batch to write a full tick's events in a single write-lock acquisition instead of N.
Extract `parse_stdout_for_telemetry` and `parse_stderr_for_telemetry` as private methods on `AgentOrchestrator`, eliminating the duplicated inline output-parsing logic that existed in both `drain_output_events` and `poll_agent_exits`. Both call sites now delegate to the shared helpers. No behaviour change; 440 tests pass, clippy clean. Co-Authored-By: Terraphim AI <noreply@terraphim.ai>
…gration tests Refs #523 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
AlexMikhalev
added a commit
that referenced
this pull request
Apr 25, 2026
…main feat(orchestrator): refresh telemetry integration on current main
AlexMikhalev
added a commit
that referenced
this pull request
Apr 25, 2026
… Refs #796 - Add opencode-connector and codex-connector feature flags to Cargo.toml - Implement OpenCodeConnector parsing ~/.local/state/opencode/prompt-history.jsonl - Implement CodexConnector parsing ~/.codex/sessions/*.jsonl with session_meta and response_item entries - Register both connectors in ConnectorRegistry behind feature flags - Add comprehensive unit tests for both connectors with sample JSONL data - Mirror terraphim-session-analyzer connector patterns for zero drift
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.
Summary
mainwithout the stale benchmark, learnings, listener, or tracker noise from the old integration branchVerification