Releases: Doulor/QuickAskAI
QuickAskAI v1.2.1
更新
- 扩展设置页精简为两项:
- 清除全部会话 — 输入 CLEAR 然后按 Enter 即可删除全部聊天记录
- GitHub 仓库 — 显示项目地址,便于查看源码和新版本
- 会话列表支持删除:每个会话项可通过 MoreCommands 删除
- 提供商通用配置项移回菜单内管理
安装
右键 install.bat → 以管理员身份运行。
QuickAskAI v1.2.0
主要变化
- GitHub Copilot provider 不再启动随包的
copilot.exe,改为直接调用 Copilot HTTP API。 - 移除
GitHub.Copilot.SDK依赖;release zip 从约 128 MB 降到约 43 MB。 - 默认 GitHub OAuth client id 切换为 VS Code Copilot 的公开 client id。
- 改为自签名 MSIX 分发包,不需要开启开发人员模式。
安装(右键 → 以管理员身份运行)
- 下载下方 Assets 中的
QuickAskAI-v1.2.0-x64.zip。 - 解压整个 zip 到普通文件夹。
- 右键
install.bat,选择"以管理员身份运行"。 - 在弹出的 UAC 窗口点"是"。
- 看到
QuickAskAI installed.后,打开 PowerToys Command Palette。 - 输入
Reload,选择Reload Command Palette extensions。 - 搜索
快速询问AI。
管理员权限用于把签名证书安装到系统信任列表,只需要一次。脚本会自动完成证书信任和 MSIX 安装,不需要手动开 PowerShell。
卸载
右键 uninstall.bat,选择"以管理员身份运行"。
从旧版本升级
如果从旧版本升级后 Copilot 请求返回 HTTP 404: Not Found,请在插件里先断开 GitHub,再重新连接 GitHub。
如果旧版本是通过开发人员模式注册的 layout 包,安装新版前请先在 PowerShell 中运行:
Get-AppxPackage -Name AIExtension | Remove-AppxPackageQuickAskAI v1.1.0-beta.2
QuickAskAI 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 后再试一次。
快速询问AI / QuickAskAI
快速询问AI Release 安装说明
这是 PowerToys Command Palette 扩展的 layout 测试包。
安装
- 解压整个 zip,不要只解压单个文件。
- 右键
install.ps1,选择使用 PowerShell 运行。 - 如果 PowerShell 阻止脚本运行,在当前目录打开 PowerShell 后运行:
powershell -ExecutionPolicy Bypass -File .\install.ps1- 打开 PowerToys Command Palette,Reload 扩展或重启 PowerToys。
- 搜索
快速询问AI。
卸载
在解压目录运行:
powershell -ExecutionPolicy Bypass -File .\uninstall.ps1GitHub Copilot 登录
Release 版本已经内置默认 GitHub OAuth Client ID。普通用户不需要自己创建 OAuth App,也不需要填写 API key。
- 在扩展中添加 GitHub Copilot 提供商。
- 选择
连接 GitHub。 - 按提示打开 GitHub 验证页面并输入验证码。
- 授权完成后回到扩展,选择
我已完成授权,继续。
用户登录的是自己的 GitHub 账号,使用的是自己的 GitHub Copilot 权益。
如果你 fork 了项目,或想发布自己的版本,可以在 GitHub 创建自己的 OAuth App,启用 Device Flow,然后在 Copilot 提供商配置页替换 Client ID。不要把 Client Secret 填入扩展;这个扩展使用 Device Flow,不需要 Client Secret。
本地数据
- 模型提供商配置:
%USERPROFILE%\Documents\QuickAskAI\providers.json - 会话记录:
%USERPROFILE%\Documents\QuickAskAI\conversations.json - Copilot token: Windows Credential Manager / PasswordVault,资源名
QuickAskAI.GitHubCopilot