Simon D'Morias

Results 5 issues of Simon D'Morias

I have a site with two directories in the content directory: ``` | content --| schemas -- | page1.md --| subschemas -- | subpage.md ``` In my config I have:...

If you try to create a secret or a secret scope using a service principal to authenticate you will get this error message: ``` {"error_code":"INTERNAL_ERROR","message":"There was an internal error handling...

bug

## Summary Fixes argument parsing for `opencode run --command` when arguments contain spaces. ## Problem When running a command like: ```bash opencode run --command testcommand val1 "val 2" val3 ```...

## Summary Add support for `--model`, `--session`, `--continue`, `--prompt`, `--agent`, `--title`, and `--command` flags to the `opencode attach` command, bringing feature parity with the main TUI and run commands. ##...

## Summary - When using `opencode attach `, the taskbar previously showed the local directory which was confusing. - Now displays the remote host:port and the server's working directory -...