Mufeed VH

Results 14 issues of Mufeed VH

In the main UI, the Settings page is not implemented yet. Here's how to implement it: ## API ### Set Settings **Endpoint:** `/api/set-settings` **Method:** POST **JSON Request Body:** ```json {...

enhancement
good first issue

## What's the issue? The Browser Widget and the Terminal Widget share the half-row space in the main web UI. When the Browser gets populated with the browser sessions' snapshot,...

bug
good first issue

The [`Logger`](https://github.com/stitionai/devika/blob/main/src/logger.py) has not been integrated into the project yet. All agent routes and code paths should implement extensive logging.

enhancement
good first issue

The [**`Decision`**](https://github.com/stitionai/devika/tree/main/src/agents/decision) agent is the most powerful agent in the execution flow with the ability to chain multiple commands to complete a certain task, including the ability to clone a...

enhancement
good first issue
P1