Commit Graph

14 Commits

Author SHA1 Message Date
William Valentin b1b59ef25d docs(agents): require diagram review on every code change 2026-02-23 18:49:44 -08:00
William Valentin 36c2ad1b52 docs(agents): require ai-optimized diagram updates on flow changes 2026-02-23 18:49:15 -08:00
William Valentin 982375b65e docs: clarify local WIP risk posture and testing expectation 2026-02-22 17:13:31 -08:00
William Valentin fc2090b599 docs: clarify regular OpenClaw evolution review cadence 2026-02-18 11:09:31 -08:00
William Valentin 1508bcf9cb docs: add instruction to regularly track OpenClaw evolution 2026-02-18 10:31:55 -08:00
William Valentin d48adbe0b0 docs(agents): require deleting feature branch after merge 2026-02-17 23:53:32 -08:00
William Valentin 0a4cfda787 feat: add claude-sonnet-4-6 (20260217) model support
- costs.ts: add claude-sonnet-4-6-20260217 at $3/$15 per 1M tokens, claude-sonnet-4.6 GitHub alias at $0
- models.ts: add anthropicToGitHubModel mapping for claude-sonnet-4-6-20260217 → claude-sonnet-4.6
- tokens.ts: add 1M token context window for claude-sonnet-4-6-20260217
- providers.ts: bump Anthropic, GitHub Models, and Bedrock default to sonnet-4-6
- AGENTS.md: update default subagent model from claude-sonnet-4.5 to claude-sonnet-4.6
2026-02-17 14:56:41 -08:00
William Valentin e1a6b205d7 docs(agents): codify branching, commits, and doc upkeep 2026-02-15 18:16:54 -08:00
William Valentin 85b1401440 docs: update README, CHANGELOG, CLAUDE.md, AGENTS.md for Tier 3-4 features (xAI, Voyage AI, gateway lock, shell completion, tailscale serve, DM pairing, lane queue, credential redaction, usage dashboard) 2026-02-09 18:40:40 -08:00
William Valentin 9be8f76bc7 feat: implement Tier 3 features — lane queue, credential redaction, token dashboard, xAI, Voyage AI
- Lane Queue: per-session FIFO queue in gateway replacing reject-when-busy (9 tests)
- Credential Redaction: redactConfig() expanded to cover 18+ secret fields (16 tests)
- Web UI Token Dashboard: system.tokenUsage endpoint + Usage page with summary cards
- xAI (Grok) Provider: OpenAI-compatible client with model pricing
- Voyage AI Embeddings: new embedding provider with configurable dimensions (5 tests)
- Update gap analysis: 90→95 match (70%→74%), Tier 3 section marked DONE
- Update state.json: test count 1001→1034, add tier3_completion entry

Total: 1034 tests passing across 85 files, typecheck clean
2026-02-09 10:32:57 -08:00
William Valentin c062f687d2 docs: add state.json update rule to AGENTS.md 2026-02-07 14:55:25 -08:00
William Valentin e92ce69067 docs: add commit-often and subagent model selection rules to AGENTS.md 2026-02-06 23:42:06 -08:00
William Valentin 7a35b22458 feat: wire up all Phase 2-6 features into daemon and config
Integrate all new features into the shared infrastructure:
- Config schema: add memory, discord, slack, process, web_search schemas
- Daemon wiring: memory store init, tool registration, channel adapters
- Orchestrator: memory injection into system prompt, extraction on compaction
- Agent: add setSystemPrompt() for dynamic prompt updates
- Channel/tool index: export new adapters and tool factories
- Add @slack/bolt, discord.js, turndown, linkedom, @mozilla/readability deps
- Update state.json with Phase 3b completion (494 tests passing)
2026-02-06 14:24:39 -08:00
William Valentin b913941e4f docs: add README and AGENTS.md documentation 2026-02-05 15:51:50 -08:00