Skip to content

fix(tui): show built-in subagents in @ autocomplete#5370

Closed
sachnun wants to merge 2 commits into
anomalyco:devfrom
sachnun:fix/autocomplete-builtin-subagents
Closed

fix(tui): show built-in subagents in @ autocomplete#5370
sachnun wants to merge 2 commits into
anomalyco:devfrom
sachnun:fix/autocomplete-builtin-subagents

Conversation

@sachnun

@sachnun sachnun commented Dec 11, 2025

Copy link
Copy Markdown
Contributor

Summary

  • Show built-in subagents (@general, @explore) in the @ autocomplete suggestions

Why

  • Previously, built-in subagents were filtered out from the autocomplete list, making it impossible to invoke them via @ mentions as documented

Closes #5367

@sachnun
sachnun force-pushed the fix/autocomplete-builtin-subagents branch from d6a722d to 30ba0c3 Compare December 11, 2025 09:36
@thdxr
thdxr force-pushed the dev branch 3 times, most recently from f1ae801 to 08fa7f7 Compare January 30, 2026 14:37
@sachnun sachnun closed this Feb 2, 2026
adolago added a commit to adolago/zee that referenced this pull request Feb 7, 2026
- Guard resolveUserPath against undefined input (anomalyco#10176): return
  process.cwd() when input is falsy in utils.ts, config/paths.ts, and
  daemon/paths.ts to prevent TypeError crashes from 60+ call sites
- Bump minimum Node.js from 22.0.0 to 22.12.0 (anomalyco#5370): update
  MIN_NODE in runtime-guard.ts and error message to avoid confusing
  module-not-found errors on older 22.x versions
- Remove query-parameter token acceptance (anomalyco#9436): drop ?token= fallback
  from extractHookToken() and deprecation warning from server-http.ts;
  remove token param from ensureTailscaleEndpoint(); tokens must now use
  Authorization: Bearer or X-Zee-Token header

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't invoke @general or @explore

1 participant