Skip to content

Commit 2094f4d

Browse files
committed
Bump version to 0.3.18, update changelog
1 parent 6b548dd commit 2094f4d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

docs/reference/changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v0.3.18 — Forge & Knowledge Pipeline (2026-03-29)
4+
5+
- **Forge page** (pre-alpha) — interactive skill generation with two-column UI (chat + code output), auto-iterate with configurable retries, real-time status, structural validation for external skills
6+
- **Chat simplified** — stripped RAG/knowledge search, now a clean conversational chat with model selection
7+
- **CodeGenerator** — shared skill generation module extracted from Coder skill, reusable by both Forge UI and Coder workflow skill
8+
- **Executor timeout from config**`timeout_ms` in step config JSON overrides the 30s default SafeExecutor timeout
9+
- **Scraper improvements** — all 5 knowledge scrapers now support `timeout_ms`, delay between items, deadline-based execution, and detailed reporting (stored/skipped/failed/timeout per item)
10+
- **HexDocs guides scraper** — new skill scraping guide/extra pages (README, getting started, deployment docs) — 649 guide chunks indexed
11+
- **Skill UI feedback** — Reload/Unload/Upload buttons show "Waiting 2FA..." with pulse animation during 2FA challenge
12+
- **Workflow runs counter** — now refreshes automatically when a run completes
13+
- **Browser User-Agent** — all SkillAPI HTTP calls now include a default browser User-Agent header to prevent site blocking
14+
- **Convention fixes** — 164 violations reduced to 19 (all intentional process_dictionary usage)
15+
- **Skill template** — updated with `external/0`, `step_fields/0`, `config_hint/0`, `config_scaffold/0` documentation
16+
317
## v0.3.16 — Workflow Export/Import (2026-03-29)
418

519
- **Workflow export** — self-contained JSON files with definition, steps, and full resource data

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule AlexClaw.MixProject do
22
use Mix.Project
33

4-
@version "0.3.17"
4+
@version "0.3.18"
55

66
def project do
77
[

0 commit comments

Comments
 (0)