che
che copied to clipboard
Investigate the integration of Claude Code with Eclipse Che
Is your task related to a problem? Please describe
Currently, Claude Code [1] is primarily available as a CLI tool. Developers working in Eclipse Che workspaces don't have a straightforward way to leverage Claude Code's AI-assisted development capabilities.
https://www.claude.com/product/claude-code
Describe the solution you'd like
I would like to investigate and potentially implement integration between Claude Code and Eclipse Che that would allow developers to use Claude Code seamlessly within Eclipse Che workspaces. This could take several forms:
- Terminal Integration: Enable Claude Code to run within Eclipse Che's integrated terminal with full functionality
- Plugin/Extension: Develop an Eclipse Che plugin that provides a native interface to Claude Code's capabilities
- DevWorkspace Configuration: Create pre-configured devfiles that include Claude Code setup and configuration
Describe alternatives you've considered
No response
Additional context
No response
@adietish , you had some work at https://github.com/eclipse-che/che/issues/23642 to provide some cli-based LLMs in Che. Could that work be a starting point for this ?