The open-source DX Engine that gives developers deterministic control over AI.

3 Open Issues Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
AI/ML AI Engine/Framework

AI Summary: Implement a WebGL renderer in the Hatcher IDE's terminal using the @xterm/addon-webgl library to improve rendering performance for high-volume output. This involves importing and configuring the addon, handling context loss, and benchmarking performance improvements.

Complexity: 3/5
enhancement good first issue performance

The open-source DX Engine that gives developers deterministic control over AI.

TypeScript
AI/ML AI Engine/Framework

AI Summary: Refactor the terminal focus/blur event listeners in the Hatcher DX Engine to utilize the native `onFocus()` and `onBlur()` events provided by XTerm.js, aiming to simplify the codebase without altering user-facing functionality. This is a low-priority task focused on improving code maintainability and aligning with the XTerm.js API.

Complexity: 2/5
enhancement good first issue technical debt

The open-source DX Engine that gives developers deterministic control over AI.

TypeScript
AI/ML AI Engine/Framework

AI Summary: Integrate the @xterm/addon-unicode-graphemes library into the Hatcher DX Engine to support complex Unicode characters and emojis in the terminal, enhancing international language compatibility. This involves importing and loading the addon, then testing its functionality with various complex graphemes.

Complexity: 2/5
enhancement good first issue internationalization

The open-source DX Engine that gives developers deterministic control over AI.

TypeScript