Open Issues Need Help
View All on GitHubAI Summary: The project currently has two identical copies of the web UI's index.html file committed to the repository, leading to confusion and potential desynchronization. The preferred solution is to gitignore the copied file and ensure it's generated during the build process, making the file under `platforms/web/` the sole source of truth.
AI Summary: This issue proposes adding a macOS desktop widget (using WidgetKit) to display agent status data. The widget will offer three sizes: small for a quick overview, medium for per-project status, and large for a detailed breakdown. Data will be shared via an App Group, and tapping the widget will deep-link into the main application.
AI Summary: This issue proposes adding a feature that allows users to select custom notification sounds for agent state changes. It includes a built-in library of sounds and an option to upload custom audio files, with a preview function and persistence in user defaults.
AI Summary: When an LLM request fails in aider before any tokens are generated, the session incorrectly remains in a 'working' state. This happens because the parser relies on a specific token output line to signal the end of a turn, which is not produced during an LLM error. The issue needs a mechanism to properly close the turn and return the session to a 'ready' state even when errors occur.
AI Summary: This issue requests an update to the README.md file by replacing outdated screenshots. The new screenshots should accurately reflect the current user interface and feature set, including specific states and views like multi-session and subagent.
AI Summary: This issue requires investigating changes in four different coding agent releases (Pi, Gas Town, Claude Code) that may impact Irrlicht's session detection, state classification, and orchestrator polling. Specific tasks include updating hardcoded paths, adding new role definitions, and adapting to new tool usage patterns for agent communication and worktree management.