Skip to content

Commit 60b8b1b

Browse files
authored
chore: cut 1.8.3 catalog release
chore: cut 1.8.3 catalog release Freeze totals at 64 (48 model, 16 manual). Record markitdown in sources. promptSha256 unchanged. No A/B, no retire.
1 parent bb08060 commit 60b8b1b

5 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
## Unreleased
44

5-
Catalog update for AI LABS 8-repo wave adaptation, hygiene patch, and MarkItDown ingest. Totals become **64** (48 model-invoked, 16 manual slash commands).
5+
None.
6+
7+
## 1.8.3 — 2026-09-15
8+
9+
Catalog and overlay release. Totals **64** (48 model-invoked, 16 manual slash commands).
610

711
- 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.
812
- 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).

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.8.2
1+
1.8.3

vendor/license-audit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"product": "OpenCodeBestFriend",
4-
"productVersion": "1.8.2",
4+
"productVersion": "1.8.3",
55
"note": "Evidence-based. A missing frontmatter license is not a grant. Adapted \u2260 first-party.",
66
"skills": {
77
"adhd": {

vendor/provenance.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"product": "OpenCodeBestFriend",
4-
"productVersion": "1.8.2",
4+
"productVersion": "1.8.3",
55
"upstreamProduct": "GrokBestFriend",
66
"upstreamVersion": "1.3.1",
77
"firstPartyLicense": "MIT",

vendor/sources.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"product": "OpenCodeBestFriend",
4-
"productVersion": "1.8.2",
4+
"productVersion": "1.8.3",
55
"adaptedFrom": {
66
"product": "ClaudeBestFriend",
77
"version": "1.4.2-claude.1",
@@ -65,6 +65,15 @@
6565
"status": "foreign-on-demand",
6666
"note": "Optional remote MCP for design skill lookup only. Enabled via opencode-bf ui-skills enable."
6767
},
68+
"markitdown": {
69+
"repository": "https://github.com/microsoft/markitdown",
70+
"license": "MIT",
71+
"package": "markitdown-mcp",
72+
"via": "uvx",
73+
"transport": "stdio",
74+
"status": "foreign-on-demand",
75+
"note": "Optional MCP via uvx --from markitdown-mcp. Not vendored. No Azure keys. Enabled via opencode-bf markitdown enable."
76+
},
6877
"browser-act": {
6978
"repository": "https://github.com/browser-act/skills",
7079
"version": "1.3.0",

0 commit comments

Comments
 (0)