Commit Graph

2 Commits

Author SHA1 Message Date
OpenCode 30f80fe058 Fix regex escaping in Lab 1 Ollama version extraction
In the YAML folded block scalar, \\. was passed literally to
regex_search as \., so it never matched valid semver strings like
0.21.1. Use \. instead so the dot is matched correctly.
2026-04-22 20:19:31 -06:00
c4ch3c4d3 59f3032f91 Provision Netron and Lab 1 local assets 2026-04-16 11:15:39 -06:00