# Reported issues for Omnara

Pod holds 6 of 6 GitHub reports that passed its relevance review. This can include external user reports, maintainer-confirmed bugs, and concrete feature gaps. Treat them as evidence to inspect, not a count of distinct defects.

Back to [Omnara](/mcp/omnara).

## Most discussed

### [BUG] Prompt response doesn't work (Android)

**Describe the bug**
A permission prompt will be sent but responding won't work.

**To Reproduce**
Steps to reproduce:
1. Do something Claude needs permission for.
2. Give it permission.
3. Observe the Claude instance, where the question is still active.
4. Observe the Omnara web UI, where the answer appears to send as text ("yes")

**Expected behavior**
Answering the question should pass back through to Claude correctly.

**Environment:**
- Python version: 3.12.3
- Omnara version: 1.6.14
-…

[Read the thread](https://github.com/omnara-ai/omnara/issues/225) · 2025-09-13 · closed · external user · 6 comments

### Upgrading?

I had to use pipx to install omnara orginally and now I'm not sure how to upgrade omnara to the latest version.

`pip install omanara` [couldn't get it to work]

`pip3 install omnara` 
 ```error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try brew install
    xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a Python library that isn't in Homebrew,
    use a virtual environment:…

[Read the thread](https://github.com/omnara-ai/omnara/issues/171) · 2025-08-28 · closed · external user · 3 comments

### [BUG] prompts from subagents aren't shown

**Describe the bug**
Omnara doesn't show some user prompts from Claude Code which ask the user for permission to run a tool.  I'm guessing this is because they are coming from a subagent - in contrast, prompts from the main Claude agent work OK.

**To Reproduce**
Steps to reproduce:
1. Start Claude Code inside Omnara
2. Configure a subagent
3. Give a prompt which triggers the subagent and causes the subagent to prompt the user with a choice (e.g. asking permission to run a command)

<img…

[Read the thread](https://github.com/omnara-ai/omnara/issues/219) · 2025-09-10 · closed · external user · 2 comments

### [BUG] Request to authorize tool use on claude code sometimes results in an inoperable mode

**Describe the bug**
Sometimes when claude needs to ask me to authorize a tool, in the dashboard it will just hang.  See image at bottom of this post.

I can then go to the claude CLI opened by omnara (on my computer) and fix it.  But that is of course no good as a solution :).  

It is beyond my remit, but, are you using the Claude Code SDK to wrap?  Or are you somehow wrapping the CLI itself?  It seems weird that omnara opens up the claude cli instead of just connecting with the SDK?  But…

[Read the thread](https://github.com/omnara-ai/omnara/issues/183) · 2025-08-31 · closed · external user · 2 comments

### omnara fails to load remote MCP servers without command field

## Summary
`omnara` fails to load remote MCP server configs that only specify a `url`.

## Steps to reproduce
1. Configure `~/.codex/config.toml` with:
   ```toml
   [mcp_servers.linear-server]
   url = "https://mcp.linear.app/mcp"
   ```
2. Run `omnara`.

## Expected behavior
The CLI should accept remote MCP server entries that only provide a `url`, in line with the MCP client configuration spec for streamable HTTP servers (see https://developers.openai.com/codex/mcp/ under "Streamable HTTP…

[Read the thread](https://github.com/omnara-ai/omnara/issues/275) · 2025-11-04 · closed · external user · 0 comments

### [BUG] Tool use doesn't show tool output (Android/Web)

**Describe the bug**
Tool use is described, but output is not shown.

**To Reproduce**
Steps to reproduce:
1. Do something that requires a tool.
2. Compare output between Omnara and Claude.

**Expected behavior**
Tool output should show in Omnara like it shows in Claude.

**Environment:**
- Python version: 3.12.3
- Omnara version: 1.6.14
- Claude Code version (run `claude --version`): 1.0.112

[Read the thread](https://github.com/omnara-ai/omnara/issues/226) · 2025-09-13 · closed · external user · 0 comments

## Most recent

The remaining reports are on [the project's issue tracker](https://github.com/omnara-ai/omnara/issues).
