v0.9.0
AI Craftery Bord v0.9.0
The biggest Bord release yet — this is where Bord becomes extensible. You can now build your own plugins, install community ones from a marketplace, and pull work in from ClickUp and Jira — on top of a terminal that finally scrolls right and a Tasks panel that opens instantly.
Plugins — make Bord your own
Bord is now a platform. Build a plugin for yourself right inside the app, or install one from the marketplace.
- Two kinds. A web plugin is a static HTML/JS panel — no build step, sandboxed, and it automatically matches your Bord theme. A sidecar plugin is a compiled program with its own loopback API, for anything native.
- Build one in Bord. "Create plugin" scaffolds a project and opens a build chat that helps you write and assemble it — no signing, no Apple developer account.
- Marketplace. Browse community plugins and install with one click. Every package is pinned to a trusted GitHub source and verified by sha256 before it runs — no self-managed keys.
- Install without restarting. Plugins load live — create one, import a folder, or pull from the marketplace, and it appears immediately.
- Trust you can see. Every plugin carries a tier — Core, Marketplace, or Mine — assigned by Bord itself, never spoofable. Web plugins run in an isolated sandbox that can't reach the host or other plugins, and each asks for consent at install.
Connectors — ClickUp and Jira
Bord now talks to your tracker. Connect ClickUp or Jira (both Cloud and Server), and read and write tickets from Bord through one schema-driven form. Start work from a remote ticket without leaving the app.
Terminal — scrolling, settings, and Linux copy/paste
- Scrolling actually works in agent terminals (Claude Code and friends). Wheel and trackpad now scroll the running app's own view — the old "it says it's scrolling but nothing moves" is gone.
- A settings gear in the terminal header: tune the font size and scroll speed to taste — both persist.
- Linux copy/paste. An opt-in setting makes Ctrl-C / Ctrl-V copy and paste in the terminal (interrupt moves to Ctrl-Shift-C, or an empty Ctrl-C) — and it works on every keyboard layout.
Tasks — instant, never blank
Opening or refreshing the Tasks panel used to blank out for several seconds while it fetched everything. Now it paints from cache instantly and revalidates in the background — always up to date, without the wait — and the list keeps its place when you expand a task.
Under the hood
Faster task and release data (server-side caching with correct, race-safe invalidation), a healthier and now fully-runnable test suite, and the usual round of reliability fixes.
Install
macOS and Linux ship together, under a single signed update manifest. On Linux:
curl -fsSL https://get.aicraftery.com/install.sh | bash