Try to fix workers and workspace
This commit is contained in:
@@ -153,7 +153,7 @@ export const AiProviderProfileForm = ({
|
||||
<SheetSelect
|
||||
label='Provider'
|
||||
options={[
|
||||
{ label: 'OpenCode OpenAI login', value: 'opencode_openai_login' },
|
||||
{ label: 'Codex ChatGPT login', value: 'opencode_openai_login' },
|
||||
{ label: 'OpenAI', value: 'openai' },
|
||||
{ label: 'Anthropic', value: 'anthropic' },
|
||||
{ label: 'Google', value: 'google' },
|
||||
@@ -173,7 +173,7 @@ export const AiProviderProfileForm = ({
|
||||
label='Auth type'
|
||||
options={[
|
||||
{ label: 'API key', value: 'api_key' },
|
||||
{ label: 'OpenCode auth JSON', value: 'opencode_auth_json' },
|
||||
{ label: 'Codex auth JSON', value: 'opencode_auth_json' },
|
||||
{ label: 'None', value: 'none' },
|
||||
]}
|
||||
value={authType}
|
||||
@@ -181,8 +181,9 @@ export const AiProviderProfileForm = ({
|
||||
/>
|
||||
{authType === 'opencode_auth_json' ? (
|
||||
<Text className='text-muted-foreground text-sm leading-5'>
|
||||
Copy auth.json from your Codex/OpenCode auth folder, for example
|
||||
~/.codex/auth.json, and paste it here.
|
||||
Copy auth.json from your Codex auth folder, for example
|
||||
~/.codex/auth.json, and paste it here. Spoon writes it into isolated
|
||||
agent workspaces for Codex CLI runs.
|
||||
</Text>
|
||||
) : null}
|
||||
{authType !== 'none' ? (
|
||||
|
||||
Reference in New Issue
Block a user