Results 11 issues of eurdoch

Following install instructions, when I run `pip install -r requirements` I get the error ``` Collecting flash-attn Using cached flash_attn-2.5.2.tar.gz (2.5 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error ×...

Added this small bit of code to pass through function for `onSubmitEditing` in underlying `TextInput`

Upon trying to commit get error: ✔ Preparing lint-staged... ⚠ Running tasks for staged files... ❯ package.json — 1 file ❯ src/**/*.ts* — 1 file ✖ eslint --fix [FAILED] ◼...

Resolves #285 The package `google-generativeai` was installed using `venv` and `requirements.txt` updated with ``` pip freeze > requirements.txt ``` This creates versioning numbers for all packages used which were not...

This is a working draft for accepting input in the web terminal. I wanted to open this draft PR so others could see it. It currently accepts any bash statement...

I cloned repo to check fresh install of instructions. `pipenv` skips many packages because of "environment mismatch". **Steps to Reproduce** 1. Clone repo and follow setup instructions **Expected behavior** Successful...

bug

Breaks the task loop on ANY error by propagating error up the stack and returning to caller from coroutine. The generic message "Error during task loop" is printed to chat....

Working draft for #529 Sends payload `{"action": "files"}` over socket to backend, which then returns `ls` output in workspace dir. Currently just prints contents to web console.

This is a draft PR so contributors can play around with it. It gives the terminal the ability to accept input and also opens up a stateful session with the...