Skip to content

Remove experimental feature flag for planning #20909

@jerop

Description

@jerop

Before - users have to opt in (defaults to false)

{
  "experimental": {
    "plan": true # defaults to false
  }
}

After - users have to opt out (defaults to true)

{
  "experimental": {
    "plan": false # defaults to true
  }
}

or

{
  "general": {
    "plan": {
      "enable": "true", # defaults to true
      "directory": ".gemini/plans"
    }
  }
}

Metadata

Metadata

Assignees

Labels

area/coreIssues related to User Interface, OS Support, Core Functionalitystatus/need-triageIssues that need to be triaged by the triage automation.workstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.

Type

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions