Multi-Platform AI
Bring your own model — Ollama, LM Studio, OpenAI, Anthropic, opencode Go, or ASKII Cloud. Run fully local and free with Ollama/LM Studio, or plug in a cloud key. One extension, six providers, zero lock-in.
Your AI companion — not your replacement. ASKII amplifies how you build, right inside VS Code or your terminal. Fly solo, or run it alongside other tools like Claude Code. Free, open source, and zero telemetry — always.
$ askii do "add tests for utils.ts"
( •_•)>⌐■-■ (⌐■_■) scanning workspace…
✓ list src/ · 14 files
✓ view src/utils.ts
✓ search "export function" · 7 hits
+ create src/utils.test.ts
(ノ◕ヮ◕)ノ*:・゚✧ done — 1 file created, 0 errors
$
(•‿•) Everything in one extension
From quick questions to fully autonomous agents that drive your workspace, screen, and browser — ASKII covers the entire spectrum, and keeps it fun.
Bring your own model — Ollama, LM Studio, OpenAI, Anthropic, opencode Go, or ASKII Cloud. Run fully local and free with Ollama/LM Studio, or plug in a cloud key. One extension, six providers, zero lock-in.
Get concise, AI-generated explanations of your code inline. Toggle between helpful (practical coding advice), funny (humorous comments), or wiki mode. To help you on your day to day coding sections.
Point ASKII at a folder of .md files and it builds a local vector index (pure JS, no native deps). Relevant chunks are automatically injected as context into the agents commands — so your AI always knows your docs.
Tell ASKII anything — a quick note, a screenshot, a reminder, a half-formed idea — in plain natural language. It stores it for you and can search or surface it later, so you never lose the thing you told it "just a minute ago." Your own searchable second brain, right inside the editor.
Ghost-text suggestions inside any open code file. Press Tab to accept, Esc to dismiss. Uses the same LLM platform and model you've configured for the rest of ASKII — no extra subscription required.
A one-click button in the Source Control toolbar reads your staged (or working-tree) diff and writes a generated commit message straight into the input box — powered by the same LLM behind inline completion. Ship faster, commit smarter.
(╯°□°)╯ Eight command modes
Every mode is one chord away: Ctrl+Shift+K then a letter. Destructive actions always ask first; reading never does.
Select code (or don't) and ask anything. Answers stream token-by-token into a theme-aware Markdown panel with multi-turn follow-ups and copy-to-clipboard.
Describe a change and the selection (or whole file) is rewritten. A side-by-side diff opens instantly, with an Undo button to revert in one click.
An agentic workspace loop: lists folders, reads files, greps, runs shell, then creates / edits / renames / deletes — with automatic .askii/backups/ and confirmation on every write.
Screen automation. ASKII screenshots your display, a vision LLM picks the next click / type / drag, then a dual-phase zoom refines the exact pixel. Multi-monitor & HiDPI aware.
Browser automation via Puppeteer using your own Chrome. Navigate, click, type, scroll, and click-by-text across real pages — visible or headless.
Reads your staged diff to write a clean Conventional-Commits message into the box.
A place to ramble, jot ideas, and set reminders — so you never forget anything. Tell ASKII to remember it, and it will bring it back when you need it.
Scaffold from scratch: generate tests, write docs, bootstrap whole projects, and more — all from a single prompt.
Eight agents, one editor, zero corporate sterility.
Install ASKIIಠ_ಠ Your model, your rules
Go fully local and private with Ollama or LM Studio, plug in your own API keys, or subscribe to hosted multi-model access. Switch any time.
Run open models on your machine. Zero data leaves your laptop.
Gemma Qwen Mistral
WebSocket-connected local inference for coder-tuned models.
Gemma Qwen Mistral
Direct API, with a custom base URL for Azure & compatibles.
GPT
Claude models straight from your console.anthropic.com key.
Claude
One subscription, many models — GLM, Kimi, DeepSeek, Qwen, MiniMax.
GLM Kimi Qwen
Low cost hosted multi-model access, managed by us.
DeepSeek Mistral
( ´ ▽ ` )ノ Outside the editor, too
ASKII ships as a standalone CLI on npm with full feature parity — the extension and the CLI share all their core code, so everything works identically everywhere.
--platform, --model, --url & API-key flags$ npm install -g askii-cli
added 1 package (⌐■_■)
$ askii ask "explain this regex" < pattern.txt
$ askii edit --platform anthropic main.py
$ askii do "scaffold a REST endpoint"
(ノ◕ヮ◕)ノ*:・゚✧ same power, no editor required
(★^O^★) Honest pricing
The extension & CLI are 100% open source — every feature, no paywall. Want premium models for a low price with no telemetry? Subscribe to ASKII Cloud.
$0forever
The whole product. Bring your own local models or API keys.
$5/ user / month
Hosted multi-model access. Low cost, no telemetry. For individual users.
$10/ user / month
Cloud for the whole squad, with shared standards. For teams.
Install from the VS Code Marketplace, or grab the CLI from npm. Then pick a provider and start asking.
ext install danisss9.askii
npm install -g askii-cli
(づ。◕‿‿◕。)づ Say hi
Drop us a line — feature ideas, partnership pitches, or just to tell us which emoticon is your favourite. We read everything.
Prefer GitHub? Open an issue at danisss9/ASKII.