refactor(coding-agent): remove neo tui flag and binary#26
Merged
Conversation
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.
Summary
--neoCLI flag and native neo TUI dispatch path.--neo, default CLI dispatch source, and package metadata.Validation
npx tsx ../../node_modules/vitest/dist/cli.js --run test/suite/regressions/neo-flag-removal.test.tsfailed 4 intended assertions before implementation.npm run check--neo;--neoexits 1 withError: Unknown option: --neo;--versionstill prints2026.5.26; package metadata has nobuild:neo-tui.Summary by cubic
Removed the experimental
--neoCLI and native Rust TUI to simplify thecoding-agentbuild and CI. The CLI now rejects--neoand only runs the default interactive mode; all Rust workspace code and wiring are removed.Refactors
--neoparsing/dispatch frompackages/coding-agent(help updated;--neoerrors).packages/neo-tui/, rootCargo.*, and all related assets/tests..githubCI and publish workflows.packages/coding-agent/package.jsonbuild script (removedbuild:neo-tui).--neorejection, default dispatch, and package metadata.Migration
--neofrom any scripts or aliases; use the default interactive TUI.Written for commit 27b17af. Summary will update on new commits. Review in cubic