[PR #836] [CLOSED] fix(cli): unify /quit and /exit with alias support in autocomplete #930

Closed
opened 2026-02-16 09:17:39 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/836
Author: @shuaixr
Created: 1/18/2026
Status: Closed

Base: masterHead: feat/autocomplete-aliases


📝 Commits (2)

  • c9456a1 fix(cli): unify /quit and /exit with alias support in autocomplete
  • a76a615 Merge master into feat/autocomplete-aliases

📊 Changes

2 files changed (+43 additions, -18 deletions)

View changed files

📝 libs/cli/deepagents_cli/widgets/autocomplete.py (+27 -18)
📝 libs/cli/tests/unit_tests/test_autocomplete.py (+16 -0)

📄 Description

Update SLASH_COMMANDS to support aliases
Refactor SlashCommandController to search by aliases
Remove redundant /exit from the dropdown
Add unit tests for alias lookup

close #651


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagents/pull/836 **Author:** [@shuaixr](https://github.com/shuaixr) **Created:** 1/18/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feat/autocomplete-aliases` --- ### 📝 Commits (2) - [`c9456a1`](https://github.com/langchain-ai/deepagents/commit/c9456a1fc3aa0ad6b98318abf1c9eddbcf402d26) fix(cli): unify /quit and /exit with alias support in autocomplete - [`a76a615`](https://github.com/langchain-ai/deepagents/commit/a76a6155262c1f42b521146d87a70eb258de6174) Merge master into feat/autocomplete-aliases ### 📊 Changes **2 files changed** (+43 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `libs/cli/deepagents_cli/widgets/autocomplete.py` (+27 -18) 📝 `libs/cli/tests/unit_tests/test_autocomplete.py` (+16 -0) </details> ### 📄 Description Update `SLASH_COMMANDS` to support aliases Refactor `SlashCommandController` to search by aliases Remove redundant `/exit` from the dropdown Add unit tests for alias lookup close #651 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 09:17:39 -05:00
yindo closed this issue 2026-02-16 09:17:39 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#930