index
:
dispatch
dev
main
v2-deprecated
-
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
packages
/
kernel
/
src
/
host
/
host.ts
Age
Commit message (
Expand
)
Author
8 days
style: switch from tabs to 2-space indentation
Adam Malczewski
2026-06-11
feat(cache-warming): per-conversation prompt-cache warming + warm() service
Adam Malczewski
2026-06-10
feat(skills): skill system + load_skill tool via per-turn tools filter
Adam Malczewski
2026-06-06
feat(frontend,wire): surface system (FE slice 1) + @dispatch/wire types-only ...
Adam Malczewski
2026-06-05
refactor(observability): pure-types contracts/logging + Span body channel; ve...
Adam Malczewski
2026-06-05
feat(observability): Phase A logging substrate — Logger/Span ABI + journal ...
Adam Malczewski
2026-06-05
refactor(host): expose getHostAPI(); host-bin drops duplicate adapter; storag...
Adam Malczewski
2026-06-05
feat(auth): provider resolves credentials via AuthContract, not config
Adam Malczewski
2026-06-04
fix(kernel): expose getProviders/getTools on HostAPI (CR-2) + runTurn uses in...
Adam Malczewski
2026-06-04
feat(kernel): extension host — discovery, DAG resolve, apiVersion check, ac...
Adam Malczewski