vantuz 3.5.0 → 3.5.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/.env.example ADDED
@@ -0,0 +1,21 @@
1
+ # OmniMarket AI Configuration
2
+ # Bu dosya kullanıcı tarafından doldurulacaktır.
3
+ # Kurulum sihirbazı bu değerleri otomatik olarak ayarlar.
4
+
5
+ # --- TRENDYOL ---
6
+ # TRENDYOL_SUPPLIER_ID=
7
+ # TRENDYOL_API_KEY=
8
+ # TRENDYOL_API_SECRET=
9
+
10
+ # --- HEPSIBURADA ---
11
+ # HEPSIBURADA_MERCHANT_ID=
12
+ # HEPSIBURADA_USERNAME=
13
+ # HEPSIBURADA_PASSWORD=
14
+
15
+ # --- N11 ---
16
+ # N11_API_KEY=
17
+ # N11_API_SECRET=
18
+
19
+ # --- AMAZON ---
20
+ # AMAZON_SELLER_ID=
21
+ # AMAZON_AUTH_TOKEN=
@@ -0,0 +1,227 @@
1
+
2
+ _openclaw_completion() {
3
+ local cur prev opts
4
+ COMPREPLY=()
5
+ cur="${COMP_WORDS[COMP_CWORD]}"
6
+ prev="${COMP_WORDS[COMP_CWORD-1]}"
7
+
8
+ # Simple top-level completion for now
9
+ opts="setup onboard configure config doctor dashboard reset uninstall message memory agent agents status health sessions browser completion acp gateway daemon logs system models approvals nodes devices node sandbox tui cron dns docs hooks webhooks pairing plugins channels directory security skills update -V, --dev --profile --no-color"
10
+
11
+ case "${prev}" in
12
+ setup)
13
+ opts=" --workspace --wizard --non-interactive --mode --remote-url --remote-token"
14
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
15
+ return 0
16
+ ;;
17
+ onboard)
18
+ opts=" --workspace --reset --non-interactive --accept-risk --flow --mode --auth-choice --token-provider --token --token-profile-id --token-expires-in --anthropic-api-key --openai-api-key --openrouter-api-key --ai-gateway-api-key --cloudflare-ai-gateway-account-id --cloudflare-ai-gateway-gateway-id --cloudflare-ai-gateway-api-key --moonshot-api-key --kimi-code-api-key --gemini-api-key --zai-api-key --xiaomi-api-key --minimax-api-key --synthetic-api-key --venice-api-key --opencode-zen-api-key --xai-api-key --qianfan-api-key --gateway-port --gateway-bind --gateway-auth --gateway-token --gateway-password --remote-url --remote-token --tailscale --tailscale-reset-on-exit --install-daemon --no-install-daemon --skip-daemon --daemon-runtime --skip-channels --skip-skills --skip-health --skip-ui --node-manager --json"
19
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
20
+ return 0
21
+ ;;
22
+ configure)
23
+ opts=" --section"
24
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
25
+ return 0
26
+ ;;
27
+ config)
28
+ opts="get set unset --section"
29
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
30
+ return 0
31
+ ;;
32
+ doctor)
33
+ opts=" --no-workspace-suggestions --yes --repair --fix --force --non-interactive --generate-gateway-token --deep"
34
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
35
+ return 0
36
+ ;;
37
+ dashboard)
38
+ opts=" --no-open"
39
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
40
+ return 0
41
+ ;;
42
+ reset)
43
+ opts=" --scope --yes --non-interactive --dry-run"
44
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
45
+ return 0
46
+ ;;
47
+ uninstall)
48
+ opts=" --service --state --workspace --app --all --yes --non-interactive --dry-run"
49
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
50
+ return 0
51
+ ;;
52
+ message)
53
+ opts="send broadcast poll react reactions read edit delete pin unpin pins permissions search thread emoji sticker role channel member voice event timeout kick ban "
54
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
55
+ return 0
56
+ ;;
57
+ memory)
58
+ opts="status index search "
59
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
60
+ return 0
61
+ ;;
62
+ agent)
63
+ opts=" -m, -t, --session-id --agent --thinking --verbose --channel --reply-to --reply-channel --reply-account --local --deliver --json --timeout"
64
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
65
+ return 0
66
+ ;;
67
+ agents)
68
+ opts="list add set-identity delete "
69
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
70
+ return 0
71
+ ;;
72
+ status)
73
+ opts=" --json --all --usage --deep --timeout --verbose --debug"
74
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
75
+ return 0
76
+ ;;
77
+ health)
78
+ opts=" --json --timeout --verbose --debug"
79
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
80
+ return 0
81
+ ;;
82
+ sessions)
83
+ opts=" --json --verbose --store --active"
84
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
85
+ return 0
86
+ ;;
87
+ browser)
88
+ opts="status start stop reset-profile tabs tab open focus close profiles create-profile delete-profile extension screenshot snapshot navigate resize click type press hover scrollintoview drag select upload waitfordownload download dialog fill wait evaluate console pdf responsebody highlight errors requests trace cookies storage set --browser-profile --json --url --token --timeout --expect-final"
89
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
90
+ return 0
91
+ ;;
92
+ completion)
93
+ opts=" -s, -i, --write-state -y,"
94
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
95
+ return 0
96
+ ;;
97
+ acp)
98
+ opts="client --url --token --password --session --session-label --require-existing --reset-session --no-prefix-cwd --verbose,"
99
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
100
+ return 0
101
+ ;;
102
+ gateway)
103
+ opts="run status install uninstall start stop restart call usage-cost health probe discover --port --bind --token --auth --password --tailscale --tailscale-reset-on-exit --allow-unconfigured --dev --reset --force --verbose --claude-cli-logs --ws-log --compact --raw-stream --raw-stream-path"
104
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
105
+ return 0
106
+ ;;
107
+ daemon)
108
+ opts="status install uninstall start stop restart "
109
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
110
+ return 0
111
+ ;;
112
+ logs)
113
+ opts=" --limit --max-bytes --follow --interval --json --plain --no-color --url --token --timeout --expect-final"
114
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
115
+ return 0
116
+ ;;
117
+ system)
118
+ opts="event heartbeat presence "
119
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
120
+ return 0
121
+ ;;
122
+ models)
123
+ opts="list status set set-image aliases fallbacks image-fallbacks scan auth --status-json --status-plain --agent"
124
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
125
+ return 0
126
+ ;;
127
+ approvals)
128
+ opts="get set allowlist "
129
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
130
+ return 0
131
+ ;;
132
+ nodes)
133
+ opts="status describe list pending approve reject rename invoke run notify canvas camera screen location "
134
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
135
+ return 0
136
+ ;;
137
+ devices)
138
+ opts="list approve reject rotate revoke "
139
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
140
+ return 0
141
+ ;;
142
+ node)
143
+ opts="run status install uninstall stop restart "
144
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
145
+ return 0
146
+ ;;
147
+ sandbox)
148
+ opts="list recreate explain "
149
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
150
+ return 0
151
+ ;;
152
+ tui)
153
+ opts=" --url --token --password --session --deliver --thinking --message --timeout-ms --history-limit"
154
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
155
+ return 0
156
+ ;;
157
+ cron)
158
+ opts="status list add rm enable disable runs run edit "
159
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
160
+ return 0
161
+ ;;
162
+ dns)
163
+ opts="setup "
164
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
165
+ return 0
166
+ ;;
167
+ docs)
168
+ opts=" "
169
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
170
+ return 0
171
+ ;;
172
+ hooks)
173
+ opts="list info check enable disable install update "
174
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
175
+ return 0
176
+ ;;
177
+ webhooks)
178
+ opts="gmail "
179
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
180
+ return 0
181
+ ;;
182
+ pairing)
183
+ opts="list approve "
184
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
185
+ return 0
186
+ ;;
187
+ plugins)
188
+ opts="list info enable disable install update doctor "
189
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
190
+ return 0
191
+ ;;
192
+ channels)
193
+ opts="list status capabilities resolve logs add remove login logout "
194
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
195
+ return 0
196
+ ;;
197
+ directory)
198
+ opts="self peers groups "
199
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
200
+ return 0
201
+ ;;
202
+ security)
203
+ opts="audit "
204
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
205
+ return 0
206
+ ;;
207
+ skills)
208
+ opts="list info check "
209
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
210
+ return 0
211
+ ;;
212
+ update)
213
+ opts="wizard status --json --no-restart --channel --tag --timeout --yes"
214
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
215
+ return 0
216
+ ;;
217
+ esac
218
+
219
+ if [[ ${cur} == -* ]] ; then
220
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
221
+ return 0
222
+ fi
223
+
224
+ COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
225
+ }
226
+
227
+ complete -F _openclaw_completion openclaw