Your IDE's new best friend.
The model behind CipherCode — the AI coding assistant that learns your style, remembers your projects, and writes code in your voice.
By Lila AI LLC · Closed beta v0.1
What CipherCode Delivers
CipherCode isn't another generic completion plugin. It's a complete coding companion that lives natively inside VS Code and adapts to you.
Cipher Persona — Your Style, Learned
The first time you open a workspace, CipherCode silently scans your code and detects:
Indent size, semicolon preference, type-annotation density
Your most-used libraries and imports
From that moment forward, every suggestion is generated to feel like you wrote it. Nothing leaves your machine — Persona lives entirely in VS Code's globalState.
Project Memory — Continuity That Actually Helps
CipherCode remembers your project across sessions:
What's tracked
Where
Project summary (auto-detected from package.json / README)
.vscode/cipher-memory.json
Project type (node / python / other)
local
Top 10 most-edited files
local
Architectural decisions you've made
local
Last 20 chat messages
local
Recurring patterns in your code
local
This context is injected into every prompt, so when you come back tomorrow, the model already knows what you're building.
Smart Commands
Right-click anywhere in your editor:
Explain Code — clear summary of what's happening, even without a selection
Refactor Code — clean up while preserving your style
Generate README from Project — full README from your code structure
Plus an inline chat sidebar with persistent history, code-block copy buttons, "Insert at cursor" actions, and a stop button that actually stops.
Privacy by Architecture
Code stays on your machine — only the snippet you act on hits inference
Persona never leaves your laptop
Project memory lives in your workspace, not a Lila AI server
Self-hostable on your own GCP if you want full ownership
No telemetry, no accounts, no subscription
Powered By
Built on Qwen2.5-Coder-1.5B-Instruct — Alibaba's state-of-the-art open code model — quantized to Q4_K_M for efficient CPU inference and packaged for deployment via llama.cpp.
The intelligence in CipherCode comes from layering Persona detection, Project Memory, and carefully designed prompt templates on top of a strong base. The CipherCode VS Code extension orchestrates all of it; this repo hosts the weights it serves.
A LoRA fine-tune is on the roadmap for v0.2 — trained on real-world IDE workflow patterns collected during the closed beta.
Public Marketplace launch. Optional hosted Pro tier for zero-setup.
Citation
bibtex
1@article{hui2024qwen2,
2 title={Qwen2.5-Coder Technical Report},
3 author={Hui, Binyuan and Yang, Jian and Cui, Zeyu and others},
4 journal={arXiv preprint arXiv:2409.12186},
5 year={2024}
6}
Trademark
CipherCode and Cipher Persona are trademarks of Lila AI LLC. All rights reserved.
The model weights are released under Apache 2.0 — free to use, modify, and redistribute. Trademarks restrict only how you may name and brand derivative work; the underlying weights remain unrestricted.