milady

This commit is contained in:
nirholas
2026-03-31 10:38:23 +00:00
parent 8ba939ba68
commit cf9b405372
35 changed files with 7380 additions and 793 deletions

View File

@@ -202,6 +202,7 @@ const usageReport: Command = {
}
import oauthRefresh from './commands/oauth-refresh/index.js'
import debugToolCall from './commands/debug-tool-call/index.js'
import x402 from './commands/x402/index.js'
import { getSettingSourceName } from './utils/settings/constants.js'
import {
type Command,
@@ -317,6 +318,7 @@ const COMMANDS = memoize((): Command[] => [
usage,
usageReport,
vim,
x402,
...(webCmd ? [webCmd] : []),
...(forkCmd ? [forkCmd] : []),
...(buddy ? [buddy] : []),