@brutalsystems/birddog-opencode 0.3.2 → 0.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/birddog.ts +1 -1
  2. package/package.json +1 -1
package/birddog.ts CHANGED
@@ -26,7 +26,7 @@ const MAX_LOG_BYTES = 2 * 1024 * 1024;
26
26
 
27
27
  /** version is kept in step with package.json by scripts/sync-version.mjs, and
28
28
  * a test asserts they agree. */
29
- const VERSION = '0.3.2';
29
+ const VERSION = '0.3.4';
30
30
 
31
31
  export const Birddog = async (input?: { client?: { _client?: unknown } }) => {
32
32
  const logPath = pluginLogPath(process.env, homedir());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brutalsystems/birddog-opencode",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "opencode plugin for birddog — publishes a session's state so birddog can observe it from outside. Read-only: it reports, and never acts on the session.",
5
5
  "keywords": [
6
6
  "opencode",