📦 Claude Code v1.0.108 - Major SDK hooks system and API improvements - #331
Closed
claude-yolo[bot] wants to merge 1 commit into
Closed
📦 Claude Code v1.0.108 - Major SDK hooks system and API improvements#331claude-yolo[bot] wants to merge 1 commit into
claude-yolo[bot] wants to merge 1 commit into
Conversation
🔥 MAJOR UPDATE: Version 1.0.106 → 1.0.108 ## Key Features Added - **SDK Hooks System**: Complete lifecycle customization with PreToolUse, PostToolUse, etc - **Enhanced canUseTool**: Now supports input modification (updatedInput) - **Better SDK Documentation**: 518 lines of improved examples and type definitions - **Reorganized SDK Overview**: Clearer feature descriptions and use cases ## Changes - Added comprehensive hooks documentation with practical examples - Enhanced TypeScript SDK with better type safety and examples - Improved permission control patterns - Removed LS tool from available tools list - Updated security documentation for write permissions 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
Author
|
Superseded by #334 (already merged). Night shift created multiple PRs for v1.0.108. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
🚨 MAJOR VERSION UPDATE: Claude Code v1.0.106 → v1.0.108
This update introduces a comprehensive hooks system to the TypeScript SDK and significant API improvements, representing one of the largest SDK updates to date.
🔥 Major Features Added
updatedInputfor modifying tool inputs at runtime📋 Changes
SDK Enhancements:
Core Changes:
🎯 Why This Matters
The hooks system transforms the SDK from a simple query interface into a fully customizable agent platform. Developers can now:
This brings SDK capabilities much closer to the full Claude Code CLI experience.
Test Plan
🤖 Generated with Claude Code