tenseleyflow/parrot / 20b8e85

Browse files

Bump version to v1.4.0

Authored by espadonne
SHA
20b8e85c97937b46d67dba311c98620a715f8f27
Parents
845b1d6
Tree
e59a726

2 changed files

StatusFile+-
M Makefile 1 1
M parrot.spec 11 2
Makefilemodified
@@ -3,7 +3,7 @@
33
 
44
 # Project configuration
55
 PROJECT_NAME = parrot
6
-VERSION = 1.3.0
6
+VERSION = 1.4.0
77
 TARGET = parrot
88
 
99
 # Go configuration
parrot.specmodified
@@ -1,8 +1,8 @@
11
 %define debug_package %{nil}
22
 
33
 Name:           parrot
4
-Version:        1.3.0
5
-Release:        2%{?dist}
4
+Version:        1.4.0
5
+Release:        1%{?dist}
66
 Summary:        Intelligent CLI command failure assistant with AI-powered responses
77
 
88
 License:        MIT
@@ -107,6 +107,15 @@ fi
107107
 %{_docdir}/%{name}/
108108
 
109109
 %changelog
110
+* Wed Nov 06 2024 mfw <espadonne@outlook.com> - 1.4.0-1
111
+- Tier 4 Intelligence: ML-like learning and dynamic generation capabilities
112
+- Tier 3 Intelligence: LLM-like context awareness for smarter responses
113
+- Tier 2 Intelligence: Project and git context awareness
114
+- Tier 1 Intelligence: Advanced context-aware fallback system
115
+- Expanded fallback database with 600+ contextual insults
116
+- Fixed double output and backend fallback issues
117
+- Enhanced local backend model handling
118
+
110119
 * Fri Sep 13 2024 mfw <espadonne@outlook.com> - 1.3.0-2
111120
 - Enhanced post-install messaging to clearly guide users to run 'parrot install'
112121
 - Improved shell integration setup instructions and user experience