Commit graph

8 commits

Author SHA1 Message Date
9f6895f696 chore: org rename fai-modules/fai-plugins -> chain-modules/chain-plugins + LICENSE holder
Signed-off-by: flemming-it <sf@flemming.it>
2026-06-16 18:25:51 +02:00
458f1711bd refactor: depend on renamed chain-plugin-sdk
Signed-off-by: flemming-it <sf@flemming.it>
2026-06-16 11:31:00 +02:00
208b8c65ca chore: contact email platform@ -> chain@flemming.ai
Signed-off-by: flemming-it <sf@flemming.it>
2026-06-16 10:16:41 +02:00
7b7709b6b1 refactor: rename to chain:studio-plugin WIT + provider chain
Tracks the platform's fai->chain rename: provider chain, WIT ABI
chain:studio-plugin / chain:platform (binding paths/accessors), SDK pin.

Signed-off-by: flemming-it <sf@flemming.it>
2026-06-15 22:56:20 +02:00
3f1fc1eae8 chore: schema_version 3 (no field descriptions; plugin has no inputs/outputs)
Signed-off-by: flemming-it <sf@flemming.it>
2026-06-01 22:46:28 +02:00
f554511780 chore(module): schema_version 2 + explicit provider
Brings module.yaml in line with F∆I 0.12.0's capability naming
convention. The legacy schema_version 1 (with implicit provider)
still loads in 0.12.0 via the grace-period default, but this
bump makes the publisher identity explicit and unblocks
storage-layout migration via 'fai migrate'.

See fai/platform docs/reference/capability-namespaces.yaml +
docs/operations/migration-to-0.12.md.

Signed-off-by: flemming-it <sf@flemming.it>
2026-05-28 11:48:25 +02:00
302932182c chore(plugin): adopt fai-plugin-sdk naming + fai-plugins repo URL
Aligns with the three SDK families convention in
fai/platform/docs/architecture/sdks.md.

Signed-off-by: flemming-it <sf@flemming.it>
2026-05-26 00:59:29 +02:00
884e275b0e feat: studio.translate.ollama v0.1.0 — Ollama-backed translate hook
First plugin to exercise the Studio-plugin translate hook
end-to-end. Routes through an Ollama-shaped /api/chat
endpoint configured via OLLAMA_ENDPOINT (default
http://localhost:11434/api/chat).

System prompt constrains the model to ONLY the translation —
no commentary, no markdown frames — so the translate hook
contract (plain string in, plain string out) stays honest.

Declared permissions: net: localhost + net: 127.0.0.1 +
net: ollama. Operator policy extends the ceiling for
remote / cloud LLM endpoints.

v0.1 limits: no glossary, no batching, no caching. Same SDK
v0.1 single-world contract — declares Declined stubs for the
theme and output-view hooks.

Built artefact: ~108 KiB stripped wasm. Uploaded to
releases.fai.flemming.ai (sha256 0101ed6e…) and reachable via
`fai install studio.translate.ollama`.

Signed-off-by: flemming-it <sf@flemming.it>
2026-05-25 23:02:44 +02:00