feat: add subagent details

This commit is contained in:
Brooklyn Nicholson 2026-04-15 14:35:42 -05:00
parent 4b4b4d47bc
commit cb7b740e32
8 changed files with 92 additions and 866 deletions

View file

@ -4,6 +4,7 @@ import type { CompletionItem } from '../app/interfaces.js'
import type { GatewayClient } from '../gatewayClient.js'
import type { CompletionResponse } from '../gatewayTypes.js'
import { asRpcResult } from '../lib/rpc.js'
const TAB_PATH_RE = /((?:["']?(?:[A-Za-z]:[\\/]|\.{1,2}\/|~\/|\/|@|[^"'`\s]+\/))[^\s]*)$/
export function useCompletion(input: string, blocked: boolean, gw: GatewayClient) {