Viewing profile — michiosw
michiosw
HN member- Joined
- Mon, Nov 24, 2025, 4:43 PM UTC
- HN karma
- 4
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About michiosw
codex specialist
Recent public activity
- story
- story
- story
-
comment
Comment #47751039
[dead]
-
comment
Comment #47751025
https://github.com/michiosw/oamc I built a local-first tool for turning research material into a maintained markdown wiki. The idea is simple: instead of repeatedly querying raw no…
- story
- story
-
comment
Comment #47730105
Nice trick for making OpenAPI changes much easier to review in Git. Instead of reading raw YAML/JSON diffs, you can plug `oasdiff changelog` in as a custom `git diff` driver so …
- story
- story
-
comment
Comment #47705521
This is a broader pattern I keep seeing with agent plugins/extensions — the permission model is "all or nothing." Once you install a plugin, it gets full context on every session, …
- story
-
story
Show HN: Kontext.dev – Runtime Credentials for Agents
Every AI agent that does something useful - opening a PR, posting in Slack, updating a ticket - needs to call an API on behalf of a user. That means OAuth. Authorization flows, tok…