Skip to content

Conversation

@Roberdan
Copy link
Owner

Summary

  • Provider Override Support - New --provider CLI flag to force specific AI provider
  • Ollama Model Selection - New --ollama-model CLI flag for local model control
  • Extended Workflow Monitor - Support for complex multi-stage workflows (sequential, pipeline, conditional, phased)
  • Critical Fix: Delegation Infinite Loop - Fixed race condition preventing infinite loops and Ollama memory explosion
  • OpenAI Realtime WebSocket - Improved voice session handling with better cleanup

Test plan

  • Build with zero warnings (make clean && make)
  • All unit tests pass (make test)
  • Version displays correctly (convergio --version shows 6.3.0)
  • E2E tests pass
  • All editions build successfully

CHANGELOG

See CHANGELOG.md for full details.

🤖 Generated with Claude Code

Includes:
- Provider override support (--provider flag)
- Ollama model selection (--ollama-model flag)
- Extended workflow monitor for complex workflows
- Critical fix for delegation infinite loop
- OpenAI Realtime WebSocket improvements
- Compiler warning suppression for safe patterns

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings December 27, 2025 19:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This release bumps the version from 6.2.0 to 6.3.0, introducing provider override capabilities, extended workflow monitoring, and a critical fix for delegation infinite loops. The changes include new CLI flags for AI provider selection, improved OpenAI WebSocket handling, and codebase cleanup.

Key Changes

  • Added --provider and --ollama-model CLI flags for flexible AI provider selection
  • Fixed critical race condition causing infinite delegation loops and memory explosion
  • Extended workflow monitor to support sequential, pipeline, conditional, and phased workflows

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
VERSION Bumps version from 6.2.0 to 6.3.0
CHANGELOG.md Documents all new features, fixes, and changes for v6.3.0 release
Makefile Adds compiler warning suppressions for format-nonliteral and GNU variadic macros
src/router/intent_router.c Removes unused is_delegation_request function (logic integrated into quick_pattern_route)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Roberdan Roberdan merged commit f984983 into main Dec 27, 2025
11 checks passed
@Roberdan Roberdan deleted the release/v6.3.0 branch December 28, 2025 18:23
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