mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Add Windows remote terminal support (#642)
This commit is contained in:
@@ -9,6 +9,10 @@ const MetadataSummarySchema = z.object({
|
||||
updatedAt: z.number()
|
||||
})
|
||||
|
||||
const SessionCapabilitiesSchema = z.object({
|
||||
terminal: z.boolean().optional()
|
||||
})
|
||||
|
||||
export const WorktreeMetadataSchema = z.object({
|
||||
basePath: z.string(),
|
||||
branch: z.string(),
|
||||
@@ -46,6 +50,7 @@ export const MetadataSchema = z.object({
|
||||
archivedBy: z.string().optional(),
|
||||
archiveReason: z.string().optional(),
|
||||
flavor: z.string().nullish(),
|
||||
capabilities: SessionCapabilitiesSchema.optional(),
|
||||
worktree: WorktreeMetadataSchema.optional()
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user