Compare commits

8 Commits

Author SHA1 Message Date
m3ta-chiron 57c467ef11 chore: fix opus 4.8 thinking 2026-06-15 13:01:07 +02:00
m3ta-chiron fbcf8f65e6 chore: fix opus 4.8 thinking 2026-06-15 12:59:17 +02:00
m3ta-chiron ef78590a6a chore: opus 4.8 2026-06-15 12:46:09 +02:00
m3ta-chiron 39cc27fd72 chore: hyprland monitor config import from dms 2026-06-15 11:00:32 +02:00
m3ta-chiron fe88684d9d chore: move openwork into agent context 2026-06-15 07:39:27 +02:00
m3ta-chiron 4b4221da30 fix: resolve flake lock conflict markers 2026-06-15 07:22:07 +02:00
m3ta-chiron 9be26d79cc feat: openwork 2026-06-15 07:13:29 +02:00
m3ta-chiron 2821f4b6f4 feat: openwork 2026-06-15 07:13:04 +02:00
4 changed files with 9 additions and 9 deletions
Generated
+4 -4
View File
@@ -296,11 +296,11 @@
"openspec": "openspec" "openspec": "openspec"
}, },
"locked": { "locked": {
"lastModified": 1781153970, "lastModified": 1781500279,
"narHash": "sha256-OtC89zreW6Api7wpF5u76Jvkn8uQJiM+0yFFn/r+rj8=", "narHash": "sha256-810qVHwu6jVhu01FWj9dXuruK84Gw2smAlbu6FPBfeY=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8fae0726a53ecabb04f4a0931a17a25de6a05fbf", "rev": "050c273c65b36dc03c34a7547d80e88afff5ac48",
"revCount": 324, "revCount": 327,
"type": "git", "type": "git",
"url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs" "url": "ssh://gitea@code.m3ta.dev/m3tam3re/nixpkgs"
}, },
+1 -1
View File
@@ -19,7 +19,7 @@ in {
source = [ source = [
"~/.config/hypr/dms/colors.conf" "~/.config/hypr/dms/colors.conf"
"~/.config/hypr/dms/layout.conf" "~/.config/hypr/dms/layout.conf"
"~/.config/hypr/monitors.conf" "~/.config/hypr/dms/outputs.conf"
]; ];
exec-once = [ exec-once = [
"vibetyper" "vibetyper"
+1
View File
@@ -74,5 +74,6 @@
# opencode-desktop # opencode-desktop
openshell openshell
openspec openspec
openwork
]; ];
} }
+3 -4
View File
@@ -227,12 +227,11 @@
output = 64000; output = 64000;
}; };
}; };
"claude-opus-4-6" = { "claude-opus-4-8" = {
name = "Claude Opus 4.6"; name = "Claude Opus 4.8";
options = { options = {
thinking = { thinking = {
type = "enabled"; type = "adaptive";
budget_tokens = 16000;
}; };
}; };
limit = { limit = {