Refactor Igniter.js CLI for interactive dashboard and status monitoring - #24
Open
felipebarcelospro wants to merge 3 commits into
Conversation
Co-authored-by: felipe <felipe@igniterjs.com>
Co-authored-by: felipe <felipe@igniterjs.com>
|
Cursor Agent can help with this pull request. Just |
|
There is a problem with the Gemini CLI PR review. Please check the action logs for details. |
Co-authored-by: felipe <felipe@igniterjs.com>
felipebarcelospro
marked this pull request as ready for review
September 4, 2025 19:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What is the purpose of this PR?
This PR refactors the
igniter devcommand to introduce an interactive dashboard usingInk(React for terminal). The primary goal is to provide a comprehensive, real-time view of Lia's operations, including task status, sub-agent activities, and memory usage, by integrating with the MCP Server's memory manager. This enhances the developer experience by offering a single, interactive interface to monitor the Igniter.js project and Lia's internal state.What changes were made?
InkProcessManagerthat renders a React-based terminal UI.igniter devto display Lia's status, tasks, memory, and agent information.mcp-client.tsand associated hooks (useDashboardData,useTasks,useMemory) to fetch and display real-time data from the@igniter-js/mcp-server's memory manager.InkDashboard,LiaDashboardTab,OverviewView,TasksView,MemoryView,AgentsView) for a structured and interactive display.ink,react,@types/react, and severalink-*utility components topackages/cli.tsconfig.jsonandtsup.config.tsto support JSX compilation for Ink components.README.mdfor the dashboard and atest-dashboard.jsscript to verify Ink setup.How should this be tested?
packages/cli.npm installto ensure all new dependencies are installed.npm run buildto compile the CLI with the new dashboard.npm run test:dashboard. Verify all checks pass.igniter dev.lto switch to the "Lia Dashboard" tab.hfor help andqto quit the dashboard.Checklist