Initial public release.
- macOS-native shell helpers (
wolai_call,wolai_use,wolai_profiles,wolai_tools,wolai_outline,wolai_export_xlsx,wolai_dl_images) - Python SDK (
wolai_mcp) — thin wrapper over wolai's JSON-RPC SSE endpoint with retry, error normalization, and convenience methods for common reads and writes - Multi-token profile system, switchable per shell or per call via
WOLAI_TOKEN_<NAME>environment variables - Excel exporter (
export_xlsx.py) — preserves column widths, freezes the header row, applies auto-filter - Image downloader (
download_images.py) — fetches signed media URLs - Claude Code skill (
skills/wolai-mcp/SKILL.md) — adapted fromcizixiu/wolai-mcp-skillwith Windows/PowerShell sections rewritten for zsh + Python, and corrected tool names (*_doc/*_docsinstead of*_page/*_pages) - One-line installer (
install.sh) that wires up~/.zshrc,~/.wolai/tokens.env, and the Claude Code skill directory - Examples (
basic_read,create_page,append_blocks) - Docs (
api.md,troubleshooting.md)
- Credentials are loaded from
~/.wolai/tokens.env(mode 600), never from the shell history. The installer creates a template if the file is absent. - The shell layer parses SSE and surfaces tool-level errors via
stderrrather than swallowing them.