appydave-tools 0.11.6 → 0.11.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.releaserc.json +1 -1
- data/CHANGELOG.md +101 -94
- data/README.md +3 -3
- data/docs/usage/gpt-context.md +2 -3
- data/lib/appydave/tools/version.rb +1 -1
- data/lib/mj-paste-test/main.rb +35 -0
- data/lib/mj-paste-test/prompts.txt +18 -0
- data/lib/mj-paste-test/readme-leonardo.md +0 -0
- data/package-lock.json +2 -2
- data/package.json +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e01cfd92177f41802e6a7c1b4b8dbbb4a3245dd45829a1eed153adfbf69e0a29
|
4
|
+
data.tar.gz: 870f2aa642674a764c7e20dc1c4d6d2fd42e4e71ccc23212333aaa7e0a473971
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a8d4add632e70ff04bca3112d4e2e24e16ea3ef99cf4c9e892fd8748636395b6a0c07c689ae6ee4d29b1613cc86c5a1a16472cc3fe84565ac751f14b55bcc91c
|
7
|
+
data.tar.gz: d515f6322bd18ecd37c5c0bf6e034097df9878d9299942e858920d81ae35c204f4a801444f5fef38e24405915fbe818e0d7662f453ce16d6f905e9b64218dd3f
|
data/.releaserc.json
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,292 +1,299 @@
|
|
1
|
-
## [0.11.
|
1
|
+
## [0.11.6](https://github.com/appydave/appydave-tools/compare/v0.11.5...v0.11.6) (2024-10-16)
|
2
2
|
|
3
3
|
|
4
4
|
### Bug Fixes
|
5
5
|
|
6
|
-
* support expanded path
|
6
|
+
* support expanded path [#2](https://github.com/appydave/appydave-tools/issues/2) ([062b0ff](https://github.com/appydave/appydave-tools/commit/062b0ffcc2813426af6359be99de5fd5e1d61376))
|
7
7
|
|
8
|
-
## [0.11.
|
8
|
+
## [0.11.5](https://github.com/appydave/appydave-tools/compare/v0.11.4...v0.11.5) (2024-10-16)
|
9
9
|
|
10
10
|
|
11
11
|
### Bug Fixes
|
12
12
|
|
13
|
-
*
|
13
|
+
* support expanded path ([42e6c77](https://github.com/appydave/appydave-tools/commit/42e6c7794529adc9e1be8324f8f981e782347669))
|
14
14
|
|
15
|
-
## [0.11.
|
15
|
+
## [0.11.4](https://github.com/appydave/appydave-tools/compare/v0.11.3...v0.11.4) (2024-10-16)
|
16
16
|
|
17
17
|
|
18
18
|
### Bug Fixes
|
19
19
|
|
20
|
-
* testing gem naming conventions
|
20
|
+
* testing gem naming conventions [#2](https://github.com/appydave/appydave-tools/issues/2) ([102e9b7](https://github.com/appydave/appydave-tools/commit/102e9b7ed1deaeff094e21376675eabc6bdd022b))
|
21
21
|
|
22
|
-
## [0.11.
|
22
|
+
## [0.11.3](https://github.com/appydave/appydave-tools/compare/v0.11.2...v0.11.3) (2024-10-16)
|
23
23
|
|
24
24
|
|
25
25
|
### Bug Fixes
|
26
26
|
|
27
|
-
*
|
27
|
+
* testing gem naming conventions ([393ffde](https://github.com/appydave/appydave-tools/commit/393ffde6b9daf2182260b50ad63453751d0bea6c))
|
28
28
|
|
29
|
-
## [0.11.
|
29
|
+
## [0.11.2](https://github.com/appydave/appydave-tools/compare/v0.11.1...v0.11.2) (2024-10-16)
|
30
30
|
|
31
31
|
|
32
32
|
### Bug Fixes
|
33
33
|
|
34
|
-
* gpt context documentation ([
|
34
|
+
* gpt context documentation updated for using from another gem ([a71072c](https://github.com/appydave/appydave-tools/commit/a71072ce24e61dd164f44d7425bad3013f0bdf1f))
|
35
35
|
|
36
|
-
|
36
|
+
## [0.11.1](https://github.com/appydave/appydave-tools/compare/v0.11.0...v0.11.1) (2024-10-16)
|
37
37
|
|
38
38
|
|
39
39
|
### Bug Fixes
|
40
40
|
|
41
|
-
* gpt context
|
41
|
+
* gpt context documentation ([808fccd](https://github.com/appydave/appydave-tools/commit/808fccdea10c472522da02c8af7f9a2c9eaf361a))
|
42
|
+
|
43
|
+
# [0.11.0](https://github.com/appydave/appydave-tools/compare/v0.10.4...v0.11.0) (2024-10-16)
|
44
|
+
|
45
|
+
|
46
|
+
### Bug Fixes
|
47
|
+
|
48
|
+
* gpt context improvements ([1a1db97](https://github.com/appydave/appydave-tools/commit/1a1db976317d1b6056d14e226a5635c3b7dea83d))
|
42
49
|
|
43
50
|
|
44
51
|
### Features
|
45
52
|
|
46
|
-
* gpt_context has improved options, this may break some previous calls ([21c984a](https://github.com/
|
53
|
+
* gpt_context has improved options, this may break some previous calls ([21c984a](https://github.com/appydave/appydave-tools/commit/21c984a61d215da93783a3df55f10301cae55e1c))
|
47
54
|
|
48
|
-
## [0.10.4](https://github.com/
|
55
|
+
## [0.10.4](https://github.com/appydave/appydave-tools/compare/v0.10.3...v0.10.4) (2024-10-09)
|
49
56
|
|
50
57
|
|
51
58
|
### Bug Fixes
|
52
59
|
|
53
|
-
* cleanup code base before building documenation ([e473c44](https://github.com/
|
54
|
-
* cleanup code base before building documenation ([38d8fb4](https://github.com/
|
55
|
-
* cleanup code base before building documenation ([8dad12a](https://github.com/
|
56
|
-
* cleanup code base before building documenation ([eddfcc7](https://github.com/
|
57
|
-
* extend prompt tools ([a628d08](https://github.com/
|
58
|
-
* extending bank reconciliation ([b435a20](https://github.com/
|
59
|
-
* extending bank reconciliation ([b7878df](https://github.com/
|
60
|
+
* cleanup code base before building documenation ([e473c44](https://github.com/appydave/appydave-tools/commit/e473c44546d8f0f5a35461fae263c348e7e2c58f))
|
61
|
+
* cleanup code base before building documenation ([38d8fb4](https://github.com/appydave/appydave-tools/commit/38d8fb46929e7c055308aa0b918c18a56fcd5842))
|
62
|
+
* cleanup code base before building documenation ([8dad12a](https://github.com/appydave/appydave-tools/commit/8dad12aadb9952f0174df45caed91c9e96070294))
|
63
|
+
* cleanup code base before building documenation ([eddfcc7](https://github.com/appydave/appydave-tools/commit/eddfcc78e39c93bfd4de6482690cc66cf90cc54a))
|
64
|
+
* extend prompt tools ([a628d08](https://github.com/appydave/appydave-tools/commit/a628d08fcdda521b7d148f0bab3261b879fca07d))
|
65
|
+
* extending bank reconciliation ([b435a20](https://github.com/appydave/appydave-tools/commit/b435a20237ef40a8a7d0a4f365ccd3eafdfcce1a))
|
66
|
+
* extending bank reconciliation ([b7878df](https://github.com/appydave/appydave-tools/commit/b7878dff0bca4ff1a3af7db19c280a8c245b6c3b))
|
60
67
|
|
61
|
-
## [0.10.3](https://github.com/
|
68
|
+
## [0.10.3](https://github.com/appydave/appydave-tools/compare/v0.10.2...v0.10.3) (2024-06-17)
|
62
69
|
|
63
70
|
|
64
71
|
### Bug Fixes
|
65
72
|
|
66
|
-
* extending bank reconciliation with platform and banking mapping ([848b044](https://github.com/
|
73
|
+
* extending bank reconciliation with platform and banking mapping ([848b044](https://github.com/appydave/appydave-tools/commit/848b044bf4bb7c27bae6cf33aba400ab68eb105c))
|
67
74
|
|
68
|
-
## [0.10.2](https://github.com/
|
75
|
+
## [0.10.2](https://github.com/appydave/appydave-tools/compare/v0.10.1...v0.10.2) (2024-06-17)
|
69
76
|
|
70
77
|
|
71
78
|
### Bug Fixes
|
72
79
|
|
73
|
-
* make progress on prompt completion tool ([fbc60b7](https://github.com/
|
80
|
+
* make progress on prompt completion tool ([fbc60b7](https://github.com/appydave/appydave-tools/commit/fbc60b712e3e18d7f73c47f4568bae65295557df))
|
74
81
|
|
75
|
-
## [0.10.1](https://github.com/
|
82
|
+
## [0.10.1](https://github.com/appydave/appydave-tools/compare/v0.10.0...v0.10.1) (2024-06-13)
|
76
83
|
|
77
84
|
|
78
85
|
### Bug Fixes
|
79
86
|
|
80
|
-
* add base model ([b2952d6](https://github.com/
|
87
|
+
* add base model ([b2952d6](https://github.com/appydave/appydave-tools/commit/b2952d661c48dd7f8b7f384d365010ef89713758))
|
81
88
|
|
82
|
-
# [0.10.0](https://github.com/
|
89
|
+
# [0.10.0](https://github.com/appydave/appydave-tools/compare/v0.9.5...v0.10.0) (2024-06-13)
|
83
90
|
|
84
91
|
|
85
92
|
### Bug Fixes
|
86
93
|
|
87
|
-
* cops ([ce8e657](https://github.com/
|
94
|
+
* cops ([ce8e657](https://github.com/appydave/appydave-tools/commit/ce8e657e4a167e7327d86782096bcf5e0a8e226e))
|
88
95
|
|
89
96
|
|
90
97
|
### Features
|
91
98
|
|
92
|
-
* starting the prompt tools component ([089043b](https://github.com/
|
99
|
+
* starting the prompt tools component ([089043b](https://github.com/appydave/appydave-tools/commit/089043bca08dfb79a1b5f3741b55bb66f808adae))
|
93
100
|
|
94
|
-
## [0.9.5](https://github.com/
|
101
|
+
## [0.9.5](https://github.com/appydave/appydave-tools/compare/v0.9.4...v0.9.5) (2024-06-13)
|
95
102
|
|
96
103
|
|
97
104
|
### Bug Fixes
|
98
105
|
|
99
|
-
* implement update video command ([c46473d](https://github.com/
|
106
|
+
* implement update video command ([c46473d](https://github.com/appydave/appydave-tools/commit/c46473dc550e34c041418adfd52444014e094917))
|
100
107
|
|
101
|
-
## [0.9.4](https://github.com/
|
108
|
+
## [0.9.4](https://github.com/appydave/appydave-tools/compare/v0.9.3...v0.9.4) (2024-06-12)
|
102
109
|
|
103
110
|
|
104
111
|
### Bug Fixes
|
105
112
|
|
106
|
-
* move youtube management data to activemodel ([12d3351](https://github.com/
|
113
|
+
* move youtube management data to activemodel ([12d3351](https://github.com/appydave/appydave-tools/commit/12d3351b2243c436d0f59e2f2822d9d82cc6ebd6))
|
107
114
|
|
108
|
-
## [0.9.3](https://github.com/
|
115
|
+
## [0.9.3](https://github.com/appydave/appydave-tools/compare/v0.9.2...v0.9.3) (2024-06-12)
|
109
116
|
|
110
117
|
|
111
118
|
### Bug Fixes
|
112
119
|
|
113
|
-
* preperation fo the youtube automation tool ([42c1e1d](https://github.com/
|
114
|
-
* update rubocop version number ([b64739d](https://github.com/
|
120
|
+
* preperation fo the youtube automation tool ([42c1e1d](https://github.com/appydave/appydave-tools/commit/42c1e1d3a4ea53491b72140bbf35850e41ce0f1c))
|
121
|
+
* update rubocop version number ([b64739d](https://github.com/appydave/appydave-tools/commit/b64739d46a5b3ea6177c2f7512c720b6ed4e6257))
|
115
122
|
|
116
|
-
## [0.9.2](https://github.com/
|
123
|
+
## [0.9.2](https://github.com/appydave/appydave-tools/compare/v0.9.1...v0.9.2) (2024-06-11)
|
117
124
|
|
118
125
|
|
119
126
|
### Bug Fixes
|
120
127
|
|
121
|
-
* check for ci errors with openai ([2a9d549](https://github.com/
|
122
|
-
* prepare openai for CI testing ([09c0d5a](https://github.com/
|
123
|
-
* prepare openai for CI testing [#2](https://github.com/
|
128
|
+
* check for ci errors with openai ([2a9d549](https://github.com/appydave/appydave-tools/commit/2a9d549eb95246568ca54c1ec0fb9735cc26cac9))
|
129
|
+
* prepare openai for CI testing ([09c0d5a](https://github.com/appydave/appydave-tools/commit/09c0d5a998d00abb52eb3f09125bb955af1917d9))
|
130
|
+
* prepare openai for CI testing [#2](https://github.com/appydave/appydave-tools/issues/2) ([82247fc](https://github.com/appydave/appydave-tools/commit/82247fc2f421bd88859d25b0fbe88493b6e6d87e))
|
124
131
|
|
125
|
-
## [0.9.1](https://github.com/
|
132
|
+
## [0.9.1](https://github.com/appydave/appydave-tools/compare/v0.9.0...v0.9.1) (2024-06-11)
|
126
133
|
|
127
134
|
|
128
135
|
### Bug Fixes
|
129
136
|
|
130
|
-
* youtube manager update console output ([c06c6cb](https://github.com/
|
137
|
+
* youtube manager update console output ([c06c6cb](https://github.com/appydave/appydave-tools/commit/c06c6cb64f14cb0319c918cb6e1f4e65acd41f83))
|
131
138
|
|
132
|
-
# [0.9.0](https://github.com/
|
139
|
+
# [0.9.0](https://github.com/appydave/appydave-tools/compare/v0.8.0...v0.9.0) (2024-06-07)
|
133
140
|
|
134
141
|
|
135
142
|
### Features
|
136
143
|
|
137
|
-
* youtube manageger -> getvideo by id, detail/content report ([1ad0f6f](https://github.com/
|
144
|
+
* youtube manageger -> getvideo by id, detail/content report ([1ad0f6f](https://github.com/appydave/appydave-tools/commit/1ad0f6f7b0d56a3de31869d632591ebfbf33119e))
|
138
145
|
|
139
|
-
# [0.8.0](https://github.com/
|
146
|
+
# [0.8.0](https://github.com/appydave/appydave-tools/compare/v0.7.0...v0.8.0) (2024-06-06)
|
140
147
|
|
141
148
|
|
142
149
|
### Bug Fixes
|
143
150
|
|
144
|
-
* update bank reconciliation components ([0f5dea1](https://github.com/
|
151
|
+
* update bank reconciliation components ([0f5dea1](https://github.com/appydave/appydave-tools/commit/0f5dea1f75baced1458619ead3fc5bd5bc69e0d5))
|
145
152
|
|
146
153
|
|
147
154
|
### Features
|
148
155
|
|
149
|
-
* subtitle master for cleaning the SRT files created by whisper AI ([9f7bd37](https://github.com/
|
150
|
-
* subtitle master for cleaning the SRT files created by whisper AI ([0475a9e](https://github.com/
|
156
|
+
* subtitle master for cleaning the SRT files created by whisper AI ([9f7bd37](https://github.com/appydave/appydave-tools/commit/9f7bd3795f4361e0615307874a88370ab49f97a7))
|
157
|
+
* subtitle master for cleaning the SRT files created by whisper AI ([0475a9e](https://github.com/appydave/appydave-tools/commit/0475a9ec07f2735e52ce54db6afa96e30e00c0e6))
|
151
158
|
|
152
|
-
# [0.7.0](https://github.com/
|
159
|
+
# [0.7.0](https://github.com/appydave/appydave-tools/compare/v0.6.1...v0.7.0) (2024-05-29)
|
153
160
|
|
154
161
|
|
155
162
|
### Features
|
156
163
|
|
157
|
-
* new tool for doing bank reconciliations with chart of account matching ([9b82605](https://github.com/
|
164
|
+
* new tool for doing bank reconciliations with chart of account matching ([9b82605](https://github.com/appydave/appydave-tools/commit/9b8260571f6046470d5963354ee1c80e493a0f28))
|
158
165
|
|
159
|
-
## [0.6.1](https://github.com/
|
166
|
+
## [0.6.1](https://github.com/appydave/appydave-tools/compare/v0.6.0...v0.6.1) (2024-05-26)
|
160
167
|
|
161
168
|
|
162
169
|
### Bug Fixes
|
163
170
|
|
164
|
-
* improved configuration printing ([89d769d](https://github.com/
|
171
|
+
* improved configuration printing ([89d769d](https://github.com/appydave/appydave-tools/commit/89d769d0741fc75b44db90931cf981feea83027f))
|
165
172
|
|
166
|
-
# [0.6.0](https://github.com/
|
173
|
+
# [0.6.0](https://github.com/appydave/appydave-tools/compare/v0.5.0...v0.6.0) (2024-05-26)
|
167
174
|
|
168
175
|
|
169
176
|
### Features
|
170
177
|
|
171
|
-
* refactor channels with locations, removed channel projects ([6b64574](https://github.com/
|
178
|
+
* refactor channels with locations, removed channel projects ([6b64574](https://github.com/appydave/appydave-tools/commit/6b645742b0029a001792c8d405dcae0b1036f2c0))
|
172
179
|
|
173
|
-
# [0.5.0](https://github.com/
|
180
|
+
# [0.5.0](https://github.com/appydave/appydave-tools/compare/v0.4.1...v0.5.0) (2024-05-26)
|
174
181
|
|
175
182
|
|
176
183
|
### Features
|
177
184
|
|
178
|
-
* add configuration support for bank_reconciliation tool ([cfd6909](https://github.com/
|
185
|
+
* add configuration support for bank_reconciliation tool ([cfd6909](https://github.com/appydave/appydave-tools/commit/cfd6909d7c1de4c1acd9b84aaea28c9c7a07cc3f))
|
179
186
|
|
180
|
-
## [0.4.1](https://github.com/
|
187
|
+
## [0.4.1](https://github.com/appydave/appydave-tools/compare/v0.4.0...v0.4.1) (2024-05-26)
|
181
188
|
|
182
189
|
|
183
190
|
### Bug Fixes
|
184
191
|
|
185
|
-
* move configuration models in to own namespace ([0a8dc48](https://github.com/
|
192
|
+
* move configuration models in to own namespace ([0a8dc48](https://github.com/appydave/appydave-tools/commit/0a8dc486c3f610a91dac1941bc986a1d5b05e24e))
|
186
193
|
|
187
|
-
# [0.4.0](https://github.com/
|
194
|
+
# [0.4.0](https://github.com/appydave/appydave-tools/compare/v0.3.8...v0.4.0) (2024-05-26)
|
188
195
|
|
189
196
|
|
190
197
|
### Bug Fixes
|
191
198
|
|
192
|
-
* remove from ci for now ([e4c9e22](https://github.com/
|
193
|
-
* remove from ci for now ([30a114c](https://github.com/
|
194
|
-
* remove from ci for now ([7062c3d](https://github.com/
|
199
|
+
* remove from ci for now ([e4c9e22](https://github.com/appydave/appydave-tools/commit/e4c9e225e6fe35a00a7b4d83ff9f2795da737589))
|
200
|
+
* remove from ci for now ([30a114c](https://github.com/appydave/appydave-tools/commit/30a114c7cd0085ab92aeb906e1962ca3618631e8))
|
201
|
+
* remove from ci for now ([7062c3d](https://github.com/appydave/appydave-tools/commit/7062c3d69634ab281107b755533f3332b708eb56))
|
195
202
|
|
196
203
|
|
197
204
|
### Features
|
198
205
|
|
199
|
-
* Add line limit option and update default format handling ([a0eb426](https://github.com/
|
206
|
+
* Add line limit option and update default format handling ([a0eb426](https://github.com/appydave/appydave-tools/commit/a0eb426329ee2a997081cf1a5c219c05d07ff824))
|
200
207
|
|
201
|
-
## [0.3.8](https://github.com/
|
208
|
+
## [0.3.8](https://github.com/appydave/appydave-tools/compare/v0.3.7...v0.3.8) (2024-05-25)
|
202
209
|
|
203
210
|
|
204
211
|
### Bug Fixes
|
205
212
|
|
206
|
-
* update settings ([0b0c256](https://github.com/
|
213
|
+
* update settings ([0b0c256](https://github.com/appydave/appydave-tools/commit/0b0c256793b607db87001752071b0476c6390c5f))
|
207
214
|
|
208
|
-
## [0.3.7](https://github.com/
|
215
|
+
## [0.3.7](https://github.com/appydave/appydave-tools/compare/v0.3.6...v0.3.7) (2024-05-19)
|
209
216
|
|
210
217
|
|
211
218
|
### Bug Fixes
|
212
219
|
|
213
|
-
* add test for project_name generation ([3a87d9b](https://github.com/
|
220
|
+
* add test for project_name generation ([3a87d9b](https://github.com/appydave/appydave-tools/commit/3a87d9b6f942e1b4e6576adaea58eaf799f5d74f))
|
214
221
|
|
215
|
-
## [0.3.6](https://github.com/
|
222
|
+
## [0.3.6](https://github.com/appydave/appydave-tools/compare/v0.3.5...v0.3.6) (2024-05-19)
|
216
223
|
|
217
224
|
|
218
225
|
### Bug Fixes
|
219
226
|
|
220
|
-
* add default configuration and support for project name ([65d7c3e](https://github.com/
|
221
|
-
* fix issue in CI[#1](https://github.com/
|
227
|
+
* add default configuration and support for project name ([65d7c3e](https://github.com/appydave/appydave-tools/commit/65d7c3e8b05bbf9db4510762cccbd419ca988611))
|
228
|
+
* fix issue in CI[#1](https://github.com/appydave/appydave-tools/issues/1) ([867937e](https://github.com/appydave/appydave-tools/commit/867937e2ed271e4afe8dbbe3b3cee9d5ff15d986))
|
222
229
|
|
223
|
-
## [0.3.5](https://github.com/
|
230
|
+
## [0.3.5](https://github.com/appydave/appydave-tools/compare/v0.3.4...v0.3.5) (2024-05-19)
|
224
231
|
|
225
232
|
|
226
233
|
### Bug Fixes
|
227
234
|
|
228
|
-
* add support for configurable ([82852f8](https://github.com/
|
235
|
+
* add support for configurable ([82852f8](https://github.com/appydave/appydave-tools/commit/82852f805809b133278de70be24314e83a1d4b05))
|
229
236
|
|
230
|
-
## [0.3.4](https://github.com/
|
237
|
+
## [0.3.4](https://github.com/appydave/appydave-tools/compare/v0.3.3...v0.3.4) (2024-05-19)
|
231
238
|
|
232
239
|
|
233
240
|
### Bug Fixes
|
234
241
|
|
235
|
-
* Add debug capability to ConfigBase and update configurations ([d33c943](https://github.com/
|
236
|
-
* resolve cop ([d56f670](https://github.com/
|
242
|
+
* Add debug capability to ConfigBase and update configurations ([d33c943](https://github.com/appydave/appydave-tools/commit/d33c9431a50fa44b2f4db7ccbaf2522105710aa7))
|
243
|
+
* resolve cop ([d56f670](https://github.com/appydave/appydave-tools/commit/d56f670ec69ea74438947dd1bb7296e7fa28f0f1))
|
237
244
|
|
238
|
-
## [0.3.3](https://github.com/
|
245
|
+
## [0.3.3](https://github.com/appydave/appydave-tools/compare/v0.3.2...v0.3.3) (2024-05-18)
|
239
246
|
|
240
247
|
|
241
248
|
### Bug Fixes
|
242
249
|
|
243
|
-
* updating configuration with channels and channel_folders ([d4f54aa](https://github.com/
|
250
|
+
* updating configuration with channels and channel_folders ([d4f54aa](https://github.com/appydave/appydave-tools/commit/d4f54aa0f455f535b6e265f23e6fba123d099d26))
|
244
251
|
|
245
|
-
## [0.3.2](https://github.com/
|
252
|
+
## [0.3.2](https://github.com/appydave/appydave-tools/compare/v0.3.1...v0.3.2) (2024-05-16)
|
246
253
|
|
247
254
|
|
248
255
|
### Bug Fixes
|
249
256
|
|
250
|
-
* updating settings configuration and tests ([18bdf2b](https://github.com/
|
251
|
-
* updating settings configuration and tests ([487ce36](https://github.com/
|
257
|
+
* updating settings configuration and tests ([18bdf2b](https://github.com/appydave/appydave-tools/commit/18bdf2bb2605f51a5779dfe649c40e98c2bd77ef))
|
258
|
+
* updating settings configuration and tests ([487ce36](https://github.com/appydave/appydave-tools/commit/487ce366b857ce38ed91b35e4b6cc15a8ef56d35))
|
252
259
|
|
253
|
-
## [0.3.1](https://github.com/
|
260
|
+
## [0.3.1](https://github.com/appydave/appydave-tools/compare/v0.3.0...v0.3.1) (2024-05-16)
|
254
261
|
|
255
262
|
|
256
263
|
### Bug Fixes
|
257
264
|
|
258
|
-
* add settings config to configuration component ([2c8afd1](https://github.com/
|
265
|
+
* add settings config to configuration component ([2c8afd1](https://github.com/appydave/appydave-tools/commit/2c8afd164fd6aa00fa47a01c9007c784a8adf820))
|
259
266
|
|
260
|
-
# [0.3.0](https://github.com/
|
267
|
+
# [0.3.0](https://github.com/appydave/appydave-tools/compare/v0.2.0...v0.3.0) (2024-05-16)
|
261
268
|
|
262
269
|
|
263
270
|
### Features
|
264
271
|
|
265
|
-
* configuration component ([2bf26f6](https://github.com/
|
272
|
+
* configuration component ([2bf26f6](https://github.com/appydave/appydave-tools/commit/2bf26f690da17b651977eab79e7a3cd37ed2a3b5))
|
266
273
|
|
267
|
-
# [0.2.0](https://github.com/
|
274
|
+
# [0.2.0](https://github.com/appydave/appydave-tools/compare/v0.1.0...v0.2.0) (2024-05-14)
|
268
275
|
|
269
276
|
|
270
277
|
### Features
|
271
278
|
|
272
|
-
* gpt context gatherer ([00e2c34](https://github.com/
|
279
|
+
* gpt context gatherer ([00e2c34](https://github.com/appydave/appydave-tools/commit/00e2c343eb97a2c436b265861a912dccf803149d))
|
273
280
|
|
274
|
-
# [0.1.0](https://github.com/
|
281
|
+
# [0.1.0](https://github.com/appydave/appydave-tools/compare/v0.0.2...v0.1.0) (2024-05-08)
|
275
282
|
|
276
283
|
|
277
284
|
### Features
|
278
285
|
|
279
|
-
* gpt context gatherer ([0c8089c](https://github.com/
|
280
|
-
* gpt context gatherer ([fe07156](https://github.com/
|
286
|
+
* gpt context gatherer ([0c8089c](https://github.com/appydave/appydave-tools/commit/0c8089c60258a6032ea2b1fa0796a43cdd8f28c2))
|
287
|
+
* gpt context gatherer ([fe07156](https://github.com/appydave/appydave-tools/commit/fe0715699ad40379a1f0a1a99193d191a74e500b))
|
281
288
|
|
282
|
-
## [0.0.2](https://github.com/
|
289
|
+
## [0.0.2](https://github.com/appydave/appydave-tools/compare/v0.0.1...v0.0.2) (2024-05-07)
|
283
290
|
|
284
291
|
|
285
292
|
### Bug Fixes
|
286
293
|
|
287
|
-
* update semantic dependency ([e76705e](https://github.com/
|
288
|
-
* update semantic dependency ([45623c4](https://github.com/
|
289
|
-
* update semantic dependency ([2ebb9bc](https://github.com/
|
294
|
+
* update semantic dependency ([e76705e](https://github.com/appydave/appydave-tools/commit/e76705eb925f0be271884acc5af5119e3fa57325))
|
295
|
+
* update semantic dependency ([45623c4](https://github.com/appydave/appydave-tools/commit/45623c4575689ef1e813eb89bc9c55f3bf4d374f))
|
296
|
+
* update semantic dependency ([2ebb9bc](https://github.com/appydave/appydave-tools/commit/2ebb9bcb582b67b6bf4d8ccb6db9eff0e3b095e5))
|
290
297
|
|
291
298
|
## [Unreleased]
|
292
299
|
|
data/README.md
CHANGED
@@ -41,7 +41,7 @@ See all [stories](./STORIES.md)
|
|
41
41
|
Checkout the repo
|
42
42
|
|
43
43
|
```bash
|
44
|
-
git clone https://github.com/
|
44
|
+
git clone https://github.com/appydave/appydave-tools
|
45
45
|
```
|
46
46
|
|
47
47
|
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests.
|
@@ -93,7 +93,7 @@ function krefactor () { kcommit "refactor: $1" }
|
|
93
93
|
|
94
94
|
## Contributing
|
95
95
|
|
96
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
96
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/appydave/appydave-tools. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
97
97
|
|
98
98
|
## License
|
99
99
|
|
@@ -101,7 +101,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
101
101
|
|
102
102
|
## Code of Conduct
|
103
103
|
|
104
|
-
Everyone interacting in the Appydave Tools project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/
|
104
|
+
Everyone interacting in the Appydave Tools project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/appydave/appydave-tools/blob/master/CODE_OF_CONDUCT.md).
|
105
105
|
|
106
106
|
## Copyright
|
107
107
|
|
data/docs/usage/gpt-context.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# GPT Context Usage Guide
|
2
2
|
|
3
|
+
> References: [ChatGPT Documentation](https://chatgpt.com/c/670f2150-08b4-8002-b2d7-04aff6fe304f)
|
4
|
+
|
3
5
|
This guide provides a comprehensive reference for using the `gpt_context` tool. Below you'll find examples of different use cases and command line invocations to help you effectively use `gpt_context` for gathering and organizing your project files. These examples will help you remember how to leverage various options available in `gpt_context`.
|
4
6
|
|
5
7
|
## Overview
|
@@ -190,6 +192,3 @@ output_handler.execute
|
|
190
192
|
```
|
191
193
|
**Explanation**: This complete example demonstrates how to use `Options` to configure the gathering process, `FileCollector` to collect the files, and `OutputHandler` to manage the output. This approach can be useful for programmatically automating context collection tasks in more complex workflows.
|
192
194
|
|
193
|
-
## References
|
194
|
-
|
195
|
-
- [ChatGPT Documentation](https://chatgpt.com/c/670f2150-08b4-8002-b2d7-04aff6fe304f)
|
@@ -0,0 +1,35 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'io/console'
|
4
|
+
|
5
|
+
# input_prompts_filename = 'prompts.txt'
|
6
|
+
input_prompts_filename = '/Users/davidcruwys/dev/ai-prompts/midjourney/documentation/clean-prompts/input.txt'
|
7
|
+
output_prompts_filename = '/Users/davidcruwys/dev/ai-prompts/midjourney/documentation/clean-prompts/processed.txt'
|
8
|
+
|
9
|
+
count = 1
|
10
|
+
|
11
|
+
File.readlines(input_prompts_filename).each do |line|
|
12
|
+
raw_prompt = line.strip
|
13
|
+
|
14
|
+
prompt = "/imagine prompt: #{raw_prompt}"
|
15
|
+
|
16
|
+
display_prompt = "#{count} :: #{prompt}"
|
17
|
+
puts display_prompt
|
18
|
+
|
19
|
+
IO.popen('pbcopy', 'w') { |f| f << prompt }
|
20
|
+
File.open(output_prompts_filename, 'a') { |f| f.puts raw_prompt }
|
21
|
+
|
22
|
+
count += 1
|
23
|
+
|
24
|
+
lines = File.readlines(input_prompts_filename)
|
25
|
+
lines.delete_at(0)
|
26
|
+
File.write(input_prompts_filename, lines.join)
|
27
|
+
|
28
|
+
if (count % 8).zero?
|
29
|
+
puts 'Press any key to continue...'
|
30
|
+
$stdin.getch
|
31
|
+
puts "\n"
|
32
|
+
else
|
33
|
+
sleep(5)
|
34
|
+
end
|
35
|
+
end
|
@@ -0,0 +1,18 @@
|
|
1
|
+
3D, software and app IT business, illustration, iphone, tablet, computer, graphs, datas, light green, white, grey --v 4
|
2
|
+
Small and cute urban laboratory, 3d blender render, soft smooth lighting, rain background,100mm lens, 4k UHD, isometric, tilt – shift --v 5
|
3
|
+
Small and cute urban laboratory, 3d blender render, soft smooth lighting, rain background,100mm lens, 4k UHD, isometric, tilt – shift --v 4
|
4
|
+
clean gradient knolling 3D illustration design for professional saas software office automation, colored gradient blue white green and warm sunshine accents and neutral colors, with abstract lines, behance, dribbble --v 4
|
5
|
+
ultra realistic tetris pattern , 5-Dimensional, Nonagon, Star Prism, Polygon, Happy Accidents, Refreshing, Strong, Binary, Hexadecimal, ray tracing, global illumination, octane render,metallic, shiny --v 4
|
6
|
+
Tilt shift, depth of field, low poly, starry night, solid simple mobile game asset, diorama, tilt shift,depth of field, cute isometric clear view of cute [Marina Bay Sands], fairytale, orientalism, soft pastel colors, starry mystical night – time, volumetric lighting, dramatic lighting, vibrant colors,triadic color harmony, stars and moon on dark background, motes, dustlights, air particles,stardusts, vibrant vivid sharp clear, made with blender 3D, in the style of artstation and behance --v 5
|
7
|
+
sustainability and blockchain theme, no text, showing crypto icons, information flow, mixing 3D and vector styles, images only, --v 4
|
8
|
+
cryptocurrency data charts, white background, white, concept art. 3d rendering illustration. vivid colors, depth of field, dramatic lighting, sharp focus, epic composition, 8k, UHD, natural light, photo realistic, maximum texture, HDR, FStop 1.8, High octane render, Unreal engine 5, photoshoot, DSLR, cinematic lighting, highly detailed, ray tracing, Cinematic, Photoshoot, Dramatic, DSLR, Ultra-Wide Angle, 32k, Ultra-HD, Super-Resolution, Bokeh blue soft light background, Backlight, AMOLED, Cinematic Lighting, Volumetric Lighting --v 4
|
9
|
+
pixel cubes vector svg, brain as brain cloud with colorful flashes social impact and with a total white background photo in Kodak Color 400, professional photography, insta style, photographic style, Unreal Engine, Cinematic, Color Grading, Editorial Photography, Photography, Photoshoot, White Balance, background white, 32k --v 5
|
10
|
+
finance charts, white background, white, concept art. 3d rendering illustration. vivid colors, depth of field, dramatic lighting, sharp focus, epic composition, 8k, UHD, natural light, photo realistic, maximum texture, HDR, FStop 1.8, High octane render, Unreal engine 5, photoshoot, DSLR, cinematic lighting, highly detailed, ray tracing, Cinematic, Photoshoot, Dramatic, DSLR, Ultra-Wide Angle, 32k, Ultra-HD, Super-Resolution, Bokeh blue soft light background, Backlight, AMOLED, Cinematic Lighting, Volumetric Lighting --v 4
|
11
|
+
facebook cover, marketing charts, only charts displayed on various screens of Apple devices, laptop, mobile, 4k --v 4
|
12
|
+
cup of coffee over a table, table with charts, volumetric ligh --v 4
|
13
|
+
color cube wide gamut pantone all colors color space --v 5
|
14
|
+
block network graph universe parallel connections 3D --v 5
|
15
|
+
Tilt-shift futuristic city, night, skylines, ciberpunk by Felipe Pantone --v 4
|
16
|
+
make a pop art deco epic city, tilt shift, with trees and topiary, a river running through the city, Cinematography, ultra detailed, 8k, photorealistic,hd, octane render, digitally rendered, award-winning photograph, timeless beauty, cinematic lighting, sophisticated color palette, cinematic focus, symmetrical balance, glowing, octane render, trending on artstation, 3d rendered, 3d --v 4
|
17
|
+
3D isometric drawing, Asian restaurant, cyberpunk --v 4
|
18
|
+
architect paper plan, on a desk, realistic picture, modern, design, 8k, --v 4
|
File without changes
|
data/package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "appydave-tools",
|
3
|
-
"version": "0.11.
|
3
|
+
"version": "0.11.7",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "appydave-tools",
|
9
|
-
"version": "0.11.
|
9
|
+
"version": "0.11.7",
|
10
10
|
"devDependencies": {
|
11
11
|
"@klueless-js/semantic-release-rubygem": "github:klueless-js/semantic-release-rubygem",
|
12
12
|
"@semantic-release/changelog": "^6.0.3",
|
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appydave-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Cruwys
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|
@@ -211,6 +211,9 @@ files:
|
|
211
211
|
- lib/appydave/tools/youtube_manager/reports/video_details_report.rb
|
212
212
|
- lib/appydave/tools/youtube_manager/update_video.rb
|
213
213
|
- lib/appydave/tools/youtube_manager/youtube_base.rb
|
214
|
+
- lib/mj-paste-test/main.rb
|
215
|
+
- lib/mj-paste-test/prompts.txt
|
216
|
+
- lib/mj-paste-test/readme-leonardo.md
|
214
217
|
- package-lock.json
|
215
218
|
- package.json
|
216
219
|
- sig/appydave/tools.rbs
|