Compare commits
3 Commits
fea5cc887d
...
18a4e46bcb
| Author | SHA1 | Date | |
|---|---|---|---|
| 18a4e46bcb | |||
| f3cc67b17d | |||
| d142c5ff7e |
@@ -44,8 +44,7 @@ in
|
|||||||
--top-p 0.95 \
|
--top-p 0.95 \
|
||||||
--top-k 20 \
|
--top-k 20 \
|
||||||
--min-p 0.0 \
|
--min-p 0.0 \
|
||||||
--presence-penalty 0.0 \
|
--presence-penalty 1.5 \
|
||||||
--repeat-penalty 1.0 \
|
|
||||||
-dev CUDA0 \
|
-dev CUDA0 \
|
||||||
-fit off \
|
-fit off \
|
||||||
--chat-template-kwargs "{\"preserve_thinking\": true}"
|
--chat-template-kwargs "{\"preserve_thinking\": true}"
|
||||||
|
|||||||
@@ -16,16 +16,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "pi-coding-agent";
|
pname = "pi-coding-agent";
|
||||||
version = "0.73.0";
|
version = "0.73.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "badlogic";
|
owner = "earendil-works";
|
||||||
repo = "pi-mono";
|
repo = "pi-mono";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-oE4zMH5KEH185Vdp0CE221sa9rJJw35jFLlfhTa3Sg4=";
|
hash = "sha256-ZcqMWghMACzEUswLujwClPF1pbwjTKzTbcYW86ZvjL4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-rBlAzAnP9aif1tZ984AO4HftIJsDgLQ+02J3td4jcRg=";
|
npmDepsHash = "sha256-tneAcwtTIfkcqQ8/Ch1Xa6OiOkTjJNYbH8wfhNneT/g=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config makeWrapper ];
|
nativeBuildInputs = [ pkg-config makeWrapper ];
|
||||||
|
|
||||||
@@ -80,9 +80,9 @@ buildNpmPackage rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Coding agent CLI with read, bash, edit, write tools and session management";
|
description = "Coding agent CLI with read, bash, edit, write tools and session management";
|
||||||
homepage = "https://github.com/badlogic/pi-mono";
|
homepage = "https://github.com/earendil-works/pi-mono";
|
||||||
downloadPage = "https://www.npmjs.com/package/@mariozechner/pi-coding-agent";
|
downloadPage = "https://www.npmjs.com/package/@earendil-works/pi-coding-agent";
|
||||||
changelog = "https://github.com/badlogic/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md";
|
changelog = "https://github.com/earendil-works/pi-mono/blob/main/packages/coding-agent/CHANGELOG.md";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
maintainers = with lib.maintainers; [ evanreichard ];
|
maintainers = with lib.maintainers; [ evanreichard ];
|
||||||
mainProgram = "pi";
|
mainProgram = "pi";
|
||||||
|
|||||||
@@ -17,6 +17,8 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.nix-ld.enable = true;
|
||||||
|
|
||||||
hardware = {
|
hardware = {
|
||||||
enableRedistributableFirmware = true;
|
enableRedistributableFirmware = true;
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user