fix(opencode): strip transfer-encoding in UI proxy and allow public manifest assets (#25698)
Co-authored-by: Kit Langton <kit.langton@gmail.com>
This commit is contained in:
parent
67047fa766
commit
1251a870cb
5 changed files with 18 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ export const Terminal = (props: TerminalProps) => {
|
|||
const connectToken = async () => {
|
||||
const result = await client.pty
|
||||
.connectToken(
|
||||
{ ptyID: id },
|
||||
{ ptyID: id, directory },
|
||||
{
|
||||
throwOnError: false,
|
||||
headers: { "x-opencode-ticket": "1" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue