refactor(client): namespace service exports and share the registration contract
This commit is contained in:
parent
de476aa51b
commit
dd768e30e2
8 changed files with 47 additions and 50 deletions
|
|
@ -2,7 +2,6 @@
|
|||
// Core or Server. Preserve these datatype exports so internal model reorganizations do not require caller migrations.
|
||||
export * from "./generated/index"
|
||||
export { Service } from "./service.js"
|
||||
export type { Transport, ServiceOptions } from "./service.js"
|
||||
export { Agent } from "@opencode-ai/schema/agent"
|
||||
export { Command } from "@opencode-ai/schema/command"
|
||||
export { Credential } from "@opencode-ai/schema/credential"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue