Commit Graph

114 Commits

Author SHA1 Message Date
m3tam3re 20678635f8 chore: app updates 2026-05-23 08:31:36 +02:00
m3tam3re 688ddf4e21 kestractl: 1.3.0 -> 1.4.0 2026-05-23 07:47:51 +02:00
m3ta-chiron 50a182b259 chore: n8n update 2026-05-20 19:57:15 +02:00
nix-update bot 5a0629ca43 eigent: 0.0.90 -> 0.0.91
Diff: https://github.com/eigent-ai/eigent/compare/v0.0.90...v0.0.91
2026-05-20 04:02:19 +02:00
Sascha König b4efb556cf chore: update n8n 2026-05-18 07:12:01 +02:00
m3tm3re db1a29df15 chore: upates for vibetyper + n8n 2026-05-09 08:52:46 +02:00
nix-update bot 03944ac550 mem0: 2.0.1 -> 2.0.2
Diff: https://github.com/mem0ai/mem0/compare/v2.0.1...v2.0.2

Changelog: https://github.com/mem0ai/mem0/releases/tag/v2.0.2
2026-05-08 04:01:35 +02:00
m3ta-chiron 8d7a1b4f3d chore: n8n update 2026-05-07 19:30:57 +02:00
m3ta-chiron f7f0c4072e fix(n8n): use stable tag target to get actual version
The previous jq filter grabbed the first non-stable release by creation date,
which incorrectly returned 1.123.38 instead of the latest stable 2.18.5.

Now query the 'stable' tag directly and extract version from its
target_commitish (e.g., 'release/2.18.5' -> '2.18.5'), ensuring we always
get the actual latest stable version.

Also bump version from 2.17.8 to 2.18.5 with updated hashes.
2026-04-29 18:40:49 +02:00
m3tm3re e601fde026 kestractl: 1.2.2 -> 1.3.0 2026-04-29 18:39:03 +02:00
nix-update bot c63ecc899c td: 0.43.0 -> 0.44.0
Update Nix Packages with nix-update / nix-update (push) Successful in 2m35s
Diff: https://github.com/marcus/td/compare/v0.43.0...v0.44.0
2026-04-28 04:03:27 +02:00
nix-update bot 5d2bfbd27c sidecar: 0.83.0 -> 0.84.0
Diff: https://github.com/marcus/sidecar/compare/v0.83.0...v0.84.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.84.0
2026-04-28 04:02:57 +02:00
nix-update bot 66c398d196 mem0: 1.0.9 -> 2.0.1
Diff: https://github.com/mem0ai/mem0/compare/v1.0.9...v2.0.1

Changelog: https://github.com/mem0ai/mem0/releases/tag/v2.0.1
2026-04-28 04:02:08 +02:00
m3tm3re 31464e245e chore(nix): remove deprecated packages
- Remove opencode flake input (old v1.4.3 URL, superseded)
- Remove code2prompt package
- Remove opencode-desktop package
2026-04-27 20:14:18 +02:00
m3ta-chiron 251a6892a3 fix(n8n): resolve nix-update hash prefetch failure
- Remove --pure from nix-shell shebang to allow network access
- Add --flake --system x86_64-linux for proper flake evaluation
- Navigate to nixpkgs root before running nix-update
- Also bump version 2.17.5 -> 2.17.8
2026-04-27 19:46:14 +02:00
m3tm3re 03ad7451fc feat: update documentation, lib functions, modules, and packages
Update Nix Packages with nix-update / nix-update (push) Failing after 3h23m59s
2026-04-22 18:50:31 +02:00
m3tm3re edae9ba3c9 chore: update n8n, vibetyper 2026-04-19 18:11:43 +02:00
Chiron 44c7e0d19a chore: sync non-pi changes from remote (eigent update, formatting fixes, gitignore) 2026-04-18 10:05:59 +00:00
Chiron a4e540630d docs: clarify system binding in pkgs/default.nix 2026-04-18 10:05:16 +00:00
m3tm3re 03ffb69526 flake-update 2026-04-13 18:40:27 +02:00
m3tm3re b6f13f06d0 flake-update 2026-04-13 17:35:08 +02:00
m3tm3re 77833a7eca flake update
Update Nix Packages with nix-update / nix-update (push) Failing after 8m0s
2026-04-08 17:47:20 +02:00
m3tm3re 715d06e83b +vibetyper + eigent
Update Nix Packages with nix-update / nix-update (push) Failing after 6m8s
2026-04-06 18:38:15 +02:00
m3tm3re 19332ebb74 openshell: 0.0.22 -> 0.0.23 2026-04-06 18:23:44 +02:00
m3tm3re b65bbcacbe openshell: 0.0.16 -> 0.0.22 2026-04-05 04:16:24 +02:00
m3tm3re feb5dcd673 -openwork
Update Nix Packages with nix-update / nix-update (push) Failing after 2m13s
2026-04-03 15:18:06 +02:00
m3tm3re c6740493b4 -openwork 2026-04-03 15:17:15 +02:00
m3tm3re 53220ae007 fix: remove openwork sidecars in preFixup to prevent .opencode-wrapped conflict 2026-04-03 12:44:45 +02:00
m3tm3re ccd2e7df08 fix: .desktop for vibetyper 2026-04-03 11:23:56 +02:00
m3tm3re ec6b3b9683 fix: remove sidecar binaries from openwork $out/bin to fix buildEnv conflict
openwork bundles opencode and other sidecars into bin/ during postFixup.
These are internal Tauri app resources, not user-facing executables.
When both openwork and opencode are installed in home-manager, buildEnv
fails with a conflict on .opencode-wrapped.

Remove sidecar binaries (opencode, opencode-router, openwork-server,
openwork-orchestrator, chrome-devtools-mcp, versions.json) from $out/bin
in postFixup so they don't leak into the top-level profile.

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-04-03 11:13:10 +02:00
m3tm3re 85fd377ab1 feat: openwork + vibetyper 2026-04-03 10:58:03 +02:00
sascha.koenig cd3c5ed9ad fix: formatting opencode module 2026-04-03 08:31:15 +02:00
sascha.koenig 561b174ddc flake update 2026-04-01 14:10:41 +02:00
nix-update bot 5c7156a93c mem0: 1.0.7 -> 1.0.9
Update Nix Packages with nix-update / nix-update (push) Successful in 45m51s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.7...v1.0.9

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.9
2026-03-29 04:01:54 +02:00
sascha.koenig 0f2693a812 feat: +basecamp-cli
Update Nix Packages with nix-update / nix-update (push) Failing after 7m22s
2026-03-27 11:56:04 +01:00
m3tm3re 6d8bcbb27b chore: ci-update
Update Nix Packages with nix-update / nix-update (push) Successful in 40m47s
2026-03-25 19:11:57 +01:00
m3tm3re 27eb412218 kestractl: 1.0.0 -> 1.2.2 2026-03-25 19:10:35 +01:00
m3tm3re 038afafd33 openshell: 0.0.14 -> 0.0.16 2026-03-25 19:10:23 +01:00
nix-update bot 39931b3eab td: 0.42.2 -> 0.43.0
Update Nix Packages with nix-update / nix-update (push) Failing after 7m40s
Diff: https://github.com/marcus/td/compare/v0.42.2...v0.43.0
2026-03-24 15:07:04 +01:00
nix-update bot 151dde22f6 sidecar: 0.80.0 -> 0.83.0
Diff: https://github.com/marcus/sidecar/compare/v0.80.0...v0.83.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.83.0
2026-03-24 15:06:36 +01:00
m3tm3re 418c3b1331 feat: add openshell package
Update Nix Packages with nix-update / nix-update (push) Successful in 35m25s
2026-03-23 19:56:15 +01:00
nix-update bot f084f3a4f5 td: 0.42.1 -> 0.42.2
Update Nix Packages with nix-update / nix-update (push) Successful in 2m35s
Diff: https://github.com/marcus/td/compare/v0.42.1...v0.42.2
2026-03-22 03:02:59 +01:00
nix-update bot d1b7cd99e2 sidecar: 0.79.0 -> 0.80.0
Diff: https://github.com/marcus/sidecar/compare/v0.79.0...v0.80.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.80.0
2026-03-22 03:02:32 +01:00
nix-update bot 10ef69b99f td: 0.42.0 -> 0.42.1
Update Nix Packages with nix-update / nix-update (push) Successful in 5m56s
Diff: https://github.com/marcus/td/compare/v0.42.0...v0.42.1
2026-03-21 15:03:00 +01:00
nix-update bot ef786fd0b1 sidecar: 0.78.0 -> 0.79.0
Diff: https://github.com/marcus/sidecar/compare/v0.78.0...v0.79.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.79.0
2026-03-21 15:02:34 +01:00
nix-update bot 25968af711 mem0: 1.0.6 -> 1.0.7
Update Nix Packages with nix-update / nix-update (push) Successful in 6m1s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.6...v1.0.7

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.7
2026-03-21 03:01:45 +01:00
nix-update bot 5ce015afa3 mem0: 1.0.5 -> 1.0.6
Update Nix Packages with nix-update / nix-update (push) Successful in 4m51s
Diff: https://github.com/mem0ai/mem0/compare/v1.0.5...v1.0.6

Changelog: https://github.com/mem0ai/mem0/releases/tag/v1.0.6
2026-03-18 03:01:42 +01:00
sascha.koenig 424c212194 +kestracli 2026-03-16 10:27:54 +01:00
nix-update bot 7551a6b919 td: 0.41.0 -> 0.42.0
Update Nix Packages with nix-update / nix-update (push) Successful in 18m27s
Diff: https://github.com/marcus/td/compare/v0.41.0...v0.42.0
2026-03-10 03:04:11 +01:00
nix-update bot 8bb7211ccc sidecar: 0.77.0 -> 0.78.0
Diff: https://github.com/marcus/sidecar/compare/v0.77.0...v0.78.0

Changelog: https://github.com/marcus/sidecar/releases/tag/v0.78.0
2026-03-10 03:03:56 +01:00