Skip to content

Releases: arc-eng/cli

Allow multiline prompt input in edit command

13 Jun 22:44
b2dd40a

Choose a tag to compare

✍️ Allow multiline prompt input in edit command (#67)

This PR allows for multiline prompt input in the edit command, improving
user experience and flexibility.

- Added support for multiline prompt input in the `edit` command.
- Introduced `--snap` option to add a screenshot to the prompt.
- Fixed spinner behavior in the `edit` command.
- Updated `TaskParameters` model to include `snap` attribute.
- Adjusted `setup.py` version to `1.8.9`.
- Minor code refactoring and cleanup.

Print PR link in quiet mode

13 Jun 21:35

Choose a tag to compare

1.8.8

Output result and PR link in quiet mode

Bug fix

13 Jun 20:16

Choose a tag to compare

1.8.7

Fix bug

Add `auto_sync` and `quiet` user configs

13 Jun 20:12
558645d

Choose a tag to compare

Users can now set quiet and auto_sync in their PR Pilot config

UX Improvements

13 Jun 19:16
0077ba7

Choose a tag to compare

  • Refactor task parameters
  • Make sure edit command properly removes backticks in output

Fix --sync behavior for new pull requests

13 Jun 17:49

Choose a tag to compare

1.8.4

Bump version to 1.8.4

Bug fix in task command

12 Jun 18:56

Choose a tag to compare

1.8.3

Fix task command

Refactor command structure

12 Jun 04:24
1ff28b9

Choose a tag to compare

  • New subtasks for plan, task and edit
  • Update documentation with usage examples

Minor bug fixes and UX improvement

11 Jun 04:33
d41ea36

Choose a tag to compare

Plan execution was still a bit rough around the edges

Add branch support

06 Jun 20:31
5758631

Choose a tag to compare

Users can now use --branch to run tasks on a particular branch.
The new --sync flag tells PR Pilot to run that ask on the user's current branch and automatically pull the bot's changes when done