feat: Enable Cline connector in terraphim_sessions #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
The Cline connector is implemented in
terraphim_sessionsbut not enabled in theterraphim_agentcrate. The agent's Cargo.toml only enablesaider-connectorfeature forterraphim_sessions, missing thecline-connectorfeature.Current State
crates/terraphim_sessions/src/connector/cline.rscline-connectorinterraphim_sessions/Cargo.tomlterraphim_sessions = { ..., features = ["tsa-full", "aider-connector"] }(missingcline-connector)Acceptance Criteria
cline-connectortoterraphim_sessionsfeatures interraphim_agent/Cargo.tomlConnectorRegistry::new()when feature is enabledterraphim-agent sessions sourcesdetects Cline when availableProposed Approach
Modify
crates/terraphim_agent/Cargo.toml:Dependencies
None
Verification
Scope
Single file change (Cargo.toml). No code changes required.
Upstream: This issue tracks a feature for terraphim/terraphim-ai
Closing -- Cline connector superseded. Session import now handled by opencode-native JSONL connector.