An intelligent assistant that automates triaging for GitHub issues

4 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub
Memory leak about 2 months ago

AI Summary: The task is to debug and fix a memory leak in the JedisClusterInfoCache class within the AI-powered GitHub issue triage assistant. The leak occurs when `isReadOnlyForRedisClusterReplicas` is true, causing the `replicaSlots` list to grow indefinitely due to calls to `assignSlotsToReplicaNode`. The fix requires understanding the interaction between `reset()`, `assignSlotsToReplicaNode`, and the management of Redis cluster slots.

Complexity: 4/5
bug help wanted

An intelligent assistant that automates triaging for GitHub issues

Java

AI Summary: Implement a feature in the AI-powered GitHub issue triage assistant to automatically tag or mention repository maintainers on new issues. This involves integrating with the GitHub API to identify maintainers based on repository settings or issue content and adding functionality to the existing Spring Boot application to add these mentions/tags to the issue.

Complexity: 3/5
good first issue

An intelligent assistant that automates triaging for GitHub issues

Java

AI Summary: The task is to use the provided AI-powered GitHub issue triage assistant (built with Spring Boot, Redis, and LiteLLM) to automatically label and triage a new GitHub issue reporting timeout errors with Jedis under high load. This involves using the assistant's LLM capabilities to understand the issue description and stack trace, finding similar past issues using Redis vector search, and potentially generating a Slack notification or GitHub comment.

Complexity: 3/5
bug help wanted

An intelligent assistant that automates triaging for GitHub issues

Java

AI Summary: The task is to use the provided AI-powered GitHub issue triage assistant (built with Spring Boot, Redis, and LLMs) to automatically label and triage a new GitHub issue concerning a broken command-line argument parser. This involves using the assistant's capabilities to identify similar past issues, potentially suggest labels based on the issue description and related issues, and potentially send a Slack notification to relevant maintainers.

Complexity: 3/5
bug help wanted

An intelligent assistant that automates triaging for GitHub issues

Java