List upcoming package changes, deprecations, additions and enhancements.
planning__get_upcoming_changesRetrieve a list of upcoming package changes, deprecations, additions, and enhancements for Red Hat Enterprise Linux. Filter results by release version to see planned updates.
Instructions
List upcoming package changes, deprecations, additions and enhancements.
🟢 CALL IMMEDIATELY - No information gathering required.
Use this tool to answer questions about upcoming package changes, deprecations, additions, or enhancements in the roadmap when a full list of upcoming items is acceptable. When the user asks about a specific RHEL version (for example, "What is coming in RHEL 9.4?"), call this tool without parameters and then filter and summarize the entries relevant to that version in your response.
Returns: dict: A response object containing: - meta: Metadata including 'count' and 'total'. - data: A list of package records. Each record contains: - name (str): The package name. - type (str): The change type (e.g., 'addition'). - release (str): The target release version. - details (dict): Detailed info including 'summary' and 'dateAdded'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |