mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-04 12:32:40 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f48d799b9 | ||
|
|
7ec9125c54 | ||
|
|
644d6eb37f | ||
|
|
e67079be1f | ||
|
|
016734047d |
4
.github/workflows/oncall-triage.yml
vendored
4
.github/workflows/oncall-triage.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
oncall-triage:
|
oncall-triage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 25
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
issues: write
|
issues: write
|
||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run Claude Code for Oncall Triage
|
- name: Run Claude Code for Oncall Triage
|
||||||
timeout-minutes: 10
|
timeout-minutes: 20
|
||||||
uses: anthropics/claude-code-action@v1
|
uses: anthropics/claude-code-action@v1
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1.62
|
||||||
|
|
||||||
|
- Fixed prompt suggestion cache regression that reduced cache hit rates
|
||||||
|
|
||||||
|
## 2.1.61
|
||||||
|
|
||||||
|
- Fixed concurrent writes corrupting config file on Windows
|
||||||
|
|
||||||
## 2.1.59
|
## 2.1.59
|
||||||
|
|
||||||
- Claude automatically saves useful context to auto-memory. Manage with /memory
|
- Claude automatically saves useful context to auto-memory. Manage with /memory
|
||||||
@@ -9,6 +17,7 @@
|
|||||||
- Improved memory usage in multi-agent sessions by releasing completed subagent task state
|
- 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 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 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
|
## 2.1.58
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user