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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sweep: Open new conversation by default #82

Closed
wants to merge 1 commit into from

Conversation

ErikBjare
Copy link
Owner

Description

This pull request introduces a new feature to the CLI tool, allowing users to list past conversations easily. By adding a --list-conversations flag, users can now choose between starting a new conversation or loading a previous one directly from the command line. This enhancement aims to improve user experience by providing more flexibility and control over conversation management.

Summary

  • Added a new --list-conversations flag to the CLI options in gptme/cli.py.
  • Modified the main function to accept list_conversations as a boolean argument.
  • Updated the get_logfile function to support listing conversations based on the new flag.
  • Ensured that the new feature integrates seamlessly with the existing interactive mode and logging system.

Files Modified

  • gptme/cli.py: Added new CLI option, updated function signatures, and integrated the feature into the existing workflow.

Enhancements

  • Users can now list past conversations directly from the CLI, improving usability and accessibility.

Fixes #74.


馃帀 Latest improvements to Sweep:
  • New dashboard launched for real-time tracking of Sweep issues, covering all stages from search to coding.
  • Integration of OpenAI's latest Assistant API for more efficient and reliable code planning and editing, improving speed by 3x.
  • Use the GitHub issues extension for creating Sweep issues directly from your editor.

馃挕 To get Sweep to edit this pull request, you can:

  • Comment below, and Sweep can edit the entire PR
  • Comment on a file, Sweep will only modify the commented file
  • Edit the original issue to get Sweep to recreate the PR from scratch

This is an automated message generated by Sweep AI.

@ErikBjare ErikBjare self-assigned this Mar 22, 2024
@ErikBjare
Copy link
Owner Author

Rollback Files For Sweep

  • Rollback changes to gptme/cli.py

This is an automated message generated by Sweep AI.

@ErikBjare
Copy link
Owner Author

Almost, but not quite.

@ErikBjare ErikBjare closed this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open new conversation by default
1 participant