diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 945d474..4c313f9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.13" + ".": "1.4.0" } diff --git a/css/app.css b/css/app.css index 0cc49ab..880b41d 100644 --- a/css/app.css +++ b/css/app.css @@ -730,6 +730,15 @@ } .modal-input:focus { border-color: #007aff; } body.dark .modal-input { background: #1e1e1e; border-color: #444; color: #e0e0e0; } + .modal-error { + color: #c00; + font-size: 0.82rem; + margin: -4px 0 12px; + padding: 6px 8px; + background: #fff5f5; + border-radius: 6px; + } + body.dark .modal-error { background: #2e1a1a; color: #ff8888; } .modal-btns { display: flex; gap: 8px; justify-content: flex-end; } .modal-btn { padding: 8px 16px; diff --git a/index.html b/index.html index 55bfb44..f2d485a 100644 --- a/index.html +++ b/index.html @@ -106,6 +106,16 @@

MASON

Tools + +
+
+
Skills
+ +
+
Specialized instruction bundles loaded on-demand when the LLM determines they're relevant. User skills live at ~/.mason/skills/; ai-dev-kit skills are read-only.
+
+
+
+
Auto-load skills
+
When on, new skills are enabled by default
+
+ +
+
Default Model
@@ -332,6 +361,31 @@

Available Tools

+ + + + +