We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e604fcd commit 1e5f2d2Copy full SHA for 1e5f2d2
2 files changed
zsmith/src/main/java/airhacks/zsmith/agent/boundary/Agent.java
@@ -176,7 +176,7 @@ public Agent withSkills() {
176
return withSkills(SkillStore.forAgent(this.name));
177
}
178
179
- public Agent withSkills(String path) {
+ public Agent withSkillsFromDirectory(String path) {
180
return withSkills(new SkillStore(List.of(Path.of(path))));
181
182
zsmith/version.txt
@@ -1 +1 @@
1
-2026.06.10.03
+2026.06.10.04
0 commit comments