HeuristicCompletion-History introduces a new fetcher that improves Completion’s access to the user’s history.
# HeuristicCompletion-History [](https://github.com/omarabedelkader/ChatPharo) [](https://github.com/omarabedelkader/HeuristicCompletion-History/blob/master/LICENSE) [](https://github.com/omarabedelkader/HeuristicCompletion-History/pulls) [](https://github.com/omarabedelkader/HeuristicCompletion-History) ```smalltalk Metacello new githubUser: 'omarabedelkader' project: 'HeuristicCompletion-History' commitish: 'main' path: 'src'; baseline: 'ExtendedHeuristicCompletionHistory'; load. ``` ```smalltalk Metacello new baseline: 'ExtendedHeuristicCompletionHistory'; repository: 'github://omarabedelkader/HeuristicCompletion-History:main/src'; load. ```