Skip to content

Releases: javded-itres/HelixAgent

Helix 0.1.7

10 Jun 06:30
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Added

  • helix profile whitelistadd, list, enable for per-profile terminal command whitelist
  • web-docs SEO — per-page meta, sitemap.xml, robots.txt, clean /docs/<slug> URLs
  • Docs chat widget — stable thinking indicator, auto-navigation to first doc link in reply
  • Yandex Webmaster verification file at site root

Documentation

  • TERMINAL_SECURITY (EN/RU) — whitelist, dangerous patterns, confirmations, allowed/forbidden commands
  • EXECUTION_MODES (EN/RU) — ReAct, Plan, Hybrid, Auto with prompt examples and plan approval flow
  • PROFILES, CLI, CONFIGURATION, SECURITY, DEPLOYMENT (EN/RU) — whitelist CLI and site build/SEO

Fixed

  • Docs sidebarexecution-modes and terminal-security pages visible in navigation
  • Locale in LLM replies/lang ru|en forces all user-facing responses in the selected language (agent, plan steps, docs chat)

Install: pipx install HelixAgentAi or pip install -U HelixAgentAi

Helix 0.1.6

09 Jun 13:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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

Helix 0.1.5

07 Jun 20:22
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Установка

pipx install HelixAgentAi
# или обновление:
pipx upgrade HelixAgentAi
helix version

Что нового

Безопасность

  • Защита от path traversal в GET /v1/plans/{plan_id}
  • Скрытие деталей исключений в API/streaming (кроме режима HELIX_LOG_DEBUG)
  • XSS-hardening в web-docs
  • Обязательный HELIX_API_KEY_PEPPER для хеширования API-ключей (HMAC-SHA256)
  • Строгая проверка hostname для URL провайдеров и GitHub-источников

Полный список изменений: CHANGELOG.md

Helix 0.1.4

07 Jun 19:44
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Установка

pipx install HelixAgentAi
helix version

Что нового

  • Обновлены гайды по установке для PyPI HelixAgentAi

Полный список изменений: CHANGELOG.md