diff --git a/bin/assets/plugins/aiassistant.json b/bin/assets/plugins/aiassistant.json index 77b26da23..e09368f35 100644 --- a/bin/assets/plugins/aiassistant.json +++ b/bin/assets/plugins/aiassistant.json @@ -130,6 +130,11 @@ "name": "gemini-2.5-pro-exp-03-25", "display_name": "Gemini 2.5 Pro Experimental", "max_tokens": 1000000 + }, + { + "name": "gemini-2.5-flash-preview-04-17", + "display_name": "Gemini 2.5 Flash Preview", + "max_tokens": 1000000 } ] }, @@ -217,6 +222,27 @@ { "max_tokens": 200000, "name": "o3-mini" + }, + { + "name": "gpt-4.1-nano" + }, + { + "name": "gpt-4.1-mini" + }, + { + "name": "gpt-4.1" + }, + { + "name": "o4-mini" + }, + { + "name": "o3" + }, + { + "name": "o1-pro" + }, + { + "name": "gpt-4.5-preview" } ], "version": 1 diff --git a/include/eepp/version.hpp b/include/eepp/version.hpp index 4168702c6..7f25ccf7c 100644 --- a/include/eepp/version.hpp +++ b/include/eepp/version.hpp @@ -6,7 +6,7 @@ #define EEPP_MAJOR_VERSION 2 #define EEPP_MINOR_VERSION 8 -#define EEPP_PATCH_LEVEL 6 +#define EEPP_PATCH_LEVEL 7 #define EEPP_CODENAME "Siddhi" /** The compiled version of the library */ diff --git a/projects/linux/ee.creator.user b/projects/linux/ee.creator.user index 68e1d9ac9..277d9e06b 100644 --- a/projects/linux/ee.creator.user +++ b/projects/linux/ee.creator.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -244,7 +244,7 @@ true - --with-debug-symbols --with-text-shaper gmake + --with-debug-symbols --disable-static-build --with-text-shaper gmake premake4 %{buildDir}../../../ ProjectExplorer.ProcessStep @@ -1199,7 +1199,6 @@ ProjectExplorer.CustomExecutableRunConfiguration true - /home/downloads/files/svn/janet 0 false 1 diff --git a/src/tools/ecode/plugins/pluginmanager.cpp b/src/tools/ecode/plugins/pluginmanager.cpp index 4424f646a..f19e5b91e 100644 --- a/src/tools/ecode/plugins/pluginmanager.cpp +++ b/src/tools/ecode/plugins/pluginmanager.cpp @@ -467,11 +467,10 @@ UIWindow* UIPluginManager::New( UISceneNode* sceneNode, PluginManager* manager, - + diff --git a/src/tools/ecode/version.hpp b/src/tools/ecode/version.hpp index c5f85f786..b1be2763e 100644 --- a/src/tools/ecode/version.hpp +++ b/src/tools/ecode/version.hpp @@ -8,7 +8,7 @@ using namespace EE; #define ECODE_MAJOR_VERSION 0 #define ECODE_MINOR_VERSION 7 -#define ECODE_PATCH_LEVEL 1 +#define ECODE_PATCH_LEVEL 2 /* ECODE_COMMIT_NUMBER 9999 is used for official releases, nightly builds (pre-releases) will * contain the number of commits after the last official release */