Skip to content

feat: add AI Code Completion tool template (#16)#34

Open
lout33 wants to merge 2 commits into
codesphere-community:mainfrom
lout33:add-ai-code-completion
Open

feat: add AI Code Completion tool template (#16)#34
lout33 wants to merge 2 commits into
codesphere-community:mainfrom
lout33:add-ai-code-completion

Conversation

@lout33
Copy link
Copy Markdown

@lout33 lout33 commented May 16, 2026

Summary

Adds an AI Code Completion tool template for Codesphere workspaces.

Features

  • Self-hosted code completion tool (no external API required)
  • CodeMirror 6 editor with syntax highlighting
  • Multi-language support: JavaScript, Python, HTML, CSS, JSON
  • Local snippet-based completions — code never leaves your workspace
  • Next.js 14 with App Router

Payout

Files

  • ai-code-completion/ - complete Next.js application
  • ai-code-completion/ci.yml - Codesphere CI pipeline
  • ai-code-completion/metadata.json - template metadata
  • ai-code-completion/README.md - setup instructions
  • ai-code-completion/start.sh - startup script
  • ai-code-completion/package.json - dependencies

Deployment

  1. Fork this template
  2. Create Codesphere workspace from fork
  3. Run prepare stage to install dependencies
  4. Run run stage to start dev server
  5. Open deployment to use the tool

Closes #16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI Code completion tool

1 participant