mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
feat: remove prompt completion feature (#1076)
This commit is contained in:
parent
e1e7a0d606
commit
07069f00d1
11 changed files with 99 additions and 665 deletions
|
|
@ -164,11 +164,6 @@ describe('InputPrompt', () => {
|
|||
setActiveSuggestionIndex: vi.fn(),
|
||||
setShowSuggestions: vi.fn(),
|
||||
handleAutocomplete: vi.fn(),
|
||||
promptCompletion: {
|
||||
text: '',
|
||||
accept: vi.fn(),
|
||||
clear: vi.fn(),
|
||||
},
|
||||
};
|
||||
mockedUseCommandCompletion.mockReturnValue(mockCommandCompletion);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue