QuickAskAI v1.1.0-beta.2
Pre-releaseQuickAskAI v1.1.0-beta.2
This is a prerelease layout package for the PowerToys Command Palette extension. It is meant for regular users who want to try the extension without building it from source.
What changed
- Updated the Command Palette extension icon resources.
- The extension entry point and package manifest now use the bundled
ICON.png. - The MSIX manifest version is now
0.0.6.0. - Includes the icon cache and standard package icon fixes made after
v1.1.0-beta.1. - The release package now includes clearer installation instructions.
How to install and load it in Command Palette
- Install Microsoft PowerToys if you do not already have it.
- Open PowerToys Settings and make sure Command Palette is enabled.
- Download
QuickAskAI-v1.1.0-beta.2-x64.zipfrom the Assets section below. Do not downloadSource code.zip; that is only for developers. - Extract the entire zip file to a normal folder, such as
Downloads\QuickAskAI. - Open the extracted folder.
- Right-click
install.ps1and chooseRun with PowerShell. - If Windows blocks the script, open PowerShell in the extracted folder and run:
powershell -ExecutionPolicy Bypass -File .\install.ps1- After the script prints
快速询问AI installed., open PowerToys Command Palette. - Type
Reload, then chooseReload Command Palette extensions. - Open Command Palette again and search for
快速询问AI.
If the extension still does not appear, restart PowerToys and search again.
What the installer does
This extension is not loaded by double-clicking AIExtension.exe. The installer registers the extracted AppxManifest.xml with Windows by using Add-AppxPackage -Register. After that, PowerToys Command Palette can discover the extension through the Windows app extension mechanism.
First use
For GitHub Copilot, choose the GitHub Copilot provider in the extension, select 连接 GitHub, open the GitHub verification page, enter the device code, and then return to the extension. You use your own GitHub account and your own Copilot entitlement.
For OpenAI-compatible providers, add a provider with your API Base URL, API key, and model name.
Uninstall
Run this from the extracted folder:
powershell -ExecutionPolicy Bypass -File .\uninstall.ps1Then reload Command Palette extensions or restart PowerToys.
中文安装说明
这是 PowerToys Command Palette 扩展的 layout 测试包,普通用户不需要自己编译。
- 先安装 Microsoft PowerToys,并在 PowerToys 设置里启用 Command Palette。
- 在下面的 Assets 里下载
QuickAskAI-v1.1.0-beta.2-x64.zip。不要下载Source code.zip。 - 把整个 zip 解压到普通文件夹,例如“下载\QuickAskAI”。不要直接在压缩包预览窗口里运行文件。
- 进入解压后的文件夹,右键
install.ps1,选择“使用 PowerShell 运行”。 - 如果 PowerShell 阻止脚本运行,在当前文件夹打开 PowerShell 后运行:
powershell -ExecutionPolicy Bypass -File .\install.ps1- 看到
快速询问AI installed.后,打开 PowerToys Command Palette。 - 输入
Reload,选择Reload Command Palette extensions。 - 重新打开 Command Palette,搜索
快速询问AI。
如果搜索不到,重启 PowerToys 后再试一次。