Skip to content

Commit b17f4b5

Browse files
committed
Release 1.220.2025
1 parent 3f366d0 commit b17f4b5

5 files changed

Lines changed: 23037 additions & 29627 deletions

File tree

Functions/GenXdev.AI.DeepStack/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This module provides PowerShell functions to interact with DeepStack's face reco
1111
```text
1212
MIT License
1313
14-
Copyright (c) [year] [fullname]
14+
Copyright (c) 2025 GenXdev
1515
1616
Permission is hereby granted, free of charge, to any person obtaining a copy
1717
of this software and associated documentation files (the "Software"), to deal
@@ -62,7 +62,6 @@ Set-AIImageCollection -ImageDirectories @("~\Pictures")
6262
# update
6363
Update-AllAIMetadata -ShowWindow
6464
Export-ImageIndex
65-
6665
Find-IndexedImage -HasNudity -HasExplicitContent -ShowInBrowser -InterActive
6766
6867
# you can keep the output and reuse them

Functions/GenXdev.AI.Queries/Get-SimularMovieTitles.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ Get-SimularMovieTitle -Movies "The Matrix","Inception" -OpenInImdb
7171
.EXAMPLE
7272
moremovietitle "The Matrix","Inception" -imdb
7373
#>
74-
function Get-SimularMovieTitle {
74+
function Get-SimularMovieTitles {
7575
[CmdletBinding()]
76+
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute('PSUseSingularNouns', '')]
7677
param (
7778
#
7879
[Parameter(

Functions/GenXdev.AI/Start-GenXdevMCPServer.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function Start-GenXdevMCPServer {
9999
}
100100
serverInfo = @{
101101
name = 'GenXdev-PowerShell-MCP-Server'
102-
version = '1.218.2025'
102+
version = '1.220.2025'
103103
}
104104
}
105105
}
@@ -197,7 +197,7 @@ function Start-GenXdevMCPServer {
197197
}
198198
serverInfo = @{
199199
name = 'GenXdev-PowerShell-MCP-Server'
200-
version = '1.218.2025'
200+
version = '1.220.2025'
201201
}
202202
}
203203
}

GenXdev.AI.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: genXdev
55
#
6-
# Generated on: 26/07/2025
6+
# Generated on: 27/07/2025
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
RootModule = 'GenXdev.AI.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.218.2025'
15+
ModuleVersion = '1.220.2025'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core'
@@ -51,7 +51,7 @@ ClrVersion = '9.0.0.1'
5151
ProcessorArchitecture = 'Amd64'
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'GenXdev.Queries'; ModuleVersion = '1.218.2025'; })
54+
RequiredModules = @(@{ModuleName = 'GenXdev.Queries'; ModuleVersion = '1.220.2025'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
# RequiredAssemblies = @()
@@ -91,7 +91,7 @@ FunctionsToExport = 'Add-EmoticonsToText', 'Add-GenXdevMCPServerToLMStudio',
9191
'Get-LMStudioTextEmbedding', 'Get-LMStudioWindow',
9292
'Get-MediaFileAudioTranscription', 'Get-NumberOfCpuCores',
9393
'Get-RegisteredFaces', 'Get-ScriptExecutionErrorFixPrompt',
94-
'Get-SimularMovieTitle', 'Get-TextTranslation',
94+
'Get-SimularMovieTitles', 'Get-TextTranslation',
9595
'Get-VectorSimilarity', 'Initialize-LMStudioModel',
9696
'Install-LMStudioApplication', 'Invoke-AIPowershellCommand',
9797
'Invoke-CommandFromToolCall', 'Invoke-ImageEnhancement',

0 commit comments

Comments
 (0)