mirror of
https://github.com/anthropics/claude-code.git
synced 2026-02-19 04:27:33 -08:00
Compare commits
1 Commits
claude/sla
...
claude/sla
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8ba1f691f |
@@ -5,6 +5,7 @@
|
|||||||
- Added env var `CLAUDE_CODE_ENABLE_TASKS`, set to `false` to keep the old system temporarily
|
- Added env var `CLAUDE_CODE_ENABLE_TASKS`, set to `false` to keep the old system temporarily
|
||||||
- Added shorthand `$0`, `$1`, etc. for accessing individual arguments in custom commands
|
- Added shorthand `$0`, `$1`, etc. for accessing individual arguments in custom commands
|
||||||
- Fixed crashes on processors without AVX instruction support
|
- Fixed crashes on processors without AVX instruction support
|
||||||
|
- Fixed subscription intent not being preserved through OAuth authentication flow, causing users who selected the Pro plan to land on the regular interface instead of completing the upgrade after sign-in
|
||||||
- Fixed dangling Claude Code processes when terminal is closed by catching EIO errors from `process.exit()` and using SIGKILL as fallback
|
- Fixed dangling Claude Code processes when terminal is closed by catching EIO errors from `process.exit()` and using SIGKILL as fallback
|
||||||
- Fixed `/rename` and `/tag` not updating the correct session when resuming from a different directory (e.g., git worktrees)
|
- Fixed `/rename` and `/tag` not updating the correct session when resuming from a different directory (e.g., git worktrees)
|
||||||
- Fixed resuming sessions by custom title not working when run from a different directory
|
- Fixed resuming sessions by custom title not working when run from a different directory
|
||||||
|
|||||||
Reference in New Issue
Block a user