Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## Unreleased

Catalog update for AI LABS 8-repo wave adaptation, hygiene patch, and MarkItDown ingest. Totals become **64** (48 model-invoked, 16 manual slash commands).
None.

## 1.8.3 — 2026-09-15

Catalog and overlay release. Totals **64** (48 model-invoked, 16 manual slash commands).

- Add model-invoked specialist `markitdown` as a Markdown ingest converter (Office/PDF/HTML/CSV/XLSX/PPTX/EPUB/ZIP). Optional MCP `opencode-bf markitdown enable` registers local stdio (`uvx --from markitdown-mcp markitdown-mcp`). `FOREIGN_ON_DEMAND`. SmartDoc keeps contract/QA/render. No npm plugin, no Azure keys, no docker bind-all.
- Add first-party model-invoked specialist `img2threejs` for code-only procedural Three.js TypeScript model reconstruction from reference object images (editable Group factory, visible vs. inferred geometry spec, screenshot loop gate; no mesh blob downloads).
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.2
1.8.3
2 changes: 1 addition & 1 deletion vendor/license-audit.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"product": "OpenCodeBestFriend",
"productVersion": "1.8.2",
"productVersion": "1.8.3",
"note": "Evidence-based. A missing frontmatter license is not a grant. Adapted \u2260 first-party.",
"skills": {
"adhd": {
Expand Down
2 changes: 1 addition & 1 deletion vendor/provenance.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"product": "OpenCodeBestFriend",
"productVersion": "1.8.2",
"productVersion": "1.8.3",
"upstreamProduct": "GrokBestFriend",
"upstreamVersion": "1.3.1",
"firstPartyLicense": "MIT",
Expand Down
11 changes: 10 additions & 1 deletion vendor/sources.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"product": "OpenCodeBestFriend",
"productVersion": "1.8.2",
"productVersion": "1.8.3",
"adaptedFrom": {
"product": "ClaudeBestFriend",
"version": "1.4.2-claude.1",
Expand Down Expand Up @@ -65,6 +65,15 @@
"status": "foreign-on-demand",
"note": "Optional remote MCP for design skill lookup only. Enabled via opencode-bf ui-skills enable."
},
"markitdown": {
"repository": "https://github.com/microsoft/markitdown",
"license": "MIT",
"package": "markitdown-mcp",
"via": "uvx",
"transport": "stdio",
"status": "foreign-on-demand",
"note": "Optional MCP via uvx --from markitdown-mcp. Not vendored. No Azure keys. Enabled via opencode-bf markitdown enable."
},
"browser-act": {
"repository": "https://github.com/browser-act/skills",
"version": "1.3.0",
Expand Down
Loading