MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/git/commit.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 * unless the session is in bypass mode.
28 */
29export class GitCommitTool extends Tool<z.infer<typeof GitCommitArgs>> {
30 name = 'git_commit';
31 description = 'Create a git commit. Optionally stage paths first. Refuses to commit when nothing is staged. Never pushes. Pre-commit hooks run normally. Destructive — creates a permanent commit object.';
32 isReadOnly = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected