mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-22 20:12:45 +00:00
Compare commits
2 Commits
v2.1.59
...
oct/increa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e67079be1f | ||
|
|
016734047d |
4
.github/workflows/oncall-triage.yml
vendored
4
.github/workflows/oncall-triage.yml
vendored
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user