hermes-agent/tui_gateway
Teknium eca85e81d6
feat(complete): offer agent profiles as @mention completions (#85799)
Typing '@t' in the composer only ever completed paths/directives —
agent profiles were invisible even though multi-agent UIs (Bot Mode)
route @<profile> as a handoff. complete.path now surfaces matching
profiles for bare-word @queries, ranked above file hits (there are at
most a handful), plus the full list on a bare '@'. The primary profile
is also offered as '@hermes' when no real profile claims that name.
@kind: directive queries are untouched.

Verified live: '@t' -> @turqoise first, '@her' -> @hermes,
'@file:tur' unaffected.
2026-08-13 20:43:41 -07:00
..
__init__.py
_stdin_recovery.py
compute_host.py
entry.py
event_publisher.py
git_probe.py
host_supervisor.py
loop_noise.py
method_ctx.py
methods_complete.py feat(complete): offer agent profiles as @mention completions (#85799) 2026-08-13 20:43:41 -07:00
methods_config.py
methods_images.py fix: route image.generate through the provider dispatcher (#85520) 2026-08-13 11:23:51 -07:00
methods_profiles.py fix: voice dictation broken in profiles created via profiles.create (missing stt/tts config) (#85755) 2026-08-13 19:01:11 -07:00
methods_prompt.py
methods_session.py
methods_tools.py feat: forward repeat through cron.manage add (#85602) 2026-08-13 13:14:57 -07:00
project_tree.py
render.py
server.py docs: fix stale parity claim in _BARE_BILLING_PROVIDERS comment 2026-08-14 02:02:18 +05:30
slash_fuzzy.py
slash_worker.py
synthetic_turn.py
transport.py
turn_marker.py
ws.py