Skip to content

Releases: knowledge-bridge-labs/llmwiki-plugins

v0.1.1

Choose a tag to compare

@HwangJohn HwangJohn released this 03 Aug 17:03

v0.1.1 prepares LLMWiki Bridge for OpenAI directory readiness.

  • Fixes the Codex metadata limit by setting interface.shortDescription to Connect Codex to LLMWiki (24 ASCII characters, <=30).
  • Enriches submission tests with fixture data and expected result shapes for positive and negative review cases.
  • Runtime behavior is unchanged from v0.1.0: no skill commands, approval gates, daemon, background process, MCP server, crawler, executable alias, or model runtime changed.
  • Claude/OpenAI external form submissions were not performed as part of this release.

Asset SHA256: 091D52E65A2A077C26BC71064F60A4B66FF6B1C901019EFEF5B1D0261453FD6F

llmwiki-bridge v0.1.0

Choose a tag to compare

@HwangJohn HwangJohn released this 03 Aug 16:28

llmwiki-bridge v0.1.0

Initial public GitHub marketplace release for Claude Code and Codex.

Highlights:

  • Skills-first onboarding with setup, status, and doctor.
  • Safe approval gates before package install, process start, client configuration writes, remote probes, or non-loopback endpoint checks.
  • Healthy-source-only direct MCP Streamable HTTP guidance; stale, unhealthy, ambiguous, or wildcard-host entries stay diagnostic.
  • Public GitHub marketplace install verified on Windows x64 and DGX Ubuntu ARM64 for Claude Code and Codex.

Claude Code install:

/plugin marketplace add knowledge-bridge-labs/llmwiki-plugins
/plugin install llmwiki-bridge@knowledge-bridge-labs
/reload-plugins

Codex install:

codex plugin marketplace add knowledge-bridge-labs/llmwiki-plugins --ref main
codex plugin add llmwiki-bridge@knowledge-bridge-labs

Codex skills-only ZIP SHA256:
622DB83E37F57DB3C16569BA45254B1011822B30ED23B750CD72FE644C2CD7F7

Claude community marketplace form and OpenAI directory portal submission were not submitted from this release task.