File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
@ {
2
2
RootModule = ' AIShell.psm1'
3
3
NestedModules = @ (" AIShell.Integration.dll" )
4
- ModuleVersion = ' 1.0.2 '
4
+ ModuleVersion = ' 1.0.3 '
5
5
GUID = ' ECB8BEE0-59B9-4DAE-9D7B-A990B480279A'
6
6
Author = ' Microsoft Corporation'
7
7
CompanyName = ' Microsoft Corporation'
13
13
VariablesToExport = ' *'
14
14
AliasesToExport = @ (' aish' , ' askai' , ' fixit' )
15
15
HelpInfoURI = ' https://aka.ms/aishell-help'
16
- PrivateData = @ { PSData = @ { Prerelease = ' preview2 ' ; ProjectUri = ' https://github.com/PowerShell/AIShell' } }
16
+ PrivateData = @ { PSData = @ { Prerelease = ' preview3 ' ; ProjectUri = ' https://github.com/PowerShell/AIShell' } }
17
17
}
Original file line number Diff line number Diff line change 8
8
<TargetFramework >net8.0</TargetFramework >
9
9
<ImplicitUsings >enable</ImplicitUsings >
10
10
<LangVersion >12.0</LangVersion >
11
- <Version >1.0.0-preview.2 </Version >
11
+ <Version >1.0.0-preview.3 </Version >
12
12
13
13
<TreatWarningsAsErrors >true</TreatWarningsAsErrors >
14
14
<AllowUnsafeBlocks >true</AllowUnsafeBlocks >
Original file line number Diff line number Diff line change 1
1
{
2
- "AgentsToInclude" : " * "
2
+ "AgentsToInclude" : [ " msaz " , " openai-gpt " ]
3
3
}
You can’t perform that action at this time.
0 commit comments