Skip to content

v0.1.2

Choose a tag to compare

@CaddyGlow CaddyGlow released this 22 Jul 22:32
· 128 commits to main since this release

[0.1.2] - 2025-07-22

Added

  • Permission Mode Support: Restored --permission-mode option supporting default, acceptEdits, and bypassPermissions modes
  • Custom Permission Tool: Restored --permission-prompt-tool-name option to specify custom permission tool names
  • Permission Response Models: Added PermissionToolAllowResponse and PermissionToolDenyResponse models with proper JSON serialization

Changed

  • Message Formatting: Modified MessageConverter.combine_text_parts() to join text parts with newlines instead of spaces, preserving formatting in multi-line content
  • Settings Integration: Enhanced OptionsHandler to apply default Claude options from settings before API parameters
  • Configuration: Extended settings to persist permission_mode and permission_prompt_tool_name