mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-04 11:29:54 +00:00
refactor(core): align session hook naming
This commit is contained in:
parent
c11352b3e7
commit
43a1c74dd0
1 changed files with 2 additions and 2 deletions
|
|
@ -12,14 +12,14 @@ interface SessionHttpEvent extends SessionHttpContext {
|
|||
request: (input: Request) => Effect.Effect<Response, Error>
|
||||
}
|
||||
|
||||
interface SessionEvents {
|
||||
interface SessionHooks {
|
||||
readonly context: SessionContext
|
||||
readonly http: SessionHttpEvent
|
||||
}
|
||||
|
||||
export interface Domains {
|
||||
readonly aisdk: AISDKHooks
|
||||
readonly session: SessionEvents
|
||||
readonly session: SessionHooks
|
||||
readonly shell: ShellHooks
|
||||
readonly tool: ToolHooks
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue