diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ee8013..57bd6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## [6.3.0] - 2025-12-27 ### Added @@ -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 diff --git a/ConvergioApp/ACTION_PLAN.md b/ConvergioApp/ACTION_PLAN.md index 943e636..5b341e6 100644 --- a/ConvergioApp/ACTION_PLAN.md +++ b/ConvergioApp/ACTION_PLAN.md @@ -501,3 +501,4 @@ struct MessageBubble: View { **Ultimo Aggiornamento**: 2025-01-XX + diff --git a/ConvergioApp/ConvergioApp/DesignSystem.swift b/ConvergioApp/ConvergioApp/DesignSystem.swift index b925ab8..a8a563b 100644 --- a/ConvergioApp/ConvergioApp/DesignSystem.swift +++ b/ConvergioApp/ConvergioApp/DesignSystem.swift @@ -129,3 +129,4 @@ extension View { } + diff --git a/ConvergioApp/DESIGN_SYSTEM_REFACTORING.md b/ConvergioApp/DESIGN_SYSTEM_REFACTORING.md index 06b56d3..692888a 100644 --- a/ConvergioApp/DESIGN_SYSTEM_REFACTORING.md +++ b/ConvergioApp/DESIGN_SYSTEM_REFACTORING.md @@ -164,3 +164,4 @@ Refactoring completo dell'applicazione per utilizzare il design system centraliz **Fine Refactoring** + diff --git a/ConvergioApp/FIXES_APPLIED.md b/ConvergioApp/FIXES_APPLIED.md index bdfce33..f1f81d7 100644 --- a/ConvergioApp/FIXES_APPLIED.md +++ b/ConvergioApp/FIXES_APPLIED.md @@ -306,3 +306,4 @@ **Fine Fix Applicati** + diff --git a/ConvergioApp/VOICE_AND_UI_ANALYSIS_REPORT.md b/ConvergioApp/VOICE_AND_UI_ANALYSIS_REPORT.md index 71e1d2a..9f668c6 100644 --- a/ConvergioApp/VOICE_AND_UI_ANALYSIS_REPORT.md +++ b/ConvergioApp/VOICE_AND_UI_ANALYSIS_REPORT.md @@ -570,3 +570,4 @@ enum DesignSystem { **Fine Report** + diff --git a/ConvergioApp/VOICE_FIXES_POST_REBOOT.md b/ConvergioApp/VOICE_FIXES_POST_REBOOT.md index c7e336f..aa8577a 100644 --- a/ConvergioApp/VOICE_FIXES_POST_REBOOT.md +++ b/ConvergioApp/VOICE_FIXES_POST_REBOOT.md @@ -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. + diff --git a/Formula/convergio-biz.rb b/Formula/convergio-biz.rb index 96e5e9f..12b4f63 100644 --- a/Formula/convergio-biz.rb +++ b/Formula/convergio-biz.rb @@ -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 diff --git a/Formula/convergio-dev.rb b/Formula/convergio-dev.rb index 0cef4a9..8c9df01 100644 --- a/Formula/convergio-dev.rb +++ b/Formula/convergio-dev.rb @@ -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 diff --git a/Formula/convergio-edu.rb b/Formula/convergio-edu.rb index f21dd10..fa5aa1f 100644 --- a/Formula/convergio-edu.rb +++ b/Formula/convergio-edu.rb @@ -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 diff --git a/Formula/convergio.rb b/Formula/convergio.rb index 1b40c9a..fb98c4e 100644 --- a/Formula/convergio.rb +++ b/Formula/convergio.rb @@ -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 diff --git a/MAKEFILE_OPTIMIZATIONS.md b/MAKEFILE_OPTIMIZATIONS.md index 4a8e40b..88f69ee 100644 --- a/MAKEFILE_OPTIMIZATIONS.md +++ b/MAKEFILE_OPTIMIZATIONS.md @@ -172,3 +172,4 @@ Il Makefile education ha funzionalità aggiuntive (voice, education). Applica le + diff --git a/README.md b/README.md index 0955776..b714469 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
-
+
diff --git a/VERSION b/VERSION
index 798e389..19b860c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.3.0
+6.4.0
diff --git a/docs/workflow-orchestration/ARCHITECTURE_ANALYSIS.md b/docs/workflow-orchestration/ARCHITECTURE_ANALYSIS.md
index b12c3ea..111d33d 100644
--- a/docs/workflow-orchestration/ARCHITECTURE_ANALYSIS.md
+++ b/docs/workflow-orchestration/ARCHITECTURE_ANALYSIS.md
@@ -562,3 +562,4 @@ L'architettura è:
+
diff --git a/docs/workflow-orchestration/CRASH_RECOVERY.md b/docs/workflow-orchestration/CRASH_RECOVERY.md
index b972834..9db7cf4 100644
--- a/docs/workflow-orchestration/CRASH_RECOVERY.md
+++ b/docs/workflow-orchestration/CRASH_RECOVERY.md
@@ -424,3 +424,4 @@ fi
+
diff --git a/docs/workflow-orchestration/IMMEDIATE_USAGE_EXAMPLES.md b/docs/workflow-orchestration/IMMEDIATE_USAGE_EXAMPLES.md
index eb619a9..64af751 100644
--- a/docs/workflow-orchestration/IMMEDIATE_USAGE_EXAMPLES.md
+++ b/docs/workflow-orchestration/IMMEDIATE_USAGE_EXAMPLES.md
@@ -421,3 +421,4 @@ Workflows are **immediately usable** after Phase 1:
+
diff --git a/docs/workflow-orchestration/INTEGRATION_GUIDE.md b/docs/workflow-orchestration/INTEGRATION_GUIDE.md
index c82aefc..199de42 100644
--- a/docs/workflow-orchestration/INTEGRATION_GUIDE.md
+++ b/docs/workflow-orchestration/INTEGRATION_GUIDE.md
@@ -680,3 +680,4 @@ Workflow orchestration integrates seamlessly into Convergio:
+
diff --git a/docs/workflow-orchestration/READINESS_CHECK.md b/docs/workflow-orchestration/READINESS_CHECK.md
index 7e3afb7..5a1a7fd 100644
--- a/docs/workflow-orchestration/READINESS_CHECK.md
+++ b/docs/workflow-orchestration/READINESS_CHECK.md
@@ -291,3 +291,4 @@
+
diff --git a/docs/workflow-orchestration/README_UPDATE_TEMPLATE.md b/docs/workflow-orchestration/README_UPDATE_TEMPLATE.md
index 2ab3362..38150cf 100644
--- a/docs/workflow-orchestration/README_UPDATE_TEMPLATE.md
+++ b/docs/workflow-orchestration/README_UPDATE_TEMPLATE.md
@@ -164,3 +164,4 @@ See [Workflow Documentation](docs/workflow-orchestration/USER_GUIDE.md) for deta
+
diff --git a/docs/workflow-orchestration/REVIEW_AND_FIXES.md b/docs/workflow-orchestration/REVIEW_AND_FIXES.md
index 40ba61d..e6ef98b 100644
--- a/docs/workflow-orchestration/REVIEW_AND_FIXES.md
+++ b/docs/workflow-orchestration/REVIEW_AND_FIXES.md
@@ -249,3 +249,4 @@ These files will be created during Phase 1 implementation:
+
diff --git a/docs/workflow-orchestration/SECURITY_CHECKLIST.md b/docs/workflow-orchestration/SECURITY_CHECKLIST.md
index b086df6..853815b 100644
--- a/docs/workflow-orchestration/SECURITY_CHECKLIST.md
+++ b/docs/workflow-orchestration/SECURITY_CHECKLIST.md
@@ -154,3 +154,4 @@ make security_audit_workflow
+
diff --git a/docs/workflow-orchestration/SETUP_CHECKLIST.md b/docs/workflow-orchestration/SETUP_CHECKLIST.md
index 9be6505..824d86f 100644
--- a/docs/workflow-orchestration/SETUP_CHECKLIST.md
+++ b/docs/workflow-orchestration/SETUP_CHECKLIST.md
@@ -189,3 +189,4 @@ Once all checkboxes are checked, you're ready to start Phase 1!
+
diff --git a/docs/workflow-orchestration/TESTING_PLAN.md b/docs/workflow-orchestration/TESTING_PLAN.md
index cf52f51..b302db5 100644
--- a/docs/workflow-orchestration/TESTING_PLAN.md
+++ b/docs/workflow-orchestration/TESTING_PLAN.md
@@ -744,3 +744,4 @@ tests/
+
diff --git a/docs/workflow-orchestration/ZERO_TOLERANCE_POLICY.md b/docs/workflow-orchestration/ZERO_TOLERANCE_POLICY.md
index b453c96..c868580 100644
--- a/docs/workflow-orchestration/ZERO_TOLERANCE_POLICY.md
+++ b/docs/workflow-orchestration/ZERO_TOLERANCE_POLICY.md
@@ -521,3 +521,4 @@ PR creation blocked. Increase coverage to >= 80%.
+