opencode-pilot 0.21.3 → 0.21.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.
@@ -1,8 +1,8 @@
1
1
  class OpencodePilot < Formula
2
2
  desc "Automation daemon for OpenCode - polls GitHub/Linear issues and spawns sessions"
3
3
  homepage "https://github.com/athal7/opencode-pilot"
4
- url "https://github.com/athal7/opencode-pilot/archive/refs/tags/v0.21.2.tar.gz"
5
- sha256 "7295684359ee266599b634d903944a10d3597659266303f03c8376944e8e2a36"
4
+ url "https://github.com/athal7/opencode-pilot/archive/refs/tags/v0.21.3.tar.gz"
5
+ sha256 "ba69a645ef7f82486afc4f83d228369f113178d4a36c1b4828ffa58af2eef38a"
6
6
  license "MIT"
7
7
 
8
8
  depends_on "node"
@@ -18,6 +18,7 @@ class OpencodePilot < Formula
18
18
  log_path var/"log/opencode-pilot.log"
19
19
  error_log_path var/"log/opencode-pilot.error.log"
20
20
  working_dir Dir.home
21
+ environment_variables PATH: "#{HOMEBREW_PREFIX}/bin:#{HOMEBREW_PREFIX}/sbin:/usr/bin:/bin:/usr/sbin:/sbin"
21
22
  end
22
23
 
23
24
  def caveats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-pilot",
3
- "version": "0.21.3",
3
+ "version": "0.21.4",
4
4
  "type": "module",
5
5
  "main": "plugin/index.js",
6
6
  "description": "Automation daemon for OpenCode - polls for work and spawns sessions",