From 5e4e007b67f8e70325c5deb32f55c4585062232d Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Sat, 10 Jan 2026 06:14:02 +0100 Subject: [PATCH] opencode update --- flake.lock | 4 ++-- flake.nix | 4 ++-- home/features/cli/default.nix | 1 + home/features/coding/opencode.nix | 12 ++++++------ 4 files changed, 11 insertions(+), 10 deletions(-) diff --git a/flake.lock b/flake.lock index 9e23f07..10d9f3d 100644 --- a/flake.lock +++ b/flake.lock @@ -243,8 +243,8 @@ "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1767978308, - "narHash": "sha256-7X/OmsmkcaHgh6hABeG4dJ0tML/x34Sjr9jFOliSfyk=", + "lastModified": 1768021270, + "narHash": "sha256-T6xgoK73y5me8UNZUVQ1peySNM1m+fY0Vb5ZqG1YU/Q=", "path": "/home/m3tam3re/p/NIX/nixpkgs", "type": "path" }, diff --git a/flake.nix b/flake.nix index a46386d..8934457 100644 --- a/flake.nix +++ b/flake.nix @@ -22,8 +22,8 @@ nixpkgs-9e58ed7.url = "github:nixos/nixpkgs/9e58ed7ba759d81c98f033b7f5eba21ca68f53b0"; nixpkgs-master.url = "github:nixos/nixpkgs/master"; - m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; - # m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; + # m3ta-nixpkgs.url = "git+https://code.m3ta.dev/m3tam3re/nixpkgs"; + m3ta-nixpkgs.url = "path:/home/m3tam3re/p/NIX/nixpkgs"; # nur = { url = "github:nix-community/NUR"; diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index 849a73e..70ba26a 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -214,6 +214,7 @@ llm lf nix-index + nix-update libnotify nushellPlugins.skim progress diff --git a/home/features/coding/opencode.nix b/home/features/coding/opencode.nix index 2182a92..ddfa23c 100644 --- a/home/features/coding/opencode.nix +++ b/home/features/coding/opencode.nix @@ -139,28 +139,28 @@ }; }; librarian = { - model = "anthropic/claude-sonnet-4-5"; + model = "opencode/claude-sonnet-4-5"; permission = { edit = "deny"; bash = "deny"; }; }; explore = { - model = "anthropic/claude-sonnet-4-5"; + model = "opencode/claude-sonnet-4-5"; permission = { edit = "deny"; bash = "deny"; }; }; oracle = { - model = "anthropic/claude-sonnet-4-5"; + model = "opencode/claude-sonnet-4-5"; permission = { edit = "deny"; bash = "deny"; }; }; frontend-ui-ux-engineer = { - model = "anthropic/claude-opus-4-5"; + model = "opencode/claude-opus-4-5"; permission = { edit = "allow"; bash = { @@ -180,14 +180,14 @@ }; }; document-writer = { - model = "anthropic/claude-opus-4-5"; + model = "opencode/claude-opus-4-5"; permission = { edit = "allow"; bash = "deny"; }; }; multimodal-looker = { - model = "anthropic/claude-opus-4-5"; + model = "opencode/claude-opus-4-5"; permission = { edit = "deny"; bash = "deny";