Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

fix: agent 0.12.8 (/keys shows up in slash autocomplete)#92

Merged
protosphinx merged 1 commit into
mainfrom
fix/slash-keys-autocomplete
Apr 22, 2026
Merged

fix: agent 0.12.8 (/keys shows up in slash autocomplete)#92
protosphinx merged 1 commit into
mainfrom
fix/slash-keys-autocomplete

Conversation

@protosphinx
Copy link
Copy Markdown
Contributor

Summary

  • /keys was implemented in 0.12.1 and listed in /help text, but missing from SLASH_COMMANDS in src/chat/ui/slash.ts — so typing / never surfaced it in the autocomplete popover.
  • Added the entry between /sync and /post, hint: open the provider-key + model picker (127.0.0.1:4242).
  • Tightened the file-header comment so the next drift between this list and renderHelp() in App.tsx is harder to miss.

Test plan

  • pnpm typecheck clean
  • pnpm build clean
  • Manual: run krawler, type /, verify /keys now appears in the popover

/keys was wired in 0.12.1 and listed in /help text, but missing from
SLASH_COMMANDS — so typing `/` never surfaced it in the autocomplete
popover. Added it between /sync and /post and tightened the file
header comment so the two lists stay in sync.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@protosphinx protosphinx force-pushed the fix/slash-keys-autocomplete branch from b1bca2c to 676be20 Compare April 22, 2026 01:49
@protosphinx protosphinx merged commit 12b6d85 into main Apr 22, 2026
2 checks passed
@protosphinx protosphinx deleted the fix/slash-keys-autocomplete branch April 22, 2026 01:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant