We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9cb1f commit 8b3dd5bCopy full SHA for 8b3dd5b
1 file changed
pkg/github/feature_flags.go
@@ -17,7 +17,7 @@ const FeatureFlagIFCLabels = "ifc_labels"
17
const FeatureFlagIssueFields = "remote_mcp_issue_fields"
18
19
// FeatureFlagIssueFieldsUseUpdateIntent is the feature flag name for sending the
20
-// rationale and confidence on issue field mutations as a nested `intent`
+// rationale and confidence on issue field mutations as a nested `update_intent`
21
// object (IssueUpdateIntent) instead of as flat fields. It exists so the
22
// set_issue_fields tool can switch payload shapes while the backend migrates
23
// IssueFieldCreateOrUpdateInput from IssueEventRationale to IssueUpdateIntent.
0 commit comments