@tonyliang 在 augment无感&防封思路 中发帖
技术思路,实现靠大家了:
VS:
通过改aug插件代码
重写globalState的sessionId
调用vscode-augment.directLogin通过token和url登录
调用workbench.action.reloadWindow重载窗口
IDEA:
通过反射改aug的一下类
com.augmentcode.intellij.api.AugmentAPI
com.augmentcode.intellij.api.AugmentAPIImpl
com.augmentcode.intellij.auth.AugmentOAuthState
com.augmentcode.intellij.auth.AugmentCredentials