Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Prompt Extensions not showing up #6369

Closed
1 task done
rbren opened this issue Jan 20, 2025 · 1 comment
Closed
1 task done

[Bug]: Prompt Extensions not showing up #6369

rbren opened this issue Jan 20, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@rbren
Copy link
Collaborator

rbren commented Jan 20, 2025

Is there an existing issue for the same bug?

  • I have checked the existing issues.

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...)

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?

----------

@rbren rbren added the bug Something isn't working label Jan 20, 2025
@xingyaoww
Copy link
Collaborator

Should be resolved by #6370

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants