Skip to content

Tags: terraphim/terraphim-ai

Tags

v1.21.3

Toggle v1.21.3's commit message
terraphim-ai v1.21.3

v1.21.2

Toggle v1.21.2's commit message
fix: keep theme swatch visible on mobile

v1.21.1

Toggle v1.21.1's commit message
terraphim-ai v1.21.1: tooling-only release, no source changes from v1…

….21.0

v1.20.5

Toggle v1.20.5's commit message
Release v1.20.5

v1.20.4

Toggle v1.20.4's commit message
v1.20.4: KG validation + LLM auto-config with dual-provider routing

- KG validation wired into executor hot paths (Firecracker/Docker/Local)
- QueryLoop validation with LLM context feedback (not error-out)
- ValidationEvent hooks for agent learning/security capture
- auto_configure_llm() with Ollama + OpenRouter capability routing
- RouterBridgeLlmClient with CapabilityFirst strategy
- rlm_query returns real LLM responses (was LlmNotConfigured)
- Local vs Docker executor side-by-side demo
- 127 tests pass, clippy clean

v1.20.3

Toggle v1.20.3's commit message
Release v1.20.3

Highlights:
- PR backlog cleared: 20 PRs resolved (7 merged, 12 closed, 2 fresh fixes)
- Security: --strict-permissions flag for adf CLI
- Security: Redis binds to 127.0.0.1:6379
- Feature: Graduated Guard (Phase H) with ExecutionTier
- Feature: Context rot detection
- Feature: Thesaurus matching in robot mode
- Fix: openai/* subscription models allowed in provider gate
- Fix: Rustdoc CI gate
- Fix: Remove zlob/Zig dependency for CI builds
- Quality: All tests pass

Refs #1926

v2026.05.30

Toggle v2026.05.30's commit message
Merge pull request 'feat(orchestrator): ADF direct-dispatch remediati…

…on Refs #1890' (#1885) from task/1890-adf-direct-dispatch-remediation into main

v1.20.2

Toggle v1.20.2's commit message
Release v1.20.2

v1.20.1

Toggle v1.20.1's commit message
Release v1.20.1: FffIndexer KG scorer middleware

v1.20.0

Toggle v1.20.0's commit message
Workspace release v1.20.0

Ships terraphim_grep as a published crate alongside terraphim_server, terraphim_agent,
and terraphim-cli at synchronised v1.20.0.

Workspace coherence fix: scripts/publish-crates.sh now publishes terraphim_service
as part of the chain (was previously absent, causing crates.io drift between
terraphim_service 1.16.34 and terraphim_types 1.19.3). The v1.20.0 publish chain
ships all of them at one coherent version.

See crates/terraphim_grep/RELEASE_NOTES_v1.20.0.md for grep-focused details.