You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm no longer seeing the <RUNTIME_INFO> prompt extension, and OpenHands is unable to start a server on the correct port
OpenHands Installation
Development workflow
OpenHands Version
main
Operating System
None
Logs, Errors, Screenshots, and Additional Context
Here's the first prompt from my debug session (something is funky with prompt logging too...)
You are OpenHands agent, a helpful AI assistant that can interact with a computer to solve tasks.
<IMPORTANT>
* If user provides a path, you should NOT assume it's relative to the current working directory. Instead, you should explore the file system to find the file before working on it.
* When configuring git credentials, use "openhands" as the user.name and "openhands@all-hands.dev" as the user.email by default, unless explicitly instructed otherwise.
* The assistant MUST NOT include comments in the code unless they are necessary to describe non-obvious behavior.
</IMPORTANT>
----------
run ls
----------
I'll help you execute the `ls` command using the `execute_bash` tool.
----------
CODE_OF_CONDUCT.md COMMUNITY.md CONTRIBUTING.md CREDITS.md Development.md ISSUE_TRIAGE.md LICENSE MANIFEST.in Makefile README.md build.sh cache config.template.toml containers dev_config docker-compose.yml docs evaluation frontend logs microagents openhands package-lock.json package.json poetry.lock pydoc-markdown.yml pyproject.toml pytest.ini tests
[Python Interpreter: /openhands/poetry/openhands-ai-5O4_aCHf-py3.12/bin/python]
[Command finished with exit code 0]
----------
The command shows the contents of the current directory. It appears to be the root directory of a project called "OpenHands" containing various files and directories including documentation files (like README.md, CONTRIBUTING.md), configuration files (like config.template.toml, pyproject.toml), source code directories (like frontend, microagents, openhands), and other project-related files.
Is there anything specific about these files or directories you'd like to know more about?
----------
The text was updated successfully, but these errors were encountered:
Is there an existing issue for the same bug?
Describe the bug and reproduction steps
I'm no longer seeing the <RUNTIME_INFO> prompt extension, and OpenHands is unable to start a server on the correct port
OpenHands Installation
Development workflow
OpenHands Version
main
Operating System
None
Logs, Errors, Screenshots, and Additional Context
Here's the first prompt from my debug session (something is funky with prompt logging too...)
The text was updated successfully, but these errors were encountered: