Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [6.4.0] - 2025-12-27

### Added

- **Conversational Setup Wizard** - AI-guided configuration in all editions
- Natural language setup instead of forms
- User Profile setup through conversation
- Project configuration via dialogue
- Preferences gathering conversationally
- Automatic JSON extraction and saving
- Fallback to form mode if LLM unavailable
Comment on lines +14 to +20
Copy link

Copilot AI Dec 27, 2025

Choose a reason for hiding this comment

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

The Conversational Setup Wizard feature appears to have been moved from version 6.3.0 to 6.4.0. If this feature was not actually released in 6.3.0 and is being released for the first time in 6.4.0, this change is correct. However, if it was already released in 6.3.0, removing it from that version's changelog would be inaccurate. Consider verifying whether this feature was actually shipped in 6.3.0 or if this is its first release.

Copilot uses AI. Check for mistakes.

## [6.3.0] - 2025-12-27

### Added
Expand All @@ -26,14 +38,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Pull new models with recommended suggestions
- Test connection and verify configuration

- **Conversational Setup Wizard** - AI-guided configuration in all editions
- Natural language setup instead of forms
- User Profile setup through conversation
- Project configuration via dialogue
- Preferences gathering conversationally
- Automatic JSON extraction and saving
- Fallback to form mode if LLM unavailable

- **Extended Workflow Monitor** - Support for complex multi-stage workflows
- Sequential workflows: step-by-step execution with dependencies
- Pipeline workflows: streaming data through processing stages
Expand Down
1 change: 1 addition & 0 deletions ConvergioApp/ACTION_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,3 +501,4 @@ struct MessageBubble: View {
**Ultimo Aggiornamento**: 2025-01-XX



1 change: 1 addition & 0 deletions ConvergioApp/ConvergioApp/DesignSystem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,4 @@ extension View {
}



1 change: 1 addition & 0 deletions ConvergioApp/DESIGN_SYSTEM_REFACTORING.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ Refactoring completo dell'applicazione per utilizzare il design system centraliz
**Fine Refactoring**



1 change: 1 addition & 0 deletions ConvergioApp/FIXES_APPLIED.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,4 @@
**Fine Fix Applicati**



1 change: 1 addition & 0 deletions ConvergioApp/VOICE_AND_UI_ANALYSIS_REPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -570,3 +570,4 @@ enum DesignSystem {
**Fine Report**



1 change: 1 addition & 0 deletions ConvergioApp/VOICE_FIXES_POST_REBOOT.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,3 +400,4 @@ Se i problemi persistono, controllare nel debug log:
**Prossimi Passi**: Applicare i fix e testare. Se problemi persistono, condividere i log del debug per analisi più approfondita.



7 changes: 4 additions & 3 deletions Formula/convergio-biz.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
class ConvergioBiz < Formula
desc "Convergio Business Edition - AI agents for sales, marketing & strategy"
homepage "https://github.com/Roberdan/convergio-cli"
version "6.2.0"
version "6.4.0"
license "MIT"

on_macos do
on_arm do
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.2.0/convergio-biz-6.2.0-arm64-apple-darwin.tar.gz"
sha256 "841948547c57b0a3165822950032ef525311686552847661c2adba35cbf4d9fc"
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.4.0/convergio-biz-6.4.0-arm64-apple-darwin.tar.gz"
# sha256 will be updated after release tarball is created
sha256 "PLACEHOLDER_UPDATE_AFTER_RELEASE"
end
end

Expand Down
7 changes: 4 additions & 3 deletions Formula/convergio-dev.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
class ConvergioDev < Formula
desc "Convergio Developer Edition - AI agents for code review, DevOps & security"
homepage "https://github.com/Roberdan/convergio-cli"
version "6.2.0"
version "6.4.0"
license "MIT"

on_macos do
on_arm do
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.2.0/convergio-dev-6.2.0-arm64-apple-darwin.tar.gz"
sha256 "1afc072232d6aa5a01e62cee6eedba559b4ddc857165fe93c70401da1ffedf71"
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.4.0/convergio-dev-6.4.0-arm64-apple-darwin.tar.gz"
# sha256 will be updated after release tarball is created
sha256 "PLACEHOLDER_UPDATE_AFTER_RELEASE"
end
end

Expand Down
7 changes: 4 additions & 3 deletions Formula/convergio-edu.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
class ConvergioEdu < Formula
desc "Convergio Education Edition - AI Maestri teachers for K-12 students"
homepage "https://github.com/Roberdan/convergio-cli"
version "6.2.0"
version "6.4.0"
license "MIT"

on_macos do
on_arm do
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.2.0/convergio-edu-6.2.0-arm64-apple-darwin.tar.gz"
sha256 "fac2aa160dc9ec25b6d60159b1271616bbf394f65b4a9a501dd7cadc573db2ec"
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.4.0/convergio-edu-6.4.0-arm64-apple-darwin.tar.gz"
# sha256 will be updated after release tarball is created
sha256 "PLACEHOLDER_UPDATE_AFTER_RELEASE"
end
end

Expand Down
7 changes: 4 additions & 3 deletions Formula/convergio.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
class Convergio < Formula
desc "Multi-agent AI orchestration CLI for Apple Silicon"
homepage "https://github.com/Roberdan/convergio-cli"
version "6.3.0"
version "6.4.0"
license "MIT"

on_macos do
on_arm do
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.3.0/convergio-6.3.0-arm64-apple-darwin.tar.gz"
sha256 "6e92025d2cc66b9b10a8e12848ccc6def7e9cad35f8efd54111cea35c3941cca"
url "https://github.com/Roberdan/convergio-cli/releases/download/v6.4.0/convergio-6.4.0-arm64-apple-darwin.tar.gz"
# sha256 will be updated after release tarball is created
sha256 "PLACEHOLDER_UPDATE_AFTER_RELEASE"
end
end

Expand Down
1 change: 1 addition & 0 deletions MAKEFILE_OPTIMIZATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ Il Makefile education ha funzionalità aggiuntive (voice, education). Applica le




2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<p align="center">
<a href="https://github.com/Roberdan/convergio-cli/actions/workflows/ci.yml"><img src="https://github.com/Roberdan/convergio-cli/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
<a href="https://github.com/Roberdan/convergio-cli/releases/latest"><img src="https://img.shields.io/badge/version-6.3.0-blue" alt="Version 6.3.0"></a>
<a href="https://github.com/Roberdan/convergio-cli/releases/latest"><img src="https://img.shields.io/badge/version-6.4.0-blue" alt="Version 6.4.0"></a>
<a href="https://github.com/Roberdan/convergio-cli/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-green.svg" alt="License"></a>
<a href="https://github.com/Roberdan/convergio-cli"><img src="https://img.shields.io/badge/platform-macOS%20(Apple%20Silicon)-black" alt="Platform"></a>
<a href="https://github.com/Roberdan/convergio-cli/stargazers"><img src="https://img.shields.io/github/stars/Roberdan/convergio-cli?style=social" alt="Stars"></a>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.0
6.4.0

Choose a reason for hiding this comment

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

P1 Badge Version bump leaves install metadata on 6.3.0

The release was bumped to 6.4.0 here, but the public install surfaces still advertise and download 6.3.0 (README badge at lines 12‑15 and Homebrew formula lines 4‑10 remain on 6.3.0). If you cut a 6.4.0 tarball, brew install convergio will still fetch the 6.3.0 artifact and the formula’s test (assert_match version) will fail once the binary reports 6.4.0. Please align the badge and formula version/url with the new 6.4.0 release.

Useful? React with 👍 / 👎.

1 change: 1 addition & 0 deletions docs/workflow-orchestration/ARCHITECTURE_ANALYSIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -562,3 +562,4 @@ L'architettura è:




1 change: 1 addition & 0 deletions docs/workflow-orchestration/CRASH_RECOVERY.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,3 +424,4 @@ fi




1 change: 1 addition & 0 deletions docs/workflow-orchestration/IMMEDIATE_USAGE_EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,3 +421,4 @@ Workflows are **immediately usable** after Phase 1:




1 change: 1 addition & 0 deletions docs/workflow-orchestration/INTEGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -680,3 +680,4 @@ Workflow orchestration integrates seamlessly into Convergio:




1 change: 1 addition & 0 deletions docs/workflow-orchestration/READINESS_CHECK.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,3 +291,4 @@




1 change: 1 addition & 0 deletions docs/workflow-orchestration/README_UPDATE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,4 @@ See [Workflow Documentation](docs/workflow-orchestration/USER_GUIDE.md) for deta




1 change: 1 addition & 0 deletions docs/workflow-orchestration/REVIEW_AND_FIXES.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,4 @@ These files will be created during Phase 1 implementation:




1 change: 1 addition & 0 deletions docs/workflow-orchestration/SECURITY_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,4 @@ make security_audit_workflow




1 change: 1 addition & 0 deletions docs/workflow-orchestration/SETUP_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,3 +189,4 @@ Once all checkboxes are checked, you're ready to start Phase 1!




1 change: 1 addition & 0 deletions docs/workflow-orchestration/TESTING_PLAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,3 +744,4 @@ tests/




1 change: 1 addition & 0 deletions docs/workflow-orchestration/ZERO_TOLERANCE_POLICY.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,3 +521,4 @@ PR creation blocked. Increase coverage to >= 80%.




Loading