Commit graph

16 commits

Author SHA1 Message Date
Luc Georges 92fc885503
fix: helix editor build crash (#73) 2024-02-08 22:43:56 +01:00
Luc Georges 54b25a8731
feat: add socket connection (#72) 2024-02-07 15:06:58 +01:00
Luc Georges 455b085c96
refactor: error handling (#71) 2024-02-07 12:34:17 +01:00
Johan von Forstner b1d0eb4ffe
add support for Kotlin language (#52) 2023-12-15 15:01:40 +01:00
Luc Georges c7affd0da9
feat: testbed (#39) 2023-11-06 21:26:37 +01:00
Luc Georges 4aacd7087b
feat: improve logging (#34)
* feat: imporve logging

* feat: bump to `0.4.0`

* docs: add features section in README
2023-10-18 11:12:37 +02:00
Luc Georges cdbf76fd43
feat: improve suggestions based on AST (#30)
* feat: improve suggestions based on AST

* feat: bump version to `0.3.0`
2023-10-11 19:33:57 +02:00
Luc Georges b6d6c6cccd
feat: send warning to client when unauthenticated (#27) 2023-10-10 14:43:12 +02:00
Luc Georges fbaf98203f
fix: don't use tokenizer on config error (#22) 2023-09-25 15:10:29 +02:00
Luc Georges 787f2a1a26
feat: improve tokenizer config (#21)
* feat: improve tokenizer config

* fix: add untagged decorator to `TokenizerConfig`

* feat: bump version to `0.2.0`
2023-09-21 17:57:19 +02:00
Luc Georges eeb443feb3
feat: add user agent (#20)
* feat: add user agent

* feat: add mock_server to repo

* feat: bump to `0.1.1`
2023-09-21 14:32:21 +02:00
Luc Georges f5e6911932
feat: add CI for release (#8)
* feat: add release CI

* debug: disable `aarch64-unknown-linux-gnu` & add missing `pkgconfig`

* fix: add `g++` & `pkg-config`

* fix: install libssl-dev on ubuntu

* fix: add sudo in specific case

* fix: remove ssl dependency

* feat: update Cargo.lock

* fix: use gcc-multilib

* fix: disable aarch64-linux for now

* fix: disable problematic platforms

* fix: comment out `aarch64-pc-windows-msvc`

* fix: set allow deadcode for `Document.language_id`

* fix: set valid release tag
2023-09-05 13:32:35 +02:00
Luc Georges ba4b20e6d5
refactor: remove file path header (#7) 2023-08-27 20:13:35 +02:00
Luc Georges 073be09042
feat: add tokenizer for context window size check (#5)
* feat: add tokenizer for context window size check

* refactor: clippy

* refactor: use `format!` instead of mut

* refactor: remove unnecessary cloning
2023-08-27 00:21:55 +02:00
Luc Georges b3b7bb2b4e
feat: code completion (#2) 2023-08-24 17:46:26 +02:00
Luc Georges f3a7f8ee03 feat: init ccserver 2023-08-10 22:46:10 +02:00