m3ta-chiron
9b1be8eca4
refactor(agents): consume llm-agents packages via pkgs.llm-agents namespace
...
numtide/llm-agents.nix's shared-nixpkgs overlay exposes everything under
pkgs.llm-agents.* — no flattening to top-level attrs anymore. Namespaced
refs fail loudly when the overlay is missing instead of silently falling
back to outdated nixpkgs attributes (opencode 0.3.x) or disappearing.
Requires the consumer's nixos-config to apply
inputs.llm-agents.overlays.shared-nixpkgs (see nixos-config
hosts/common/default.nix).
2026-08-31 11:44:22 +02:00
m3tam3re
890dc4cb2c
mcp changes
2026-08-25 20:09:58 +02:00
m3tam3re
b58b7e84d1
chore: opencode config updates
2026-08-15 13:53:22 +02:00
m3tam3re
f0e98a2ac7
feat: buzz
2026-08-08 17:46:57 +02:00
m3ta-chiron
6a67324c6d
fix: litelllm models
2026-08-03 11:49:56 +02:00
m3ta-chiron
c90f5a5857
fix: litelllm models
2026-08-03 11:49:23 +02:00
m3ta-chiron
69082a07f2
fix: litelllm models
2026-08-03 11:34:59 +02:00
m3tam3re
0db970c161
feat: docker-sbx
2026-08-02 16:34:20 +02:00
m3tam3re
516f9d74e0
chore: -aionui
2026-08-02 13:41:01 +02:00
m3tam3re
a9cf13abd4
feat: add some mcp servers
2026-07-30 14:50:43 +02:00
m3tam3re
4dec87ebc7
feat: okf skills
2026-07-30 14:22:13 +02:00
m3tam3re
acbf02c3e1
+opencode-desktop
2026-07-30 07:03:27 +02:00
m3ta-chiron
5e26e13aa7
chore: model changes for opencode
2026-07-17 07:21:35 +02:00
m3tam3re
32fdaddf7c
Merge branch 'master' of code.m3ta.dev:m3tam3re/m3ta-home
2026-07-08 20:41:14 +02:00
m3tam3re
99753e18df
feat: +aionui
2026-07-08 20:41:03 +02:00
m3tam3re
10876be5e6
fix: resolve eval warnings and npm prefix
2026-07-07 19:39:43 +02:00
m3tam3re
93cecb1a53
feat: herdr
2026-07-07 18:52:04 +02:00
m3tam3re
ed976b0e9e
chore: remove hermes-desktop
2026-07-05 18:37:34 +02:00
m3tam3re
013f031a56
feat: talk crunch
2026-07-02 20:26:03 +02:00
m3tam3re
9f44404d94
feat: talk crunch
2026-07-02 20:24:21 +02:00
m3ta-chiron
a42c196840
chore: update agent sources
2026-06-30 07:22:27 +02:00
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
fe88684d9d
chore: move openwork into agent context
2026-06-15 07:39:27 +02:00
m3tam3re
4a9d24fe08
fix: nix eval warnings
2026-06-11 17:33:32 +02:00
m3ta-chiron
74566375f9
+playwright mcp
2026-06-08 06:38:43 +02:00
m3tam3re
add002e05c
fix: make inputs self-contained
2026-06-06 13:13:58 +02:00
m3tam3re
b67922ca60
feat: add agent secrets and packages
2026-06-06 10:31:38 +02:00
m3ta-chiron
b2ca12f86c
fix(agents): stop legacy agent rendering
2026-06-01 08:36:13 +02:00
m3tam3re
6c6164043b
+agents-lib
2026-05-31 14:38:02 +02:00
m3tam3re
831698b766
+babysitter
2026-05-29 18:34:46 +02:00
m3tam3re
336a174a17
+worktrunk +babysitter
2026-05-29 17:37:09 +02:00
m3tam3re
9f35dfb253
fix: opencode config error
2026-05-11 17:14:53 +02:00
m3tm3re
cbe5a55937
fix: git default branch, cargo path nushell
2026-05-09 09:18:23 +02:00
m3tm3re
8e92a874f6
chore: + filezilla
2026-05-07 19:36:06 +02:00
m3tm3re
51edd1f8b0
fix: git identity
2026-05-05 19:21:20 +02:00
m3tm3re
9450422f08
feat(coding): enhance git, difftastic, and jj configuration
...
- Git: set main as default branch, configure difftastic as external diff
- Git: add useful aliases (co, br, lg, dft, ds, dl)
- Git: enable rerere, zdiff3 conflicts, merge-based pulls
- Difftastic: configure dark theme, Nix language support
- JJ: use difftastic as diff formatter with color support
2026-05-05 19:16:53 +02:00
m3tam3re
1f38ae50bf
chore: add missing pi-coding-agent
2026-05-04 08:51:04 +02:00
m3ta-chiron
fbc31450de
feat: initial m3ta-home structure
...
- flake.nix with nixpkgs, home-manager, nix-colors, m3ta-nixpkgs, agenix, NUR inputs
- lib/mkHome.nix: compose HM config from user + identity + context + sets
- profiles/base: shell, cli-tools, secrets (always loaded)
- profiles/contexts/desktop: WM, apps, theme, ghostty
- profiles/contexts/server: minimal headless
- profiles/sets/coding: core (git, direnv, jq, rg), editor, lsp, languages, agents
- profiles/sets/gaming: steam, gamescope, gpu
- profiles/sets/media: obs, ffmpeg, kdenlive, handbrake, yt-dlp
- users/m3tam3re/identities: private.nix, work.nix (git, jj, ssh per identity)
- users/m3tam3re/preferences: cliphist, difftastic, base packages
2026-05-02 09:08:40 +02:00