@tacone/prosey 0.8.0 → 0.8.1
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.
- package/bin/prosey +1 -1
- package/package.json +1 -1
- package/src/default-config.toml +2 -2
package/bin/prosey
CHANGED
|
@@ -103313,7 +103313,7 @@ function openInBrowser(htmlPath) {
|
|
|
103313
103313
|
// package.json
|
|
103314
103314
|
var package_default = {
|
|
103315
103315
|
name: "@tacone/prosey",
|
|
103316
|
-
version: "0.8.
|
|
103316
|
+
version: "0.8.1",
|
|
103317
103317
|
description: "Download YouTube video transcripts from the CLI",
|
|
103318
103318
|
module: "src/index.ts",
|
|
103319
103319
|
type: "module",
|
package/package.json
CHANGED
package/src/default-config.toml
CHANGED
|
@@ -25,7 +25,7 @@ hints = true
|
|
|
25
25
|
# OPENCODE_PERMISSION='{"read":"allow","write":"deny","edit":"deny","bash":"deny","glob":"deny","grep":"deny","webfetch":\"deny\",\"task\":\"deny\",\"todowrite\":\"deny\",\"websearch\":\"deny","lsp":"deny"}' opencode run --pure
|
|
26
26
|
# copilot -s --deny-all-tools --read-only
|
|
27
27
|
|
|
28
|
-
command = "OPENCODE_PERMISSION='{\"read\":\"allow\",\"write\":\"deny\",\"edit\":\"deny\",\"bash\":\"deny\",\"glob\":\"deny\",\"grep\":\"deny\",\"webfetch\":\"deny\",\"task\":\"deny\",\"todowrite\":\"deny\",\"websearch\":\"deny\",\"lsp\":\"deny\"}' opencode run --pure --variant low"
|
|
28
|
+
command = "OPENCODE_PERMISSION='{\"read\":\"allow\",\"write\":\"deny\",\"edit\":\"deny\",\"bash\":\"deny\",\"glob\":\"deny\",\"grep\":\"deny\",\"webfetch\":\"deny\",\"task\":\"deny\",\"todowrite\":\"deny\",\"websearch\":\"deny\",\"lsp\":\"deny\"}' opencode run --pure --model opencode/deepseek-v4-flash-free --variant low"
|
|
29
29
|
|
|
30
30
|
[summarize]
|
|
31
31
|
|
|
@@ -41,7 +41,7 @@ Guidelines:
|
|
|
41
41
|
- use the TIMESTAMPS only to understand the structure, don't output time markers
|
|
42
42
|
- content length: aim to be the same range as the original text or more.
|
|
43
43
|
- section titles should be h2 headers
|
|
44
|
-
- paragraph length soft-limit
|
|
44
|
+
- paragraph length: soft-limit 250 characters, hard-limit 350 characters.
|
|
45
45
|
|
|
46
46
|
Content considerations:
|
|
47
47
|
|