Commit Graph

159 Commits

Author SHA1 Message Date
ad180a2890 Update roles/home/aichat/roles/commitmessage.md 2024-11-18 10:56:59 +00:00
Giulio De Pasquale
47495b845a chore: formatting TOML files 2024-11-17 20:52:45 +00:00
Giulio De Pasquale
49913ef5e8 feat(home/helix): add taplo to the list of packages 2024-11-17 20:52:27 +00:00
Giulio De Pasquale
23ee309b8f refactor(home/aichat): update configuration and roles handling
- Removed inline `config` and `roles` definitions
- Used `lib.readFile` to load external files for configuration and roles
- Organized role files into separate markdown documents
2024-11-17 20:28:08 +00:00
Giulio De Pasquale
8b467e073e chore(commits.sh): remove unnecessary trailing newlines
- Removed two trailing newline characters at the end of the file
2024-11-17 20:16:14 +00:00
Giulio De Pasquale
227c289967 fix(home/zsh.nix): correct path for commitFunctions
- Updated the path to correctly place `commits.sh` inside the `bin` directory
2024-11-17 20:16:01 +00:00
Giulio De Pasquale
58e2b8dab7 feat(home/git.nix): enable Git LFS and add aliases
- Enabled Git Large File Storage (LFS)
- Added `ai` alias to generate diff with AI chat
2024-11-17 20:15:47 +00:00
Giulio De Pasquale
72167fd861 refactor(config.yaml): update client configuration for openai-compatible
- Updated `type` to `openai-compatible`
- Added `name` field for clarity
- Adjusted `api_base` URL to include `/v1`
- Simplified and updated model configurations for consistency
2024-11-17 20:15:18 +00:00
Giulio De Pasquale
bd9329a9ed Add files 2024-11-17 20:10:06 +00:00
Giulio De Pasquale
251d38d411 Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos 2024-11-17 14:17:56 +00:00
Giulio De Pasquale
d9e6d1acd4 feat: load helix files from files 2024-11-17 14:15:29 +00:00
2db9c318a1 Update roles/home/zsh.nix 2024-11-14 11:17:26 +00:00
e084734e4a Update roles/home/helix.nix 2024-10-08 12:27:27 +01:00
a24e261521 Update roles/home/helix.nix 2024-10-08 12:21:12 +01:00
Giulio De Pasquale
84b014fdac fix(aichat): max input tokens 8192 and remove example in createpr 2024-07-25 23:26:40 +01:00
Giulio De Pasquale
8d80114fe8 feat(helix): use nixd and mypy for pylsp 2024-07-17 00:41:43 +01:00
Giulio De Pasquale
f571e82c28 Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos 2024-07-16 23:49:33 +01:00
Giulio De Pasquale
2baae66b09 fix(helix): fixed python lsp, golangci-lint use repo defaults 2024-07-16 23:47:08 +01:00
55f370c9d1 Update roles/home/aichat.nix 2024-07-03 10:18:00 +01:00
29692c5f29 Update roles/home/aichat.nix 2024-07-03 10:13:02 +01:00
abb0002c4c Update roles/home/aichat.nix 2024-07-02 15:20:14 +01:00
897b7eb644 Update roles/home/aichat.nix 2024-07-02 15:07:16 +01:00
22bc7e809c Update roles/home/aichat.nix 2024-07-01 18:40:29 +01:00
1459444d6c Update roles/home/aichat.nix 2024-07-01 18:34:08 +01:00
180556cf45 Update roles/home/aichat.nix 2024-07-01 18:30:11 +01:00
866a5de2b8 Update roles/home/aichat.nix 2024-07-01 18:26:31 +01:00
047c36f1ca Update roles/home/aichat.nix 2024-07-01 18:20:31 +01:00
fe6d156580 Update roles/home/aichat.nix 2024-07-01 18:19:40 +01:00
e3013a77b7 Update roles/home/aichat.nix 2024-07-01 18:18:39 +01:00
Giulio De Pasquale
26eaa20559 fix(helix): add missing language server for Python development
- Added `pyright` to the list of language servers in the Helix configuration
2024-06-30 17:45:40 +01:00
c756fc15b2 Update roles/home/aichat.nix 2024-06-07 13:22:22 +01:00
e109349112 Update roles/home/aichat.nix 2024-06-07 11:58:32 +01:00
89cc2be685 Update roles/home/aichat.nix 2024-06-07 11:58:18 +01:00
771c2c0e65 Update roles/home/aichat.nix 2024-06-07 10:04:16 +01:00
6a4c95010c Update roles/home/helix.nix 2024-06-05 15:23:58 +01:00
f8ce135e8e Update roles/home/helix.nix 2024-06-05 15:22:01 +01:00
c002fadb44 Update roles/home/helix.nix 2024-06-05 15:21:14 +01:00
e5b806cdde Update roles/home/helix.nix 2024-06-05 15:18:35 +01:00
9977b89d90 Update roles/home/helix.nix 2024-06-05 15:14:35 +01:00
ac7315ff59 Update roles/home/helix.nix 2024-06-05 13:37:51 +01:00
50156120cd Update roles/home/helix.nix 2024-06-05 11:48:21 +01:00
Giulio De Pasquale
e5703ed0c2 feat(aichat): update AIChat configuration and add new roles
- Renamed `aichatConfigDir` to `configDir`
- Updated the content of `config.yaml` with new models and types, increased maximum tokens for some models, and removed unnecessary configurations
- Added `roles.yaml` file with new roles for generating commit messages and pull request descriptions based on git diffs and commit messages
2024-06-04 22:52:51 +01:00
Giulio De Pasquale
f8a716f8ba Use aichat flake 2024-06-02 01:39:58 +01:00
Giulio De Pasquale
e06abe1474 Bump to 24.05 2024-06-01 11:41:26 +01:00
Giulio De Pasquale
2bad3c7b70 fix(helix): fixed golangci-lint-langserver config 2024-05-28 13:00:05 +01:00
Giulio De Pasquale
537107283a helix: added init commands for golangci-lint-langserver 2024-05-28 12:48:24 +01:00
Giulio De Pasquale
22856c31a4 helix: added golangci-lint-langserver in addition to gopls as langserver for go 2024-05-28 12:11:54 +01:00
Giulio De Pasquale
8a5ab606e6 helix: removed aichat part and general cleanup 2024-05-27 13:39:25 +01:00
Giulio De Pasquale
a889960107 added separate aichat role 2024-05-27 13:38:59 +01:00
Giulio De Pasquale
8795b45fb1 aichat: added more providers 2024-04-30 12:00:47 +01:00