refactor: 集中管理 Extension 连接点

This commit is contained in:
李岩岩 2026-07-30 17:43:56 +08:00 committed by liyy
parent c5f3ee5b3f
commit c2b10ea5c0

View File

@ -1,3 +1,16 @@
export const ExtensionId = {
Workspace: "workspace",
DeepSeek: "deepseek",
Agent: "agent",
Cli: "cli",
};
export const Hook = {
Workspace: "workspace",
Agent: "agent",
ModelProviders: "model.providers",
};
export const Event = {
RuntimeStopRequested: "runtime.stop.requested",
RunStarted: "run.started",