Ebig AIEbig AI brings Ebig's AI-powered development capabilities into VS Code. Ask about the code in front of you, get a selection explained, and get a selection reviewed against the rules your own Ebig project holds — without leaving the editor. Requires an Ebig account and an Ebig project. The extension is free; it is a client for the Ebig platform you already use. What you getEbig AI ChatAn Ebig AI container in the Activity Bar with a Chat view. Ask a question, get an answer, keep the thread. The view shows when Ebig is working, lets you stop a running request, and shows exactly what is wrong when something fails. The file you are in, its language and your current selection travel with the question, so you rarely have to paste code to be understood. Explain SelectionSelect code, right click → Ebig AI → Explain Selection. You get what the code does, the role it plays, the logic step by step, the dependencies worth knowing, and any risk it carries. If something cannot be determined from the selection alone, you are told that instead of being given a guess. Review SelectionSelect code, right click → Ebig AI → Review Selection. This is not a generic linter pass. The review is carried out against the rules and knowledge your Ebig project actually has — correctness, architecture, maintainability, security, performance, and UX where it applies. If a rule does not exist in your project, the review says so rather than inventing a standard to judge you against. Project ContextEbig answers inside a project.
Getting started
Commands
Ebig authenticationEbig AI uses your Ebig account. It does not create an account of its own and it does not hold a second set of credentials.
Ebig AI: Login opens your Ebig login page and then asks for the access token, which is stored in VS Code SecretStorage — the same place VS Code keeps its own credentials. Ebig AI: Logout deletes it from this machine. The token travels as Gateway-based architectureEbig AI is a client. It carries no model, no prompt, no Skill table, no review rules and no knowledge base. All of that lives in Ebig, and which Skill answers you is decided there — from your account, project and permissions.
Every request goes through Ebig Gateway, which authenticates the caller and confirms project membership before anything reaches the AI service. There is no second route, and the extension has no way to reach around it. Settings
No setting holds a token, password or secret, and the build fails if one is ever added. What leaves your machine
Security
This version reads onlyEbig AI does not write to your files, does not run terminal commands, and does not execute anything the AI returns. It reads context, asks Ebig, and shows you the answer. You decide what to do with it. This is enforced by the build, not by policy: the package fails to build if file-writing, terminal or code-execution APIs appear anywhere in the source. SupportQuestions and problems: contact@ebig.vn · ebig.co LicenseSee the LICENSE file included with this extension. |