gpterm 0.6.1 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/config/prompts.yml +2 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eefadbe4a618d7d95cef501fcf44e42db0487adb79d8e8461cd22cc6eefd655b
4
- data.tar.gz: 523ac93f6e14d5298931aba6d93209cf179ad54f5af295846670ebcd1b2932fe
3
+ metadata.gz: a7f8d5042eee54849bba393ae5db6705de179ea794ad3221f71d4b14477fa1a7
4
+ data.tar.gz: efefab0a17acd5b1897d202496c3e41213cbd3502504a767fa9a218f5b75a7f1
5
5
  SHA512:
6
- metadata.gz: baff99e03558c78a074a43df8be57ea460be0852aea9e48fdc9eb11a5594bde329e92789f7de9d4158e85f06b26c2f13eff303aa9e484b2eef98c1c2361399c3
7
- data.tar.gz: bf12e985975db7eef7bb533bae732a0a992d68d97d8af69257eb9b73f3ca71fc159f083138c56539a0fb84351e37acb3573d16e269b00b0f55ce2d1b5bbbb161
6
+ metadata.gz: 3ae072a25e1b333d61f0ff076c4283b18eedf80b507d46dd790d3d1c6e620be003b66e3965dc6cb24add7794cc3016968e6e759d56673ea52dc7dde605381446
7
+ data.tar.gz: eaa98c3aa8d33abe149269c483554ddd8f9dc4cf7f6db4c1c4506ea4bdeac4a7adf487dd245ef5ea1bf9285113c2b78435bbc1bacb11a2aac3f68cd780016798
data/config/prompts.yml CHANGED
@@ -20,6 +20,8 @@ system: |
20
20
  - The response MUST keep in mind that each line of the response will be executed in the shell in a subshell, and the output of each command will be captured
21
21
  - The commands MUST NOT contain any placeholders which the user is expected to replace with their own values
22
22
  - If a command needs to be run in another directory, the command to change directory MUST be part of that command. To execute a command in a different directory, you must chain the cd command with the command you want to run, like so: `cd /path/to/directory && command`. You will need to do the same for any command that requires a different working directory, even if you have used cd in a previous command
23
+ - The commands MUST NOT involve any multi-line strings, heredocs, loops, conditionals or anything which necessitates running multiple lines in a single command. So no << EOF or anything like that
24
+ - Each command MUST BE executable on a single line in the shell
23
25
 
24
26
  When responding with an INSTRUCTION CODE indicating that no commands can be generated or are necessary:
25
27
  - The response MUST start with $$ and end with $$, and be a single line with only alphanumeric characters and underscores
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gpterm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Hough