0.10.0

Org billing, auto-update, and desktop navigation

Organisations can manage billing (including annual plans), the desktop app can auto-update, and Electron gains clearer navigation and window title behaviour.

Added

  • Added organisation billing with annual billing support and updated pricing card UI.
  • Added Electron auto-update and navigation controls (back/forward patterns) aligned with in-app browsing.
  • Updated API credential flows alongside the gateway.

Changed

  • Refreshed documentation formatting for readability.

Fixed

  • Fixed API key permissions, Electron build issues, back button positioning, title bar toggle behaviour, landing build errors, and editor table horizontal overflow.
0.9.4

Action statuses, scoped indexes, and CLI types

Actions gain status and time fields; indexes can focus on zones and actions; the CLI learns categories and types with releases through 0.2.2.

Added

  • Added action statuses and time fields in the product UI.
  • Added a zones and actions scoped index page for focused triage.
  • Added types and categories support in the CLI, including create/update links on actions.

Changed

  • Bumped the CLI through 0.2.0 → 0.2.2 with iterative fixes.

Fixed

  • Fixed CLI login, do-time updates for actions, assignee popover, dialog overlap on selectors, and container tabs plus shell sidebar links.
0.9.3

Electron beta bump and calendar pagination

Added

  • Improved download from master documents when content is surfaced on pages.

Changed

  • Bumped the Electron app version to 0.3.0-beta.1.

Fixed

  • Fixed a recurring pagination request error on calendar views that could spam the network.
0.9.2

CLI v0.1.7 and master page API

Added

  • Added master page support across the API and CLI for long-form document workflows.

Changed

  • Released CLI v0.1.7.

Fixed

  • Fixed pagination in list commands and cleaned up container list output.
  • Fixed a zone type error in typings.
  • Removed an unnecessary base URL prompt during CLI login when defaults suffice.
0.9.1

CLI npm releases and org-scoped fixes

The @wyrdos/cli package moves through 0.1.2–0.1.6 on npm with clearer auth, base URLs, and publishing automation.

Added

  • Simplified the npm publish workflow for @wyrdos/cli.

Changed

  • Bumped CLI versions through 0.1.2 → 0.1.6 with incremental fixes (see commit history for each drop).

Fixed

  • Fixed HTTPS org scoping in web/API flows.
  • Fixed CLI organisation auto-selection, dev vs prod API keys, base URL defaults when replacing auth keys, and JSON import attributes for modern Node.
  • Fixed API key generation in the web app, Zod version alignment, Excalidraw embed regressions and dark mode, and removed a broken funding dialog.
  • Fixed repeated build errors from the above churn.
0.9.0

Docked terminal and Excalidraw embeds

The desktop app gains a dockable terminal and Excalidraw embeds, alongside a wave of Electron and editor polish.

Added

  • Added an Electron terminal with docking, resize handle, and header controls.
  • Added Excalidraw embed support in documents.

Changed

  • Maximised the Electron window on load for a fuller desktop experience.

Fixed

  • Fixed Electron dialog overlay, cut-off detail sidebar, disappearing fixed header, and grid card title truncation.
  • Fixed terminal padding, tab spacing, hotkeys, sidebar overlap, and rendering glitches.
  • Fixed editor separator and horizontal-rule plugin behaviour; card grid creator extra lines and layout under the grid.
  • Fixed title wrapping on multi-line headings in the shell.
0.8.3

API-driven CLI documentation

Changed

  • Regenerated CLI documentation from the API codegen pipeline so command references stay aligned with the live REST surface.
0.8.2

CLI zones, actions, and Lexical reading

The CLI aligns with the product model (zones and actions instead of legacy projects) and can read Lexical page content before agents write.

Added

  • Added zones and actions support in the CLI; removed deprecated project-oriented commands.
  • Added Lexical helpers for richer structured content (including tables).
  • Added agent prompt wiring and mutations for automated edits.

Fixed

  • Fixed CLI reads of Lexical page content so agents can inspect state safely.
  • Removed daily notes commands that no longer match the product.
0.8.1

CLI REPL, prompts, and navigation

The CLI is smoother for humans: guided prompts, a REPL mode, and clearer routes between sections, engines, and pipelines.

Added

  • Added interactive prompts for REST commands while keeping a fast --data path for scripts.
  • Improved REPL mode and navigator flow (landing at /, chooser at /sections, engines → pipelines → pages) with README notes.

Fixed

  • Fixed API layout issues affecting the CLI consumer.
  • Restored API commands with better empty-state and network-error UX and clearer startup help.
0.8.0

WyrdOS CLI and product analytics

Ship automation from the terminal with the WyrdOS CLI, while the team instruments core flows with PostHog and publishes generated CLI documentation.

Added

  • Shipped the wyrdos npm CLI with REST and agent-oriented commands (pages, engines, and related APIs).
  • Added PostHog for event tracking with server-side capture and internal analytic documentation.
  • Added a generated WyrdOS CLI section to the docs site.
0.7.4

Command-K launcher and selector fixes

Jump anywhere with Command-K, with width and autocomplete polish; category pickers behave on Chromium.

Added

  • Added a Command-K launcher for quick navigation and actions.

Fixed

  • Fixed command launcher width, tab autocomplete in the editor, and drag-handle alignment on reorderable UI.
  • Fixed category selector rendering on Chromium-based browsers.
  • Made type seed data idempotent so repeated setups do not conflict.
0.7.3

Pages query payload trim

Fixed

  • Stopped returning full document bodies in the pages query where only metadata was needed, reducing load and latency.
0.7.2

Saved views, resizable sidebars, and editor highlight

Tailor your workspace layout and save index filters; the editor gets a focused highlight mode and steadier card grids.

Added

  • Added saved views so favourite filters and layouts persist.
  • Added resizable sidebars for more room where you need it.
  • Added highlight mode in the editor for emphasis without leaving the doc.

Fixed

  • Fixed mdly card grid resize behaviour after deleting a card.
  • Fixed fixed-header text sizing and hotkey highlighting conflicts.
0.7.1

Landing branch merge

Changed

  • Merged the landing updates branch into main (integration PR), aligning marketing pages with the 12 March landing work.
0.7.0

Master documents and landing repositioning

Master documents consolidate long-form strategy work; containers gain a Pages tab; the landing site reflects WyrdOS positioning.

Added

  • Added master documents with templates, settings UI, and creation flows from the shell.
  • Added copy and export for documents when you need a portable snapshot.
  • Added a Pages tab on containers and improved container page styling and routing (container tag preserved in nav).

Changed

  • Repositioned and rewrote landing copy for clearer WyrdOS positioning.
  • Migrated legacy design-doc and GTM content toward the master-document model.

Fixed

  • Fixed Zod errors, document sidebar UI, one-off master documents, blank master submenu, shell sidebar button styling, default star colour, and mdly paste behaviour for paragraphs and tables.
  • Fixed shell sidebar active tab highlighting.
0.6.1

Container pages, card grid editor, and calendar badges

Pages feel more connected to containers, the editor gains a card grid block, and the month calendar surfaces zone context inline.

Added

  • Added container chooser flows and linked pages in the container sidebar; containers appear on the pages index.
  • Added a card grid creator block in the editor with improved editing and mentions inside grids.
  • Added zone badges on the month calendar view.

Fixed

  • Fixed container view state, calendar refresh after mutations, dialog overlay stacking, grid title truncation, sidebar tab order, and a build error.
0.6.0

REST API gateway and Electron hardening

Automate Wyrdos with a documented REST API and API keys, while the desktop app moves toward production-ready signing and polish.

Added

  • Added a REST API gateway with bearer authentication, OpenAPI specification, and API key management in the product.
  • Added macOS notarisation support for the Electron build pipeline.

Fixed

  • Fixed Electron login, header chrome, and app icon presentation.
  • Fixed Next/API environment wiring and type errors across API gateway queries and HTTP handlers.
  • Fixed a build error from the integration work.
0.5.4

Org-wide calendar and clearer iCal titles

See work across the organisation in one calendar, and recognise containers instantly in subscribed feeds.

Added

  • Added an org-wide calendar page under pipelines with a sidebar link.

Changed

  • iCal exports and month/week views now include the container name alongside the zone title for context.
0.5.3

Goal outcomes quarters

Fixed

  • Fixed errors when working with goal outcomes across quarter boundaries.
0.5.2

Calendar interactions and sharing fixes

Calendar editing feels lighter: right-click menus, dialogs without heavy overlays, and a month view that reads in clear zone lanes.

Added

  • Added context menus on calendar zones and actions; edit dialogs open above the menu without a blocking modal overlay.
  • Refined month calendar layout: zones flow in lanes by row without noisy dividers.
  • When creating an action, zones are limited to the day and a single zone auto-selects when only one applies.

Fixed

  • Fixed action and zone edit dialogs and Convex container permissions for org-wide shared containers.
  • Fixed shell sidebar visibility for org-shared containers and removed misleading “shared” badges on internal org containers.
  • Fixed external sharing copy and switch UI, reformatted org settings, and restored the workspace detail tab on the settings sidebar.
  • Fixed recursive section splitting and oversized sections when pasting markdown into long documents.
0.5.1

Sharing, Linear, container inbox, and calendar filters

Share containers with teammates, hook up Linear, and stay oriented with calendar filters, tooltips, and a distraction-free container inbox.

Added

  • Added container sharing with org members, including search and member avatars.
  • Added org gating so features respect organisation membership.
  • Added Linear integration (Integrations tab under Categories; workspace block removed from the sidebar where redundant).
  • Added a Container Inbox tab with a full-page, toolbarless editor for capture.
  • Added calendar filters for zones and actions, with persisted filter and display configuration.
  • Added group-by container options for zones, entity icons on grouping headers, and a sortable container sidebar.
  • Added relative rendering for do and due dates, two-week week view, today highlighting on the month grid, and tooltips for calendar events (including overflow stacks).
  • Added delete action support where the workflow allows removal.

Changed

  • Refactored calendar UI into dedicated view, header, and dialog components.

Fixed

  • Fixed action detail sidebar, labels and category selectors on actions, and calendar filter typing.
  • Fixed container shell sidebar padding, collapsible animation, org scoping on the detail page, and shared-collapsible behaviour.
  • Fixed timezone normalisation when creating actions, date selectors, and several Zod validation errors.
  • Fixed viewer-page edit UI and default share-configuration presentation.
0.5.0

Container calendar, zones and actions, and doc sections

This release centres on time and containers: a full calendar experience for zones and actions, subscription-friendly exports, and long documents split into durable sections.

Added

  • Added a dedicated container calendar page with sidebar and tab navigation.
  • Added calendar list views and pop-up workflows for zones and actions.
  • Added calendar views on index pages and an iCal subscription link for external calendars.
  • Added repeated actions, start/end dates on zones, and category plus labels on actions.
  • Added zone and action edit dialogs directly from the calendar surface.
  • Added hero image upload for containers via presigned S3 URLs with full-width display.
  • Added create container from the shell sidebar and tooltips on property selectors.
  • Wired design docs and GTM docs to internal sections for read/write in smaller chunks.

Changed

  • Updated labels to use a tag icon for quicker visual scanning.
  • Normalised context menu item order and icon styling.
  • Reduced document segment size and added partial reads on editors to avoid large payload spikes.
  • Optimised GTM and design-doc previews and metadata updates.

Fixed

  • Fixed calendar index view, month-calendar borders, and expand behaviour on calendar dialogs.
  • Fixed date selector, selector scroll, and focus ring styling on selectors.
  • Fixed Clerk middleware behaviour for the calendar subscription route.
  • Fixed design-doc and GTM selectors, document migration patches, and org template visibility.
  • Fixed settings shell sidebar overflow, centred auth switcher when the sidebar is minimised, and added an auth affordance in settings.
  • Fixed funding dialog typing issues and duplicate calendar buttons.
0.4.2

Editor on mdly

The in-app editor now runs on mdly, setting up richer markdown and block editing going forward.

Added

  • Migrated the editor stack to mdly.

Changed

  • Synced workspace setup and pnpm-lock.yaml with packages/ui dependency changes.
0.4.1

Containers, funding UI, and index persistence

Container overview and funding views improve; homepage grids align with the index grid; index layout preferences stick across sessions.

Added

  • Added stacks to container pages and container context menus.
  • Persisted index display configuration so your preferred columns and layout return on reload.
  • Added deletion flows for design docs and GTM docs when you no longer need them.

Changed

  • Updated the funding detail page UI for clearer status and metadata.
  • Updated the container overview page and homepage grids to use the shared index grid experience.
  • Updated shell layout and enabled horizontal scroll on list views where content overflows.

Fixed

  • Fixed editor bullet outdent behaviour in nested lists.
  • Fixed funding context menu actions.
  • Fixed design-doc and GTM document templates.
  • Fixed container date picker widths.
  • Fixed sticky table headers so column labels stay visible while scrolling.
0.4.0

Actions, stacks import, and settings clarity

Actions land as a first-class workflow primitive, stacks can be bootstrapped from CSV, and settings explain entities more clearly.

Added

  • Added Actions for trackable work alongside existing planning objects.
  • Added CSV import for stacks to migrate or bulk-create stack data.
  • Added design-doc and go-to-market doc surfaces in the product.
  • Added a setting template editor for reusable configuration patterns.
  • Reworked settings structure so entity types are easier to understand.
  • Refreshed category modals for clearer create and edit flows.

Fixed

  • Fixed the floating toolbar overlapping editor column content.
  • Fixed a hotkey clash between bold formatting and the sidebar shortcut.
  • Fixed personal space scoping so private data stays scoped correctly.

Changed

  • Removed noisy token logging from development paths.
0.3.1

Index grid, mentions, and homepage refresh

Indexes gain subgrouping and a grid layout; the editor supports @mentions; the homepage and tables look sharper.

Added

  • Added subgrouping for indexes so related items stay grouped at a glance.
  • Added an index grid page alongside list-style views.
  • Added category inline create from index workflows.
  • Added editor mentions across entities.
  • Added a notes section on the homepage and a compact index header.

Changed

  • Linked principles to goal outcomes for clearer planning hierarchy.
  • Centralised detail page layout and sidebar styling for consistency.
  • Replaced native date pickers with the shared design-system flow.
  • Updated homepage layout and refreshed badge styling on tables.

Fixed

  • Fixed build errors from the above refactors.
  • Fixed category and subcategory selection on the detail sidebar.
  • Fixed index grid card UI and linked-item avatar borders.
  • Fixed mention resolution across entity types.
  • Fixed a submenu hover bug that made nested actions hard to reach.
0.3.0

Electron app, category settings, and planning links

A desktop entry point joins the web app, category management gets its own settings surfaces, and planning primitives connect more clearly.

Added

  • Introduced an Electron wrapper so Wyrdos can run as a desktop app.
  • Added category settings pages for richer configuration.
  • Linked principles to value goals so strategy rolls up to measurable outcomes.

Changed

  • Updated the rich-text editor dependencies and behaviour.

Fixed

  • Fixed the index header search bar and shell sidebar icon presentation.
0.2.0

Detail pages for list-only entities

You can open full detail experiences for entities that previously only appeared in lists, with documentation refreshed to match.

Added

  • Added detail pages for list-only entities so you can drill in without leaving the product patterns you expect.

Changed

  • Updated the README to reflect current setup and capabilities.

Fixed

  • Fixed a build error blocking CI and local builds.
0.1.3

Convex auth reliability

Fixed

  • Fixed Convex auth errors that could interrupt sign-in or session handling.
0.1.2

Context menu inline create

Fixed

  • Fixed inline create flows launched from the context menu so new items appear reliably.
0.1.1

Seeding and shell polish

Smaller fixes and developer ergonomics: clearer stacks messaging and cleaner context menus.

Added

  • Added a Convex seed file to simplify local setup and demos.

Fixed

  • Fixed a missing import that broke builds.
  • Fixed stacks description copy.
  • Removed a duplicate separator in the context menu.
0.1

Launching Wyrdos

We're excited to introduce Wyrdos — a planning system built to help individuals and teams turn chaotic workflows into intentional, trackable progress. This is our initial release, and we're just getting started.

© 2026 Wyrdos
All rights reserved.