Skip to content

Add feedback command (CLI + MCP)#103

Merged
renardeinside merged 2 commits intomainfrom
feat/feedback
Feb 20, 2026
Merged

Add feedback command (CLI + MCP)#103
renardeinside merged 2 commits intomainfrom
feat/feedback

Conversation

@renardeinside
Copy link
Copy Markdown
Collaborator

Summary

  • Adds apx feedback CLI command and feedback_prepare/feedback_submit MCP tools for submitting feedback as GitHub issues to databricks-solutions/apx
  • Uses gh CLI for submission with browser URL fallback when gh is unavailable
  • CLI shows issue preview and asks for confirmation before creating a public GitHub issue, with --yes, --no-metadata, and --dry-run flags
  • MCP uses a two-step prepare/submit flow so agents can preview before publishing

Test plan

  • apx feedback "test" --dry-run — shows preview + URL without submitting
  • apx feedback "test" --no-metadata --dry-run — preview excludes metadata block
  • apx feedback (no args) — prompts interactively for message
  • apx feedback "test" -t "Title" -c bug — submits with title and category
  • apx feedback "test" --yes — skips confirmation prompt
  • MCP: feedback_prepare returns title/body/url preview
  • MCP: feedback_submit with prepared values creates issue
  • cargo build and cargo test pass

Closes #102

🤖 Generated with Claude Code

renardeinside and others added 2 commits February 20, 2026 01:21
Adds `apx feedback` CLI command and MCP tools for submitting feedback
as GitHub issues to databricks-solutions/apx, with gh CLI integration
and browser URL fallback.

CLI features: --yes (skip confirm), --no-metadata, --dry-run, interactive
preview with public issue warning. MCP uses two-step prepare/submit flow
for agent-safe consent boundary.

Closes #102

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The floating badge is large and unhelpful for most users.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@renardeinside renardeinside merged commit a5e3f1b into main Feb 20, 2026
3 checks passed
@renardeinside renardeinside deleted the feat/feedback branch February 20, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: built-in feedback tool (CLI + MCP)

1 participant