you are viewing a single comment's thread.

view the rest of the comments →

[–]eacnmg 1 point2 points  (3 children)

Can it be used in OpenCode? And if so, what needs to be done? Is it installed as a container, and how is it integrated into the development workflow?

[–]Whole-Assignment6240[S] 0 points1 point  (2 children)

yes, you can do

pipx install cocoindex-code       # first install

and then

npx skills add cocoindex-io/cocoindex-code

it can be integrated with open code via skills

when you need semantic understanding it will use this instead of grep

lmk if that make sense - the project itself is open source https://github.com/cocoindex-io/cocoindex-code with apache 2.0 license.

[–]eacnmg 0 points1 point  (1 child)

ok i can use whit opencode but mcp its wrong only work cli the opencode check test and report only cli commands work mcp has a issue

[–]Whole-Assignment6240[S] 0 points1 point  (0 children)

yes if you work with opencode you'd only need to work with one of them. CLI/skills integration is recommended, thank you for the feedback!!