Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 1.42 KB

File metadata and controls

31 lines (27 loc) · 1.42 KB

Changelog

[0.1.0] - 2026-06-10

Initial public release.

Added

  • 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 from cizixiu/wolai-mcp-skill with Windows/PowerShell sections rewritten for zsh + Python, and corrected tool names (*_doc/*_docs instead 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)

Notes

  • 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 stderr rather than swallowing them.