All capabilities
Capability
Smart Context Management
Only pass what's relevant. Not the full conversation history.
Summary
You do not need to pass all old messages to the model in a session. To keep knowledge of context, only pass what is relevant to the user's latest prompt.
The problem
Long sessions balloon context windows. Every follow-up re-sends the entire chat history, multiplying cost and latency.
How Devtor solves it
Devtor scores message and file relevance against your latest prompt. Only high-signal context is attached — compressed summaries replace redundant history.
Benefits
- Relevance scoring per message and file
- Smart compression for older session turns
- Continuity without full-history replay
- Lower latency on follow-up prompts
Use cases
- Iterating on a feature across a long debugging session
- Scoped questions about one module in a monorepo
- Handoffs between teammates on shared tasks
Part of the orchestration flow
Ready to orchestrate?
Installation guide and CLI — coming soon.