Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: local completion - part 1 #417

Merged
merged 8 commits into from
Sep 23, 2024
Merged

feat: local completion - part 1 #417

merged 8 commits into from
Sep 23, 2024

Conversation

x1unix
Copy link
Owner

@x1unix x1unix commented Sep 23, 2024

Summary

Use local completion dictionary instead of querying server for completions.
Completion dictionary is generated at build time and saved into IndexedDB.

Old Endpoint

Previously used /api/suggest endpoint is marked as deprecated and will be removed.

Phase out plans:

  • 2.2.0 - Mark endpoint as deprecated.
  • 2.3.0 - Stop providing any completions.
  • 2.4.0 - Remove endpoint.

@x1unix x1unix added this to the 2.2.0 milestone Sep 23, 2024
@x1unix x1unix merged commit 35f84eb into master Sep 23, 2024
1 check passed
@x1unix x1unix deleted the feat/local-completion branch September 23, 2024 18:54
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.

1 participant