Skip to content

📦 Claude Code v1.0.108 - SDK Hooks and Enhanced Permission Control - #333

Closed
claude-yolo[bot] wants to merge 1 commit into
mainfrom
docs/claude-code-v1.0.108-1757182979
Closed

📦 Claude Code v1.0.108 - SDK Hooks and Enhanced Permission Control#333
claude-yolo[bot] wants to merge 1 commit into
mainfrom
docs/claude-code-v1.0.108-1757182979

Conversation

@claude-yolo

@claude-yolo claude-yolo Bot commented Sep 6, 2025

Copy link
Copy Markdown
Contributor

Summary

Major Claude Code documentation update for v1.0.108 with significant SDK enhancements:

SDK Hooks System: New TypeScript/JavaScript lifecycle hooks for PreToolUse, PostToolUse, UserPromptSubmit, and more
Enhanced canUseTool: Permission control system now supports input modification and runtime validation
Full Feature Parity: SDK now supports all Claude Code features (subagents, hooks, slash commands, memory)
Security Clarifications: Updated write access restriction documentation
Tool Updates: LS tool removed from available tools list

Key Changes

SDK Hooks (Major Feature)

  • Complete lifecycle hook system with typed inputs/outputs
  • Support for PreToolUse, PostToolUse, SessionStart/End, and more
  • In-process JavaScript/TypeScript functions (no external processes)
  • Parallel execution with timeout handling
  • Practical examples for logging, validation, auto-formatting

Permission Control Enhancements

  • canUseTool callback now supports input modification
  • Runtime permission validation
  • Comprehensive examples for audit logging, rate limiting
  • Integration with hook system

Documentation Architecture

  • Reorganized SDK overview with clearer feature explanations
  • Comprehensive TypeScript examples throughout
  • Better type safety documentation

Test Plan

  • Version bump verified (1.0.106 → 1.0.108)
  • All documentation links and references updated
  • Code examples validated for syntax
  • Security documentation reviewed

🤖 Generated with Claude Code

🔧 Major SDK enhancements:
- Added TypeScript/JS lifecycle hooks for PreToolUse, PostToolUse, etc.
- Enhanced canUseTool permission control with input modification
- Full Claude Code feature support documentation (subagents, hooks, slash commands)
- Improved SDK architecture and type safety

🛡️ Security updates:
- Clarified write access restrictions and permission boundaries

🛠️ Tool changes:
- Removed LS tool from available tools list

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@claude-yolo

claude-yolo Bot commented Sep 7, 2025

Copy link
Copy Markdown
Contributor Author

Superseded by #334 (already merged). Night shift created multiple PRs for v1.0.108.

@claude-yolo claude-yolo Bot closed this Sep 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants