104 Commits

Author SHA1 Message Date
Himadri Bhattacharjee
8e045994a8 feat: devShell: add bacon to flake 2025-11-13 19:04:16 +05:30
Himadri Bhattacharjee
48a15defcf feat: add dry-run subcommand to check snippet on sample code 2025-11-13 19:03:59 +05:30
Himadri Bhattacharjee
4fb97f27b0 deps: bump cargo dependencies 2025-11-13 19:03:39 +05:30
Himadri Bhattacharjee
bb6e5fca7e Merge pull request #13 from lavafroth/dependabot/cargo/tracing-subscriber-0.3.20
chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
2025-11-13 17:35:05 +05:30
Himadri Bhattacharjee
fd5fb501df Merge pull request #12 from lavafroth/dependabot/cargo/tree-sitter-javascript-0.25.0
chore(deps): bump tree-sitter-javascript from 0.23.1 to 0.25.0
2025-11-13 17:33:55 +05:30
dependabot[bot]
dbeea93010 chore(deps): bump tracing-subscriber from 0.3.19 to 0.3.20
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.19 to 0.3.20.
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20)

---
updated-dependencies:
- dependency-name: tracing-subscriber
  dependency-version: 0.3.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 20:56:25 +00:00
dependabot[bot]
af831852d9 chore(deps): bump tree-sitter-javascript from 0.23.1 to 0.25.0
Bumps [tree-sitter-javascript](https://github.com/tree-sitter/tree-sitter-javascript) from 0.23.1 to 0.25.0.
- [Release notes](https://github.com/tree-sitter/tree-sitter-javascript/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter-javascript/compare/v0.23.1...v0.25.0)

---
updated-dependencies:
- dependency-name: tree-sitter-javascript
  dependency-version: 0.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-08 20:54:52 +00:00
Himadri Bhattacharjee
6eab02575a Merge pull request #10 from lavafroth/dependabot/cargo/clap-4.5.45
chore(deps): bump clap from 4.5.41 to 4.5.45
2025-09-01 05:29:39 +00:00
Himadri Bhattacharjee
80fe8a3f16 Merge pull request #8 from lavafroth/dependabot/cargo/tokenizers-0.21.4
chore(deps): bump tokenizers from 0.21.1 to 0.21.4
2025-09-01 05:24:10 +00:00
Himadri Bhattacharjee
60256c06cc feat: update vscode lsp config 2025-08-26 12:02:58 +05:30
Himadri Bhattacharjee
caf4f51d22 Merge branch 'dump-expression' 2025-08-26 11:59:13 +05:30
Himadri Bhattacharjee
a543e80a04 ver: bump version for next release 2025-08-26 11:58:53 +05:30
Himadri Bhattacharjee
f0c137ade4 fix: reintroduce the root node for anchoring flexibility 2025-08-26 11:57:15 +05:30
Himadri Bhattacharjee
7b0f818d38 feat: parse capture groups with + or * wildcards 2025-08-26 10:41:54 +05:30
dependabot[bot]
4195cbb734 chore(deps): bump clap from 4.5.41 to 4.5.45
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.41 to 4.5.45.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.41...clap_complete-v4.5.45)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 05:05:31 +00:00
Himadri Bhattacharjee
e5602c688c add subcommands for ast quick actions 2025-08-18 16:57:03 +05:30
Himadri Bhattacharjee
89e4c3b5fb docs: document binary releases 2025-08-18 10:29:54 +05:30
Himadri Bhattacharjee
e24e62873f ci: remove macos release currently resulting unusable builds 5.2.2 2025-08-18 09:36:43 +05:30
Himadri Bhattacharjee
0b9ab89f35 ci: release build script
ci: use stable toolchain
2025-08-17 18:13:36 +05:30
Himadri Bhattacharjee
650329206d docs: document new supported languages 2025-08-17 17:37:34 +05:30
Himadri Bhattacharjee
7d9c3a448f feat: cli flag to dump S expression for a source file
TODO: move to being a subcommand
2025-08-17 17:34:43 +05:30
Himadri Bhattacharjee
633c1a206b deps: bump flake 2025-08-13 19:31:42 +05:30
Himadri Bhattacharjee
ab4c62fcf4 lint: clippy 2025-08-13 19:31:33 +05:30
Himadri Bhattacharjee
6ff9ba9d16 feat: add javascript and cpp language support 2025-08-13 19:31:26 +05:30
dependabot[bot]
e348b9a830 chore(deps): bump tokenizers from 0.21.1 to 0.21.4
Bumps [tokenizers](https://github.com/huggingface/tokenizers) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/huggingface/tokenizers/releases)
- [Changelog](https://github.com/huggingface/tokenizers/blob/main/RELEASE.md)
- [Commits](https://github.com/huggingface/tokenizers/compare/v0.21.1...v0.21.4)

---
updated-dependencies:
- dependency-name: tokenizers
  dependency-version: 0.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 06:07:01 +00:00
Himadri Bhattacharjee
d359121afd feat: add support for multiple files in the workdir 2025-08-01 20:29:58 +05:30
Himadri Bhattacharjee
4abd2cffac Merge pull request #5 from lavafroth/dependabot/cargo/clap-4.5.41
chore(deps): bump clap from 4.5.39 to 4.5.41
2025-07-29 07:04:12 +00:00
Himadri Bhattacharjee
daccd63006 feat: remove redundant normalization by token count before l2_norm of embeddings 2025-07-22 19:38:39 +05:30
dependabot[bot]
87e096f0bc Merge pull request #3 from lavafroth/dependabot/cargo/tree-sitter-0.25.8 2025-07-19 14:59:25 +00:00
Himadri Bhattacharjee
91d2640c11 feat: add preview gif 2025-07-19 19:23:58 +05:30
dependabot[bot]
ec3b89f455 chore(deps): bump clap from 4.5.39 to 4.5.41
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.39 to 4.5.41.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.39...clap_complete-v4.5.41)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-19 08:07:55 +00:00
Himadri Bhattacharjee
c734c81a04 feat: implement shallow globbing; removed dep glob 2025-07-19 13:36:39 +05:30
dependabot[bot]
e7cae348a1 chore(deps): bump tree-sitter from 0.25.6 to 0.25.8
Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.25.6 to 0.25.8.
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.25.6...v0.25.8)

---
updated-dependencies:
- dependency-name: tree-sitter
  dependency-version: 0.25.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-17 07:43:28 +00:00
Himadri Bhattacharjee
faea784d8f ci: add dependabot 2025-07-17 13:12:23 +05:30
Himadri Bhattacharjee
e8970f21ff ci: add pipeline to build and test crate 2025-07-17 07:34:50 +00:00
Himadri Bhattacharjee
a1445b2f03 fmt: cargo fmt 2025-07-14 17:36:43 +05:30
Himadri Bhattacharjee
8f5e618841 fix: reshape tokenized f32 vector dimensions to hidden_size 2025-07-14 17:36:43 +05:30
Himadri Bhattacharjee
996142c8dd feat: custom snippet dir support 2025-07-14 17:18:24 +05:30
Himadri Bhattacharjee
b32ed48471 feat: dotdirs for editors 4.0.0 2025-07-14 06:49:05 +05:30
Himadri Bhattacharjee
a4b77cd40b docs: update installation instructions 2025-07-14 06:35:57 +05:30
Himadri Bhattacharjee
c137a6c586 ver: bump version: breaking changes removed REST API 2025-07-14 06:28:38 +05:30
Himadri Bhattacharjee
7e6300f8e9 feat: add vscode-lspconfig settings 2025-07-14 06:27:20 +05:30
Himadri Bhattacharjee
949e5f5df4 docs: remove http api cruft 2025-07-14 06:27:01 +05:30
Himadri Bhattacharjee
08df630a2b feat: remove all actix components 2025-07-09 13:10:51 +05:30
Himadri Bhattacharjee
c8a62b9b42 docs: update docs for generate and refactor directives 2025-07-09 11:42:07 +05:30
Himadri Bhattacharjee
34aeae0496 feat: deprecate language inference from prompt 2025-07-09 08:21:33 +05:30
Himadri Bhattacharjee
bc4f29393e feat: remove language dependence on prompt
breaking change
2025-07-09 08:21:33 +05:30
Himadri Bhattacharjee
dfa414163d chore: extract dimensions into larger scope 2025-07-09 07:55:28 +05:30
Himadri Bhattacharjee
a6b9910d39 feat: add generate feature for lsp 2025-07-08 17:27:15 +05:30
Himadri Bhattacharjee
cf11c5774d fix: parse only the selected text in contextual refactor 2025-07-08 17:05:08 +05:30