This commit is contained in:
Arjun Komath
2026-06-06 21:51:21 +10:00
parent d273978e71
commit bdb6ecf9e9
3 changed files with 2 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ RUN npm install -g clawhub@latest
WORKDIR /app
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
COPY package.json pnpm-lock.yaml ./
RUN corepack enable && pnpm install --frozen-lockfile --prod
COPY src ./src
-4
View File
@@ -1,4 +0,0 @@
allowBuilds:
node-pty: true
onlyBuiltDependencies:
- node-pty
+1 -3
View File
@@ -57,7 +57,6 @@
get authRequiresSecret() {
return ![
'openai-codex',
'openai-codex-device-code',
'xai-device-code',
'google-gemini-cli',
@@ -70,7 +69,6 @@
get isDeviceCode() {
return [
'openai-codex',
'openai-codex-device-code',
'xai-device-code'
].includes(this.selectedAuth);
@@ -753,7 +751,7 @@ openclaw models set anthropic/claude-sonnet-4-20250514</code></pre>
<div class="form-group">
<label class="label">Model</label>
<input x-model="model" type="text" placeholder="e.g. xai/grok-4.3, openai-codex/gpt-5.5, openai/gpt-4.1" class="input" />
<input x-model="model" type="text" placeholder="e.g. xai/grok-4.3, openai/gpt-4.1, anthropic/claude-opus-4-8" class="input" />
<p class="form-hint">Format: provider/model-name</p>
</div>
</div>