feat(conversation): agents talk + use tools [v0.3.0 — 3/7]#733
Merged
kokevidaurre merged 2 commits intodevelopfrom Apr 13, 2026
Merged
feat(conversation): agents talk + use tools [v0.3.0 — 3/7]#733kokevidaurre merged 2 commits intodevelopfrom
kokevidaurre merged 2 commits intodevelopfrom
Conversation
This was referenced Apr 13, 2026
There was a problem hiding this comment.
Code Review
This pull request introduces a significant architectural shift from a sequential, turn-based conversation model to a wave-based parallel execution workflow (Plan → Execute → Review → Verify). Key changes include the implementation of resume support for quota-limited runs, improved context injection strategies that prioritize actionable feedback, and the externalization of agent protocols into markdown configuration files. Feedback is provided regarding code duplication in the telemetry tracking logic within the run command, where a shared helper function could improve maintainability.
…gence Conversation mode rewrite and cognition engine from v0.3.0 cycle: - conversation.ts: Rewritten so agents talk AND use tools (was text-only). Parallel same-role agents within cycles. Hard-stop on lead completion. Squad cwd resolution for all agent turns. Transcript serialization fixes. Agent classification by name first, then role description. - cognition.ts: Local-first intelligence engine. Quality grading. Escalation pause for daemon. Signal synthesis via Claude CLI. Push memory signals after daemon cycles. Co-Authored-By: Claude <noreply@anthropic.com>
68fda5a to
4faa8f4
Compare
Cognition engine is not actively used (post-pivot, daemon is stopped). Changes parked in future/cognition-t2 branch for Tier 2 reactivation. This PR now only contains conversation.ts changes. Co-Authored-By: Claude <noreply@anthropic.com>
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 — PR 3 of 7 for v0.3.0 release
Conversation mode rewrite and cognition engine.
Changes (2 files)
Merge order
Depends on #731 and #732. Merge third:
Test plan
npm run buildpassesReorganized from 219-commit develop branch for proper review.