Commit Graph

184 Commits

Author SHA1 Message Date
f5d6979a88 Update roles/home/helix.nix 2025-01-15 12:05:36 +00:00
8a5300a7cc Update roles/home/helix/languages.toml 2025-01-15 12:05:22 +00:00
fc5519e6d2 Update roles/home/helix.nix 2025-01-15 12:03:43 +00:00
7a2ac84649 Update roles/home/zsh.nix 2025-01-14 12:15:13 +00:00
d9a40c1a94 Update roles/home/zsh.nix 2025-01-14 12:07:25 +00:00
07a4a7e0be Update roles/home/aichat/roles/createpr.md 2025-01-02 16:59:49 +00:00
48cd242684 Update roles/home/aichat/roles/createpr.md 2025-01-02 16:44:39 +00:00
dfbcb83427 Update roles/home/aichat/roles/commitmessage.md 2025-01-02 16:33:19 +00:00
ec0899fed3 Update roles/home/scripts/commits.sh 2024-12-23 14:35:32 +00:00
165fa5f3ce Update roles/home/scripts/commits.sh 2024-12-11 16:56:19 +00:00
a62e0f2869 Update roles/home/scripts/commits.sh 2024-12-11 16:33:12 +00:00
a6df154f43 Update roles/home/aichat/roles/createpr.md 2024-12-11 11:40:42 +00:00
Giulio De Pasquale
c50e278db7 fix(config): update max_input_tokens for pino-coder to 16000 2024-12-10 12:04:50 +00:00
Giulio De Pasquale
c14ae459ff feat(roles/acme.nix): add DNS provider configuration for OVH 2024-12-07 10:52:52 +00:00
Giulio De Pasquale
586529e23d Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos 2024-12-06 17:34:41 +00:00
5a95a015e8 Update roles/home/scripts/commits.sh 2024-12-06 12:03:58 +00:00
Giulio De Pasquale
4ecc45a4bd feat(git.nix): add ais alias for staged diffs
- Introduced `ais` alias to generate commit messages from staged diffs using `aichat`
- The alias runs `git diff --staged HEAD` and pipes the output to `aichat` with the specified model and request type
2024-12-06 12:02:35 +00:00
5ebc68ad80 fix(create_pr_from_files): improved robustness che prima faceva schifo 2024-12-05 15:02:19 +00:00
d91b3bc9a9 scripts(zsh): update create_pr_from_files 2024-12-04 16:13:24 +00:00
91d7bcbab1 Update roles/home/scripts/commits.sh 2024-12-04 11:34:05 +00:00
b0080ad5e9 Update roles/home/aichat/roles/commitmessage.md 2024-11-26 12:55:41 +00:00
Giulio De Pasquale
3b28f09e04 Merge branch 'master' of ssh://git.giugl.io/peperunas/nixos 2024-11-18 20:02:51 +00:00
Giulio De Pasquale
9abf353f88 fix(nix): update stateVersion and remove adb plugin
- Updated `stateVersion` to "24.11"
- Removed `adb` from the list of oh-my-zsh plugins in `zsh.nix`
2024-11-18 19:58:32 +00:00
36c8e99d7e Update roles/home/helix.nix 2024-11-18 11:41:55 +00:00
45971753fd Update roles/home/aichat/roles/commitmessage.md 2024-11-18 10:59:52 +00:00
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