Andrew Thal
Andrew Thal
Absinthe 1.4 added support for GraphQL subscriptions, as well as a support module for testing them. This module primes absinthe to load eagerly by running the schema with the default...
I'd like to be able to gather some data about the messages being sent over a subscription as well as the socket over which it is being sent. Right now...
The first run when using `mix test.watch` is successful, but after a file change, there is an error when bcrypt is called (from Comeonin) as the seeds are run (which...
## Summary - Adds `/todo` built-in slash command to manage the session todo list without interrupting current work - Closes #4134 ## Changes - Add `packages/opencode/src/command/template/todo.txt` - New prompt template...
## Summary - Add `/cd ` command to change the working directory mid-conversation - Support `!cd` shell mode for directory navigation - Add `CdTool` for agents to change directories programmatically...
## Summary - PWA support with service worker caching and web manifest - Mobile UI improvements for iOS/Android browsers - Touch-friendly controls and keyboard handling ## Features - Service worker...
## Summary - Allow desktop app to connect to an existing server instead of spawning its own sidecar - Add UI in server selection dialog to set/clear the default server...
## Summary - Add `--dir` flag to `opencode run` command - When used with `--attach`, passes directory to SDK client via `x-opencode-directory` header - Enables sessions attached to a global...
`opencode attach` has a `--dir` flag to specify the working directory when attaching to a remote server: ``` opencode attach Options: --dir directory to run in [string] ``` However, `opencode...
Allow the desktop app to connect to a pre-existing server instead of spawning its own sidecar. ## Use Case Users running opencode server separately (e.g., in a container, on a...