Skip to content

fix(mcp): include config command in shell completions - #509

Merged
JSONbored merged 1 commit into
mainfrom
codex/fix-shell-completions-for-config-command
Jun 10, 2026
Merged

fix(mcp): include config command in shell completions#509
JSONbored merged 1 commit into
mainfrom
codex/fix-shell-completions-for-config-command

Conversation

@JSONbored

Copy link
Copy Markdown
Owner

Motivation

  • The config CLI command was added to the dispatcher and help text but was omitted from the CLI_COMMAND_SPEC used to generate shell completions, causing tab-completion for bash, zsh, and fish to not suggest the command.

Description

  • Add config to CLI_COMMAND_SPEC in packages/gittensory-mcp/bin/gittensory-mcp.js so completion generation includes the command.
  • Update test/unit/mcp-cli.test.ts expectations to assert the generated bash, zsh, and fish completion scripts include config.

Testing

  • Ran the CLI unit tests with npm test -- test/unit/mcp-cli.test.ts and all tests passed (52 passed).

Codex Task

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 9, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
gittensory-ui c5c08f0 Commit Preview URL

Branch Preview URL
Jun 10 2026, 08:15 AM

@github-actions github-actions Bot added the gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier. label Jun 9, 2026
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@ghost

ghost commented Jun 9, 2026

Copy link
Copy Markdown

Note

Gittensory Gate skipped

PR closed before full evaluation. No late first comment was created.

Signal Result Evidence Action
Gate result ⚠️ Skipped #509 is no longer open. No action.

Checked by Gittensory, a quiet PR intelligence layer for OSS maintainers.

@JSONbored
JSONbored force-pushed the codex/fix-shell-completions-for-config-command branch from 54b68a3 to c5c08f0 Compare June 10, 2026 08:14
@JSONbored
JSONbored merged commit ba3fde4 into main Jun 10, 2026
10 checks passed
@JSONbored
JSONbored deleted the codex/fix-shell-completions-for-config-command branch June 10, 2026 08:17
@github-project-automation github-project-automation Bot moved this from Todo to Done in gittensory - v1 roadmap Jun 10, 2026
@JSONbored JSONbored added the gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier. label Jun 10, 2026
@github-actions github-actions Bot mentioned this pull request Jun 10, 2026
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier. gittensor:feature Gittensor-scored feature linked to a feature issue — scores a 0.25x multiplier.

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant