-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
[Ellipsis] feat: add system information prompts and minor text adjustments #229
Conversation
❌ 9 Tests Failed:
View the top 3 failed tests by shortest run time
To view individual test run time comparison to the main branch, go to the Test Analytics Dashboard |
@ellipsis-bot move the regex compilation out of the function to the global scope |
Could you specify which regex compilation you're referring to? This will help ensure the correct change is made. |
The regex compilation in the last commit you made @ellipsis-dev |
@ellipsis-dev review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Changes requested. Reviewed everything up to 56bd22f in 17 seconds
More details
- Looked at
84
lines of code in2
files - Skipped
0
files when reviewing. - Skipped posting
0
drafted comments based on config settings.
Workflow ID: wflow_0IQpac7hjYacpGia
Want Ellipsis to fix these issues? Tag @ellipsis-dev
in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet
mode, and more.
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Merged already |
This change addresses review comments left by @brayo-pip on PR #171: feat: add platform info to the system prompt
Summary:
Add system information prompts in
prompts.py
and make minor text adjustments.Key points:
prompt_systeminfo()
inprompts.py
to generate system information prompts for Linux, Windows, and macOS.prompt_systeminfo()
intoprompt_full()
inprompts.py
.prompt_gptme()
inprompts.py
(removed comma).tools/shell.py
related to macOS platform check.You can configure Ellipsis to address comments with a direct commit or a side PR, see docs.
Something look wrong? If this Pull Request doesn't address the comments left on the above pull request, create a new PR review with more details. For more information, check the documentation.
Generated with ❤️ by ellipsis.dev
Important
Add system information prompts in
prompts.py
and make minor text adjustments in prompt and shell files.prompt_systeminfo()
inprompts.py
to generate system information prompts for Linux, Windows, and macOS.prompt_systeminfo()
intoprompt_full()
inprompts.py
.prompt_gptme()
inprompts.py
(removed comma).tools/shell.py
related to macOS platform check.This description was created by for 56bd22f. It will automatically update as commits are pushed.