Leo

Results 117 comments of Leo

i think this UX is better for whole chat window show init, and we can extend the agent status, like: - Agent is typing - Agent is initializing - Agent...

https://github.com/OpenDevin/OpenDevin/assets/16201837/b14eb1c6-bce1-4ad4-b422-edd3ce724fc4

> LGTM! Just I think if the status bar is shown, the input should be just in read-mode what do you think? it was like that before. you mean the...

> yes exactly it seems good for the user can input when init. you can see this #859

the user can input but can't submit the message when the agent is initing.

> @iFurySt do you think we can merge it? i think so. waiting for someone to merge it.

https://github.com/OpenDevin/OpenDevin/assets/16201837/45699d1f-1dd0-4160-ab2f-04f4d5db4c25 ignore the error BE threw, i just started a 2b LLM to fastly demonstrate.

have been updated. sorry for the force push, take care next time😅

the changes mainly includes: - delete `asyncio.Event()`, i think it's unnecessary for now. - add `TaskStateChangedAction` to carry the changed task state which is sent to the client.

> Tried this locally. Seems to work well! > > Two things I think we can improve on: > > * "pause" waits for the current step to complete before...