MCPcopy Index your code
hub / github.com/emmm1245/EdgeCopilotFix

github.com/emmm1245/EdgeCopilotFix @1.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 1.1 ↗ · + Follow
31 symbols 86 edges 7 files 30 documented · 97%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

EdgeCopilotFix

自动修复因地区限制导致 Microsoft Edge 浏览器中 Copilot 功能不可用的问题。

使用方法

方式一:直接运行可执行文件

  1. 从 Release 页面下载 EdgeCopilotFix.exe
  2. 双击运行程序
  3. 根据提示操作(如果检测到 Edge 进程会要求确认终止)
  4. 等待修复完成后重新启动 Edge 浏览器

方式二:从源码编译

# 克隆仓库
git clone https://github.com/emmm1245/EdgeCopilotFix.git
cd EdgeCopilotFix

# 编译程序
go build -o EdgeCopilotFix.exe ./cmd/edgecopilotfix

# 运行
./EdgeCopilotFix.exe

注意事项

  • 本工具目前仅适用于 Windows 系统
  • 使用前会提示终止 Edge 进程,请确保保存了重要的浏览数据
  • 修复完成后需要重新启动 Edge 浏览器才能生效

系统要求

  • Windows 10/11
  • Microsoft Edge 浏览器[正式版本]

License

MIT License

Core symbols most depended-on inside this repo

Info
called by 12
internal/logger/logger.go
Success
called by 6
internal/logger/logger.go
Error
called by 5
internal/logger/logger.go
Warning
called by 4
internal/logger/logger.go
waitForExit
called by 3
cmd/edgecopilotfix/main.go
GetAllEdgePaths
called by 1
internal/paths/paths.go
getWindowsPaths
called by 1
internal/paths/paths.go
getDarwinPaths
called by 1
internal/paths/paths.go

Shape

Function 30
Struct 1

Languages

Go100%

Modules by API surface

internal/paths/paths.go7 symbols
internal/config/config.go5 symbols
internal/process/process_windows.go4 symbols
internal/process/process_linux.go4 symbols
internal/process/process_darwin.go4 symbols
internal/logger/logger.go4 symbols
cmd/edgecopilotfix/main.go3 symbols

For agents

$ claude mcp add EdgeCopilotFix \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact