refactor: 集中管理 Extension 连接点
This commit is contained in:
parent
c5f3ee5b3f
commit
c2b10ea5c0
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user