Skip to content

Changelog

New tricks, fixes and everything Shiba learned lately. Shipped every week or two.

or follow RSS · GitHub releases
v0.9.018 Sept 2026Latest

Approvals on your phone

When Shibaox needs you, it now asks wherever you are. Approve or deny from a push notification, with the full tool call right there — no need to open your laptop.

Shibaox needs younow
  • New
    Push approvals in the iOS and Android apps (Pro).
  • New
    Per-skill approval rules: always ask, ask above an amount, or never ask.
  • Improved
    Tool calls now show a one-line summary before you expand them.
  • Fixed
    Scheduled skills no longer run twice after the laptop wakes from sleep.
v0.8.04 Sept 2026

Local models, first class

Run the whole agent offline. Shibaox now detects Ollama and LM Studio automatically and lets you pick a model per skill — keep private work local, send heavy lifting to the cloud.

toml
# ~/.shibaox/skills/inbox-zero.toml
model = "ollama/llama"
fallback = "claude-opus"
  • New
    Automatic discovery of Ollama and LM Studio models.
  • New
    Per-skill model and fallback settings.
  • Improved
    Faster startup when many MCP servers are connected.
v0.7.222 Aug 2026

Fixes and polish

  • Fixed
    Gmail drafts keep the original thread’s subject line.
  • Fixed
    Browser tool handles cookie banners on more sites.
  • Improved
    Clearer error when an API key has expired.
v0.7.08 Aug 2026

Skills hub

Browse and install skills the community has written, or publish your own with one command.

  • New
    shibaox skill publish shares a skill to the hub.
  • Breaking
    Skill files move from YAML to TOML. Run shibaox migrate once.