Compare commits

...

2 Commits

Author SHA1 Message Date
Octavian Guzu
e67079be1f Increase oncall-triage workflow timeouts
- Job timeout: 15 -> 25 minutes
- Claude Code step timeout: 10 -> 20 minutes
2026-02-26 12:05:23 +00:00
GitHub Actions
016734047d chore: Update CHANGELOG.md 2026-02-26 03:58:44 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ on:
jobs:
oncall-triage:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 25
permissions:
contents: read
issues: write
@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
- name: Run Claude Code for Oncall Triage
timeout-minutes: 10
timeout-minutes: 20
uses: anthropics/claude-code-action@v1
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View File

@@ -9,6 +9,7 @@
- Improved memory usage in multi-agent sessions by releasing completed subagent task state
- Fixed MCP OAuth token refresh race condition when running multiple Claude Code instances simultaneously
- Fixed shell commands not showing a clear error message when the working directory has been deleted
- Fixed config file corruption that could wipe authentication when multiple Claude Code instances ran simultaneously
## 2.1.58