Markus Fritsche marfrit
marfrit pushed to main at marfrit/kernel-agent 2026-07-25 15:50:51 +00:00
d9dc8bacd4 ka-install: implement --render/--dry-run mode (issue #38)
marfrit commented on issue marfrit/kernel-agent#38 2026-07-25 15:49:40 +00:00
[ka:cli-build-out] ka-install: --render/--dry-run mode (compute install plan without executing)

Implementation report

Closes #38.

What was done

New file: bin/ka-install (243 lines, Python3)

Read-only install-plan computation engine. Always --render mode (never executes).

-…

marfrit opened issue marfrit/kernel-agent#38 2026-07-25 12:45:26 +00:00
[ka:cli-build-out] ka-install: --render/--dry-run mode (compute install plan without executing)
marfrit pushed to main at marfrit/llm-proxy 2026-07-24 13:35:05 +00:00
cf4d6ca610 stream fix: read1() not read(65536) — flush SSE as it arrives
marfrit pushed to main at marfrit/llm-proxy 2026-07-24 12:39:49 +00:00
484296b277 reasoning passthrough: enable_thinking for configured local models
marfrit pushed to master at marfrit/sic 2026-07-24 07:22:40 +00:00
ef1d6b517d README: document nesting — the nested-container-hop feature (V2)
marfrit pushed to main at marfrit/llm-proxy 2026-07-24 06:15:20 +00:00
cc3be17994 Initial commit: llm-proxy (de-hardcoded, portable)
marfrit created branch main in marfrit/llm-proxy 2026-07-24 06:15:20 +00:00
marfrit pushed to main at marfrit/marfrit-packages 2026-07-23 17:27:44 +00:00
7d6a5a601e sic 0.2.1: fix the v2 stdin hang (sicd reaps on child-exit)
marfrit pushed tag v0.2.1 to marfrit/sic 2026-07-23 17:26:15 +00:00
marfrit pushed to master at marfrit/sic 2026-07-23 17:26:14 +00:00
62ed5a1c08 sicd: reap on child-exit instead of blocking on stdin (fixes the v2 stdin hang)
marfrit closed issue marfrit/sic#1 2026-07-23 12:07:10 +00:00
sic swallows a bare --, breaking every nested command that needs one
marfrit commented on issue marfrit/sic#1 2026-07-23 12:07:10 +00:00
sic swallows a bare --, breaking every nested command that needs one

Fixed in v0.2.0 (v2 wire protocol). Argv is carried end-to-end as length-framed netstrings — no layer re-parses or interprets it — so a bare -- survives into the innermost argv untouched,…

marfrit pushed to master at marfrit/sic 2026-07-23 11:17:10 +00:00
20a6608f0e docs+examples: de-identify — generic hosts, no personal/model/internal names
marfrit pushed to main at marfrit/marfrit-packages 2026-07-23 10:42:25 +00:00
c694fc93f7 ci: unblock sic jobs — sicd-arch needed a job on the DEAD debian-aarch64 runner
marfrit pushed to main at marfrit/marfrit-packages 2026-07-23 10:15:49 +00:00
522f9c0364 sic 0.2.0: nested targets + v2 argv-boundary wire (dual-read, backward compatible)
marfrit pushed tag v0.2.0 to marfrit/sic 2026-07-23 10:12:16 +00:00
marfrit pushed to master at marfrit/sic 2026-07-23 10:12:15 +00:00
4fcd8512ae sicd: canonical argc + wire-spec doc rot (reviewer 964 re-probe #1/#2/#3)
ebccfa0467 sic: v2 main() — nested targets, boundary-preserved argv, real stdin forwarding
e1f93dea7c sicd+client: explicit argc in v2 content — empty args representable (reviewer 964 #1)
1c43b6d9c0 sicd: bound outer netstring length before alloc + argv element count (reviewer 964 #2/#3)
b71ea84670 sic v2 client: rework frame builders to the argv-netstring wire (match daemon bf82a80)
Compare 26 commits »
marfrit closed issue marfrit/claude-his-agent#9 2026-07-23 03:42:51 +00:00
dspark cluster runs SINGLE-RAIL: NCCL_IB_HCA prefix excludes the second 200G rail (bosch<->escher)
marfrit commented on issue marfrit/claude-his-agent#9 2026-07-23 03:42:51 +00:00
dspark cluster runs SINGLE-RAIL: NCCL_IB_HCA prefix excludes the second 200G rail (bosch<->escher)

Closing at Markus’ request — lack of information to act on this. The second 200G rail (roceP2p1s0f0) is up and idle, but we do not have the confirmed NCCL_IB_HCA value or a verified way to bring…