Skip to content

Helix 0.1.6

Choose a tag to compare

@javded-itres javded-itres released this 09 Jun 13:04
· 172 commits to main since this release
Immutable release. Only release title and notes can be modified.

Documentation

  • Profiles & Isolation (EN/RU) — per-profile .env, gateway, Telegram, workspace jail
  • Profile access keys — optional protection for profile switching (profile key, --protect, HELIX_PROFILE_KEY)
  • Telegram channel @helix_agent linked in README and TELEGRAM guides
  • DEPLOYMENT — per-profile gateway, systemd helix-gateway@, docs-server configuration
  • CONFIGURATION, CLI, GATEWAY, USER_GUIDE updated for profiles and multi-gateway setup
  • Donation link updated to Boosty

Added

  • Per-profile isolation: env, gateway state, Telegram bot, workspace jail
  • Optional profile access keys (off by default; opt-in via --protect or profile key init)
  • helix profileenv, jail, key status|init|rotate|disable
  • --no-verify-ssl on helix models setup and helix models add for self-signed/internal LLM endpoints
  • Cross-session memory search tools
  • Telegram: send generated files to chat; paginated /skills picker
  • Per-profile gateway deployment (helix-gateway@.service)

Fixed

  • Custom provider setup: probe_provider is not defined
  • Gateway legacy state and orphan companion workers
  • Context compression at 95% after tools and on session load
  • Graph max_steps check before tool dispatch in plan mode
  • Runtime data stored under profile dir instead of project CWD
  • CLI hints omit -p default for active profile

Install: pipx install HelixAgentAi or pip install -U HelixAgentAi