Skip to content

Commit 64e818b

Browse files
iPythoningclaude
andcommitted
chore: changelog for v3.6.0 — graphify integration + bilingual opt-in
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e1a3645 commit 64e818b

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ Changes sourced from upstream (openclaw/openclaw) are labeled with the originati
88

99
## [Unreleased]
1010

11+
## 2026-04-08 — v3.6.0
12+
13+
### Added
14+
- **Graphify Knowledge Graph** — Sales intelligence powered by [graphify](https://github.com/safishamsi/graphify)
15+
Build queryable knowledge graphs from product catalogs, customer conversations, and
16+
market research. Cherry-picked and adapted for B2B SDR context:
17+
- Product catalog graph → cross-sell paths, product families, spec relationships
18+
- Customer intelligence graph → buying patterns, referral paths, stalled lead recovery
19+
- Market research graph → competitive landscape, expansion opportunities
20+
- Runtime query via `python3 -m graphify query "topic"` (BFS/DFS traversal)
21+
- Interactive HTML visualization for owner dashboard
22+
- New skill: `skills/graphify/SKILL.md`
23+
- Deploy: auto-installs Python + graphifyy, auto-uploads all local skills
24+
- Added to `SKILLS_RESEARCH` in skill profiles (`full` profile)
25+
26+
### Changed
27+
- **Operator Bilingual Mode now opt-in** — disabled by default, enable via
28+
`operator_bilingual: true` in IDENTITY.md. Prevents unexpected self-chat messages
29+
for operators who don't need Chinese translation.
30+
31+
### Deployment
32+
- `deploy.sh` now auto-uploads all local skills from `skills/` directory
33+
- `deploy.sh` Step 3b: auto-installs Python3 + graphify on target server
34+
35+
---
36+
1137
## 2026-04-08 — OpenClaw v2026.4.7 upstream sync
1238

1339
### Breaking Changes

0 commit comments

Comments
 (0)