| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
The CLI imports every top-level command before argument parsing has
decided which handler will run. This makes simple invocations pay for
the full command graph up front and slows down the default startup path.
Parse the root argv first and load only the command module that matches
the selected top-level command. Keep falling back to the default TUI
path for non-command positionals, and preserve root help, version and
completion handling
|
|
(#21706)
|
|
|
|
|
|
Co-authored-by: Aiden Cline <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Frank <[email protected]>
|
|
|
|
Co-authored-by: LukeParkerDev <[email protected]>
|
|
|
|
Co-authored-by: Aiden Cline <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sdk and openapi schema (#21543)
|
|
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
|
|
|
|
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
|
|
|
|
|
|
Co-authored-by: Adam <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#21185)
Co-authored-by: Aiden Cline <[email protected]>
|
|
|
|
|
|
|
|
Co-authored-by: Aiden Cline <[email protected]>
|
|
workspaces from plugin api (#21348)
|
|
|