Skip to content

v0.26.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 Jul 20:11
d2fbbc4

Delta since previous beta (v0.25.1-beta.1) — 2 new changesets.

Minor Changes

  • New projects can now start from a starter pack right on the first-run launcher. When you open OpenKnowledge with no recent projects, the launcher leads with the starter packs (Knowledge base, Software lifecycle, Codebase wiki, and more) so a brand-new project opens already scaffolded with folders and templates instead of a blank editor. Picking a pack flows into the create dialog with the pack pre-selected; you still name the project and choose where it lives, then the editor opens populated. Prefer to start differently? Open a folder, clone from GitHub, or start a blank project from the same screen. Returning users (anyone with recent projects) see the launcher exactly as before.

Patch Changes

  • Correct user-facing copy that described behavior that doesn't exist, and finish
    the Personal CRM rename in seeded content:

    • The OKF pack's seeded skill no longer claims an "OKF export" normalizes
      [[wiki-link]] shorthand to standard links — no export feature exists;
      OpenKnowledge accepts the shorthand as a native superset and preserves it
      byte-for-byte.
    • The entity-vault pack's seeded skill now titles itself Personal CRM
      (GBrain-compatible)
      , matching the starter-pack picker and the
      ok seed output. Applies to newly seeded projects; an existing project's
      skill is user-owned and left untouched.
    • ok seed --help no longer promises a --root prompt on a TTY — omitting
      --root scaffolds at the project root (only the apply confirmation prompts).
    • The template dialog's filename hint no longer says the filename "can't be
      changed later" (local templates are renamable from the edit dialog), and the
      description placeholder says "under the title", matching the field it sits
      beside.