github txlog/agent v1.10.0

10 hours ago

🎉 What's New

This release introduces a new MCP tool for generating executive reports, enabling LLMs like Claude and Gemini to automatically create monthly management reports about package updates in your infrastructure.

✨ New Features

  • Executive Report Tool: Added new generate_executive_report MCP tool that creates monthly management reports about package updates. Simply ask in natural language:

    • "Generate an executive report for December 2024."
    • "Create a monthly management report about package updates in November 2024."
  • Monthly Report API Client: Added GetMonthlyReport() method to fetch package update data from the server's /v1/reports/monthly endpoint.

  • Executive Report Prompt: Added executive_report MCP prompt as an alternative way to generate management reports (requires explicit invocation by MCP clients that support prompts).

📊 Report Contents

The executive report includes:

  • Most critical and high-impact updates (security/kernel packages)
  • Percentage of servers impacted by major updates
  • Patterns and observations for management
  • CVE research with Red Hat Enterprise Linux errata references

📚 Documentation

  • Updated README with new "Generating Executive Reports" section
  • Updated man page with generate_executive_report tool documentation
  • Added usage examples for both Claude and Gemini CLI

Full Changelog: v1.9.1...v1.10.0

Don't miss a new agent release

NewReleases is sending notifications on new releases.