@urizafrir/pi-hebrew-rtl

Pi extension for Hebrew right-to-left text support

Packages

Package details

extension

Install @urizafrir/pi-hebrew-rtl from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@urizafrir/pi-hebrew-rtl
Package
@urizafrir/pi-hebrew-rtl
Version
0.1.1
Published
Jul 15, 2026
Downloads
84/mo · 84/wk
Author
urizafrir
License
MIT
Types
extension
Size
2.8 KB
Dependencies
0 dependencies · 0 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

Pi Hebrew RTL Extension

Adds right-to-left (RTL) support for Hebrew text in Pi conversations.

Features

  • Automatically detects Hebrew text in user input and assistant responses
  • Wraps Hebrew-containing text blocks with Unicode RTL control characters
  • Improves display of mixed Hebrew/English text in terminal applications

Installation

pi install git:github.com/urizafrir/pi-hebrew-rtl.git

Or install manually:

mkdir -p ~/.pi/agent/extensions/pi-hebrew-rtl
cd ~/.pi/agent/extensions/pi-hebrew-rtl
git clone https://github.com/urizafrir/pi-hebrew-rtl.git .

Usage

The extension works automatically once installed. Hebrew text will be properly displayed in:

  • User messages (input)
  • Assistant responses

No configuration or commands needed.

Development

# Clone the repository
git clone https://github.com/urizafrir/pi-hebrew-rtl.git
cd pi-hebrew-rtl

# Test the extension
echo "Test the extension with:"
echo "pi -e ./index.ts"

License

MIT