aider icon indicating copy to clipboard operation
aider copied to clipboard

(Draft) Split all console commands to derived class Terminal (from InputOutput) add CommandIO

Open caseymcc opened this issue 1 year ago • 0 comments

Remove all console commands form the InputOuput class and put them into a derived class Terminal.

  • This allows the InputOutput class to be overridden with other IO classes
  • Add CommandIO class, use stdin/stdout via json encoded commands to send/receive info from Coder

caseymcc avatar Aug 03 '24 16:08 caseymcc