From d48856ff1d03479038e08fa2e089dde8ae107d96 Mon Sep 17 00:00:00 2001 From: shamanicvocalarts <90007349+shamanicvocalarts@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:07:49 +0000 Subject: [PATCH 1/6] Create AI-8226842d-f2e2-4159-940c-966666ce7b44 AI is a Flow Launcher plugin for querying LLM from Flow Launcher via OpenRouter --- plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 diff --git a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 b/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 new file mode 100644 index 000000000..0b7932f43 --- /dev/null +++ b/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 @@ -0,0 +1,13 @@ +{ + "ID": "8226842d-f2e2-4159-940c-966666ce7b44", + "ActionKeyword": "ai", + "Name": "AI", + "Description": "Query OpenRouter AI models directly from Flow Launcher", + "Author": "Lucas Shamanic", + "Version": "0.0.2", + "Language": "python", + "Website": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai", + "IcoPath": "https://cdn.jsdelivr.net/gh/shamanicvocalarts/Flow.Launcher.Plugin.ai@main/images/app.png", + "ExecuteFileName": "main.py" + + } From ab9e2d98c37906221f96f42802f518c5b60a3a49 Mon Sep 17 00:00:00 2001 From: shamanicvocalarts <90007349+shamanicvocalarts@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:57:35 +0000 Subject: [PATCH 2/6] Update and rename AI-8226842d-f2e2-4159-940c-966666ce7b44 to AI-8226842d-f2e2-4159-940c-966666ce7b44.json --- ...6ce7b44 => AI-8226842d-f2e2-4159-940c-966666ce7b44.json} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename plugins/{AI-8226842d-f2e2-4159-940c-966666ce7b44 => AI-8226842d-f2e2-4159-940c-966666ce7b44.json} (59%) diff --git a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 b/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json similarity index 59% rename from plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 rename to plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json index 0b7932f43..b8923eeca 100644 --- a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44 +++ b/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json @@ -7,7 +7,9 @@ "Version": "0.0.2", "Language": "python", "Website": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai", - "IcoPath": "https://cdn.jsdelivr.net/gh/shamanicvocalarts/Flow.Launcher.Plugin.ai@main/images/app.png", - "ExecuteFileName": "main.py" + "UrlDownload": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai/releases/download/v0.0.2/Flow.Launcher.Plugin.ai.zip" + "UrlSourceCode": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai/tree/main" + "IcoPath": "https://cdn.jsdelivr.net/gh/shamanicvocalarts/Flow.Launcher.Plugin.ai@main/images/app.png" + } From 8981a16e3db75b0590a22e7bc96347dc30c7d4e5 Mon Sep 17 00:00:00 2001 From: shamanicvocalarts <90007349+shamanicvocalarts@users.noreply.github.com> Date: Mon, 10 Mar 2025 18:35:54 +0000 Subject: [PATCH 3/6] Update AI-8226842d-f2e2-4159-940c-966666ce7b44.json --- plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json b/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json index b8923eeca..b197d5501 100644 --- a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json +++ b/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json @@ -1,7 +1,7 @@ { "ID": "8226842d-f2e2-4159-940c-966666ce7b44", "ActionKeyword": "ai", - "Name": "AI", + "Name": "AI Assistant", "Description": "Query OpenRouter AI models directly from Flow Launcher", "Author": "Lucas Shamanic", "Version": "0.0.2", From 82b1c46e088445c1be969ccc2ae3a0111cd9e1fd Mon Sep 17 00:00:00 2001 From: shamanicvocalarts <90007349+shamanicvocalarts@users.noreply.github.com> Date: Mon, 10 Mar 2025 20:02:28 +0000 Subject: [PATCH 4/6] Updated -AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json updated URL, Updated name, added back in API key and API key tetss to main plugin --- ...-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json} | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) rename plugins/{AI-8226842d-f2e2-4159-940c-966666ce7b44.json => AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json} (71%) diff --git a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json b/plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json similarity index 71% rename from plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json rename to plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json index b197d5501..30bb1fa5c 100644 --- a/plugins/AI-8226842d-f2e2-4159-940c-966666ce7b44.json +++ b/plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json @@ -1,15 +1,14 @@ { "ID": "8226842d-f2e2-4159-940c-966666ce7b44", - "ActionKeyword": "ai", "Name": "AI Assistant", "Description": "Query OpenRouter AI models directly from Flow Launcher", "Author": "Lucas Shamanic", "Version": "0.0.2", "Language": "python", - "Website": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai", - "UrlDownload": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai/releases/download/v0.0.2/Flow.Launcher.Plugin.ai.zip" - "UrlSourceCode": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.ai/tree/main" - "IcoPath": "https://cdn.jsdelivr.net/gh/shamanicvocalarts/Flow.Launcher.Plugin.ai@main/images/app.png" + "Website": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.AI-Assistant", + "UrlDownload": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.AI-Assistant/releases/download/v0.0.2/Flow.Launcher.Plugin.ai.zip", + "UrlSourceCode": "https://github.com/shamanicvocalarts/Flow.Launcher.Plugin.AI-Assistant/tree/main", + "IcoPath": "https://cdn.jsdelivr.net/gh/shamanicvocalarts/Flow.Launcher.Plugin.AI-Assistant@main/images/app.png" } From c56b6ebacbb3829cee1349c3dbb0c1a706fc7d4f Mon Sep 17 00:00:00 2001 From: shamanicvocalarts <90007349+shamanicvocalarts@users.noreply.github.com> Date: Tue, 11 Mar 2025 10:13:24 +0000 Subject: [PATCH 5/6] Rename plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json to AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json --- ...json => AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json => AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json (100%) diff --git a/plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json b/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json similarity index 100% rename from plugins/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json rename to AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json From 9e5a11edb046220476436f4877566d97aaa169ea Mon Sep 17 00:00:00 2001 From: shamanicvocalarts <90007349+shamanicvocalarts@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:49:25 +0000 Subject: [PATCH 6/6] Rename AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json to AI Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json --- ...json => AI Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json => AI Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json (100%) diff --git a/AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json b/AI Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json similarity index 100% rename from AI-Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json rename to AI Assistant-8226842d-f2e2-4159-940c-966666ce7b44.json