Compare commits

...

11 Commits

Author SHA1 Message Date
github-actions
e97b290d70 GitHub bot: changelog [nobuild] 2026-09-01 13:10:19 +00:00
Alexandre
3cff4f015f Update config.yaml 2026-09-01 15:04:09 +02:00
alexbelgium
8fe99bf9f7 birdnet-go-dev: rebuild for the reworked live spectrogram in fork PR #61
The previous build shipped the SoX-default render (its own axes, legend
and palette). PR #61 now matches the detection spectrogram style, so
rebuild to re-merge it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 14:08:25 +02:00
alexbelgium
b5002906a7 birdnet-go-dev: rebuild to pick up fork PR #61 (SoX live spectrogram)
merge-prs.sh re-clones the fork and merges every open non-draft PR on
each build, so bumping the version is what pulls in alexbelgium/birdnet-go#61
along with the Dockerfile changes made since the last build.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-01 11:01:18 +02:00
Alexandre
4a2d04144f Update Dockerfile 2026-09-01 10:31:12 +02:00
GitHub Actions
5ced5d1554 Revert "Update version to 20260901.2"
This reverts commit 67b093681f.
2026-09-01 08:28:02 +00:00
dependabot[bot]
164facc49f build(deps): bump anthropics/claude-code-action from 1.0.199 to 1.0.210 (#3036)
Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.199 to 1.0.210.
- [Release notes](https://github.com/anthropics/claude-code-action/releases)
- [Commits](dcb57747bf...a874e9ecd7)

---
updated-dependencies:
- dependency-name: anthropics/claude-code-action
  dependency-version: 1.0.210
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-09-01 10:26:31 +02:00
Alexandre
67b093681f Update version to 20260901.2 2026-09-01 10:26:18 +02:00
Alexandre
bb4c74a734 Refactor Dockerfile to improve clarity and efficiency
Removed comments and streamlined the Dockerfile for clarity. Adjusted package installations and added healthcheck configurations.
2026-09-01 10:25:46 +02:00
github-actions
29bc24ce71 GitHub bot: changelog [nobuild] 2026-09-01 08:16:27 +00:00
Alexandre
138e3ca0d3 Update config.yaml 2026-09-01 10:10:14 +02:00
7 changed files with 14 additions and 6 deletions

View File

@@ -125,7 +125,7 @@ jobs:
- name: Analyse and fix
if: steps.batch.outputs.count != '0'
uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Skip the OIDC -> Claude App token exchange. The scheduled path

View File

@@ -64,7 +64,7 @@ jobs:
fetch-depth: 1
- name: Run Claude Code
uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# AI_PR_TOKEN, not GITHUB_TOKEN, so a PR Claude opens triggers CI.

View File

@@ -135,7 +135,7 @@ jobs:
- name: Execute the plan
if: steps.bundle.outputs.has_plan == 'true'
uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Skip the OIDC -> Claude App token exchange, which 401s whenever

View File

@@ -166,7 +166,7 @@ jobs:
id: classify
if: github.event_name != 'issue_comment' || steps.claim.outputs.go == 'true'
continue-on-error: true
uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Without this the action falls back to the OIDC -> Claude App token

View File

@@ -79,7 +79,7 @@ jobs:
- name: Address CodeRabbit comments
if: steps.claim.outputs.go == 'true'
uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1
uses: anthropics/claude-code-action@a874e9ecd7bb36efdad65429c6b35815f5a08f10 # v1
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
# Skip the OIDC -> Claude App token exchange, which 401s whenever

View File

@@ -1,3 +1,11 @@
## 20260901.4 (01-09-2026)
- Minor bugs fixed
## 20260901.3 (01-09-2026)
- Rebuild: live spectrogram in Currently Hearing now uses the same SoX recipe, palette and 2:1 ratio as the detection spectrograms, with a kHz axis overlay (fork PR #61)
## 20260901.2 (01-09-2026)
- Rebuild: re-merges the open fork PRs, adding a static SoX spectrogram of the chunk being analysed to the Currently Hearing card (fork PR #61)
## 20260901.1 (01-09-2026)
- Minor bugs fixed
## 20260901 (01-09-2026)
- Synced with upstream birdnet-go (7 commits, incl. Go 1.27 upgrade); build image bumped to golang:1.27-trixie to match; resolved merge conflict in fork PR #6
## 20260829.2 (29-08-2026)

View File

@@ -127,5 +127,5 @@ slug: birdnet-go-dev
udev: true
url: https://github.com/alexbelgium/hassio-addons
usb: true
version: "20260901"
version: "20260901.4"
video: true