#cli
4 posts
-
Contract Tests and a Web Channel Sketch
Phases 49-50 of kodr: pinning the channel boundary down with contract tests so CLI, TUI and web can never drift apart, then the smallest honest proof of a web UI - a local-only JSON server that is emphatically not a second harness.
#ai#kodr#local-models#agents#cli#testing -
A Terminal UI, and Why It's Boring on Purpose
Phases 45-48 of kodr: a line-oriented TUI, an apply-review loop, a heartbeat for slow local calls, and Markdown session export - all in service of one idea, that the UI is just an adapter over a single shared request flow.
#ai#kodr#local-models#agents#cli#safety -
Five Bugs, a Real Diff, and the Token Bill
Phases 39-41 of kodr: a review that found five plausible bugs hiding behind green tests (including an SSRF redirect bypass), a zero-dependency unified diff worth reading, and token usage finally shown where you look.
#ai#kodr#local-models#agents#security#cli -
inspect-json: a Zero-Dependency Lens for AI Logs
A small CLI I built to read LLM request and response payloads the way I actually want them - useful parts first, JSON-in-JSON decoded, zero dependencies. Now public on npm.
#ai#observability#agents#cli#nodejs