Peter Steinberger
|
f7d7148cf0
|
docs: rewrite published docs grounded in current source (#100142)
Source-grounded rewrite of 529 published docs pages with per-unit information-loss verification: 1,713 factual corrections cited to src/**, generated surfaces regenerated, frontmatter titles preserved for i18n, release notes pages untouched. All docs gates green.
Closes #100141
|
2026-07-05 00:32:47 -04:00 |
|
Pavan Kumar Gondhi
|
da6f32bedf
|
fix(gateway): honor minimal discovery mode for wide-area DNS-SD [AI] (#80903)
* fix: respect discovery mode for wide-area cli path
* addressing codex review
* docs: add changelog entry for PR merge
|
2026-05-12 16:03:50 +05:30 |
|
FullerStackDev
|
b8e9492086
|
fix(bonjour): back off probing watchdog repairs
|
2026-05-11 15:42:39 +01:00 |
|
Vincent Koc
|
7a39551685
|
docs: typography hygiene + 2 in-body H1 removals across 5 pages
Replaced 92 typography characters (curly quotes, apostrophes, em/en
dashes, non-breaking hyphens) with ASCII equivalents per
docs/CLAUDE.md heading and content hygiene rules.
- docs/channels/feishu.md: 19 chars; removed the duplicate
'# Feishu / Lark' H1 (Mintlify renders title from frontmatter; the
in-body H1 with a slash produced a brittle anchor).
- docs/gateway/bonjour.md: 18 chars; removed the duplicate
'# Bonjour / mDNS discovery' H1.
- docs/channels/matrix.md: 19 chars
- docs/tools/browser.md: 18 chars
- docs/automation/standing-orders.md: 18 chars
|
2026-05-05 19:54:53 -07:00 |
|
Peter Steinberger
|
ee6052a169
|
fix(bonjour): default LAN discovery on macOS only
Summary:
- add manifest-backed platform-specific default enablement for bundled plugins
- auto-start Bonjour LAN discovery on macOS hosts only
- keep Linux, Windows, and containerized Gateway deployments opt-in while preserving explicit enablement
Verification:
- pnpm test extensions/bonjour/src/advertiser.test.ts src/plugins/bundled-plugin-metadata.test.ts src/plugins/manifest-registry.test.ts src/plugins/channel-plugin-ids.test.ts
- pnpm exec oxfmt --check --threads=1 CHANGELOG.md docs/gateway/bonjour.md docs/gateway/configuration-reference.md docs/gateway/discovery.md docs/gateway/security/index.md docs/plugins/manifest.md extensions/bonjour/openclaw.plugin.json src/plugin-sdk/facade-activation-check.runtime.ts src/plugins/bundled-manifest-contract-plugins.ts src/plugins/bundled-plugin-metadata.test.ts src/plugins/channel-presence-policy.ts src/plugins/default-enablement.ts src/plugins/gateway-startup-plugin-ids.ts src/plugins/installed-plugin-index-record-builder.ts src/plugins/installed-plugin-index-store.ts src/plugins/installed-plugin-index-types.ts src/plugins/installed-plugin-index.ts src/plugins/loader.ts src/plugins/manifest-contract-eligibility.ts src/plugins/manifest-owner-policy.ts src/plugins/manifest-registry-installed.ts src/plugins/manifest-registry.test.ts src/plugins/manifest-registry.ts src/plugins/manifest.ts src/plugins/providers.ts
- git diff --check
- Testbox: pnpm check:changed via Blacksmith Testbox tbx_01kqqf3f8rbrt8afjtcg0ck7qs
Refs #74209
|
2026-05-03 19:07:27 +01:00 |
|
Peter Steinberger
|
d3683a61c5
|
fix(bonjour): recover from ciao cancellation
(cherry picked from commit c34ba97262)
|
2026-04-29 00:49:41 +01:00 |
|
Peter Steinberger
|
fa468d0c2d
|
fix(bonjour): default mdns host to system hostname
|
2026-04-27 11:35:19 +01:00 |
|
Peter Steinberger
|
20d6daaeaa
|
docs: document automatic bonjour container policy
|
2026-04-27 00:00:22 +01:00 |
|
Peter Steinberger
|
ad5c00b8e0
|
docs: expand bonjour disable troubleshooting
|
2026-04-26 05:56:25 +01:00 |
|
Peter Steinberger
|
d1a5ea2024
|
fix(docker): disable bonjour by default for compose
|
2026-04-26 05:51:05 +01:00 |
|
Peter Steinberger
|
ca0232ff0e
|
fix(bonjour): bound stuck advertiser restarts
|
2026-04-26 01:11:53 +01:00 |
|
Vincent Koc
|
cb4fc58547
|
feat(plugins): move Bonjour discovery into bundled plugin
* fix(deps): detect constant dynamic imports in ownership audit
* feat(plugins): move bonjour discovery into bundled plugin
* test(plugins): remove moved bonjour core tests
* fix(plugins): harden bonjour disable and console restore
* fix(plugins): split gateway discovery ids from services
* fix(plugins): harden bonjour advertiser shutdown
* fix(plugins): clean up bonjour split lint
|
2026-04-23 23:29:51 -07:00 |
|
Vincent Koc
|
2777b089b5
|
docs: normalize frontmatter titles to sentence case
|
2026-04-23 13:15:17 -07:00 |
|
Peter Steinberger
|
0cf9c6ec95
|
docs: refresh discovery TXT mode refs
|
2026-04-04 19:01:18 +01:00 |
|
Peter Steinberger
|
e6f054ac76
|
docs: refresh gateway probe and discovery refs
|
2026-04-04 19:00:09 +01:00 |
|
Vincent Koc
|
3cecbcf8b6
|
docs: fix curly quotes, non-breaking hyphens, and remaining apostrophes in headings
|
2026-03-18 01:31:38 -07:00 |
|
Peter Steinberger
|
054366dea4
|
fix(security): require explicit trust for first-time TLS pins
|
2026-02-14 17:55:20 +01:00 |
|
Peter Steinberger
|
d583782ee3
|
fix(security): harden discovery routing and TLS pins
|
2026-02-14 17:18:14 +01:00 |
|
Peter Steinberger
|
6a386a7886
|
docs(security): clarify canvas host exposure and auth
|
2026-02-14 14:57:19 +01:00 |
|
Seb Slight
|
578a6e27aa
|
Docs: enable markdownlint autofixables except list numbering (#10476)
* docs(markdownlint): enable autofixable rules except list numbering
* docs(zalo): fix malformed bot platform link
|
2026-02-06 10:08:59 -05:00 |
|
Sebastian
|
0a1f4f666a
|
revert(docs): undo markdownlint autofix churn
|
2026-02-06 10:00:08 -05:00 |
|
Sebastian
|
c7aec0660e
|
docs(markdownlint): enable autofixable rules and normalize links
|
2026-02-06 09:55:12 -05:00 |
|
Seb Slight
|
abcaa8c7a9
|
Docs: add nav titles across docs (#5689)
|
2026-01-31 15:04:03 -06:00 |
|
cpojer
|
8cab78abbc
|
chore: Run pnpm format:fix.
|
2026-01-31 21:13:13 +09:00 |
|
Peter Steinberger
|
9a7160786a
|
refactor: rename to openclaw
|
2026-01-30 03:16:21 +01:00 |
|
Peter Steinberger
|
6d16a658e5
|
refactor: rename clawdbot to moltbot with legacy compat
|
2026-01-27 12:21:02 +00:00 |
|
Peter Steinberger
|
96f1846c2c
|
docs: align node transport with gateway ws
|
2026-01-22 23:10:09 +00:00 |
|
Peter Steinberger
|
1f7cb4b853
|
fix: shorten bonjour gateway service type
|
2026-01-20 15:10:06 +00:00 |
|
Shadow
|
19d9e7ac05
|
Docs: fix internal links
|
2026-01-10 14:51:33 -06:00 |
|
Peter Steinberger
|
a6c309824e
|
docs: refresh and simplify docs
|
2026-01-08 23:07:20 +01:00 |
|
Peter Steinberger
|
4fb9293c29
|
docs: fix internal doc links
|
2026-01-07 02:15:46 +01:00 |
|
Peter Steinberger
|
db4d0b8e75
|
docs: reorganize documentation structure
|
2026-01-07 00:45:46 +01:00 |
|