linkerassistant is an open-source CLI tool that integrates directly with your repository, letting you delegate complex refactoring and tasks to autonomous agents seamlessly.
Built for environments where code quality and execution context actually matter.
LinkerAssistant isn't just a chatbot in your terminal. It's a structured workflow engine that delegates tasks to autonomous agents while keeping you firmly in control.
Agents only see what they explicitly need to. You control the scope of files passed to the model.
Terminal commands are proposed by the agent, but never executed without your explicit Y/n approval.
Handles massive monorepos using advanced AST parsing and syntax-aware chunking.
If the agent goes off track, send a SIGINT, correct the prompt, and resume seamlessly.
Changes are staged as unified diffs, letting you review exactly what changed before committing.
Automatically pulls in imported files and type definitions relevant to the current task.
Strict sandboxing prevents agents from accessing environment variables or sensitive files.
Every prompt, diff, and command execution is logged locally in `.linker/history`.
Reads and writes directly to your disk. No remote syncing or cloud workspace required.
Leverages your local Language Server Protocol to detect compilation errors before applying.
Define custom scripts that the agent can invoke to run tests or linters automatically.
Run LinkerAssistant in headless mode to review PRs or automate boilerplate updates.
The lifecycle of an autonomous task delegation.
Define the goal in natural language. LinkerAssistant parses the intent.
The agent reads relevant files and constructs a mental model of the codebase.
Code is generated and shell commands are formulated to complete the task.
You inspect the generated diffs and approve terminal executions.
Changes are written to disk. The agent yields control back to you.
| Feature | LinkerAssistant | Standard AI Agents |
|---|---|---|
| Code edits | Unified diff review | Blindly overwrites files |
| Execution model | Prompt -> Plan -> Await Y/N | Auto-executes everything |
| Context boundaries | Explicit file inclusion | Sends entire directory |
| Environment | Your local terminal | Cloud container |
| Extensibility | Custom shell scripts | Hardcoded capabilities |
The codebase is open source and available on GitHub. Stop copy-pasting code.
Start delegating workflows.