Skip to content

[codex] add ink shell frontend#49

Draft
00PrabalK00 wants to merge 1 commit into
mainfrom
codex/ink-shell
Draft

[codex] add ink shell frontend#49
00PrabalK00 wants to merge 1 commit into
mainfrom
codex/ink-shell

Conversation

@00PrabalK00

Copy link
Copy Markdown
Owner

Summary

Adds a Bun-first TypeScript/React/Ink front end for continuum shell while preserving the existing Python CLI as the execution engine and fallback path.

What changed

  • Added an Ink TUI entrypoint under src/ with slash-command routing and project/vault/agent flag parsing.
  • Added a TypeScript runtime bridge that delegates Continuum commands to python -m continuum.
  • Updated the npm binary to prefer the Bun/Ink shell for interactive continuum shell sessions and fall back to the Python shell when Bun is unavailable.
  • Added npm dependency metadata, lockfile, TypeScript config, and README notes.

Validation

  • npm run typecheck
  • python -m unittest discover -s tests -v (315 tests passed)
  • python -m continuum --help
  • node bin/continuum.js --version
  • npm pack --dry-run

Note

Bun is not installed on the local machine used for this change, so the new Ink UI was type-checked and packaged but not manually launched interactively.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant