<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>vet, branch HEAD</title>
<subtitle>Mirror of Vet, an AI code review tool
</subtitle>
<entry>
<id>168d23ee4aeaabe91e0e0ddc2fca377dde5952dd</id>
<published>2026-04-17T23:29:12Z</published>
<updated>2026-04-17T23:29:12Z</updated>
<title type="text">Update Readme.md (#196)</title>
<link rel="alternate" type="text/html" href="commit/168d23ee4aeaabe91e0e0ddc2fca377dde5952dd.html" />
<author>
<name>Alexander Tibbets</name>
<email>alexander.tibbets@gmail.com</email>
</author>
<content type="text">commit 168d23ee4aeaabe91e0e0ddc2fca377dde5952dd
parent 5964084432df6d5b72226f78b1d137d58c188bea
Author: Alexander Tibbets &lt;alexander.tibbets@gmail.com&gt;
Date:   Fri, 17 Apr 2026 16:29:12 -0700

Update Readme.md (#196)

* Update Readme.md

Adding a link back to the introductory blog post.

* Removed the Sculptor callout

Just in case the new build has altered the Vet integration. We can re-add once confirmed.
</content>
</entry>
<entry>
<id>5964084432df6d5b72226f78b1d137d58c188bea</id>
<published>2026-04-16T19:30:30Z</published>
<updated>2026-04-16T19:30:30Z</updated>
<title type="text">Remove registry; it is being decommisioned in favor of pulling directly from github by default.</title>
<link rel="alternate" type="text/html" href="commit/5964084432df6d5b72226f78b1d137d58c188bea.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 5964084432df6d5b72226f78b1d137d58c188bea
parent e4a07b131d25f8db619f076db864b930f57900c9
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Thu, 16 Apr 2026 14:30:30 -0500

Remove registry; it is being decommisioned in favor of pulling directly from github by default.

</content>
</entry>
<entry>
<id>e4a07b131d25f8db619f076db864b930f57900c9</id>
<published>2026-04-16T18:55:38Z</published>
<updated>2026-04-16T18:55:38Z</updated>
<title type="text">Bump version to v0.2.10 (#195)</title>
<link rel="alternate" type="text/html" href="commit/e4a07b131d25f8db619f076db864b930f57900c9.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit e4a07b131d25f8db619f076db864b930f57900c9
parent 6daf60fe2f7b0613a81e577e9591a7267c7729b6
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Thu, 16 Apr 2026 11:55:38 -0700

Bump version to v0.2.10 (#195)
</content>
</entry>
<entry>
<id>6daf60fe2f7b0613a81e577e9591a7267c7729b6</id>
<published>2026-04-16T18:52:51Z</published>
<updated>2026-04-16T18:52:51Z</updated>
<title type="text">Add Claude Opus 4.7 support, make it the default (#194)</title>
<link rel="alternate" type="text/html" href="commit/6daf60fe2f7b0613a81e577e9591a7267c7729b6.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 6daf60fe2f7b0613a81e577e9591a7267c7729b6
parent ccea1dfd0be889ad7c00bf5c7b1b70a97585344f
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Thu, 16 Apr 2026 11:52:51 -0700

Add Claude Opus 4.7 support, make it the default (#194)

* Add Claude Opus 4.7 support and make it the default model

- Add claude-opus-4-7 and claude-opus-4-7-long to AnthropicModelName enum
- Add ModelInfo entries with pricing from Anthropic docs ($5/$25 per MTok)
- Update DEFAULT_MODEL_ID from claude-opus-4-6 to claude-opus-4-7
- Update VetConfig defaults to use CLAUDE_4_7_OPUS
- Update long-context mapping for both streaming and non-streaming paths
- Update CLI help text, skill docs, and models.json opus alias
- Opus 4.6 remains fully defined and usable via --model claude-opus-4-6

* Keep &#39;opus&#39; alias on 4.6 for forwards compatibility, add &#39;opus-4.7&#39; alias

The &#39;opus&#39; shorthand in .vet/models.json is used by configs.toml
CI profiles. Keep it stable on 4.6 to avoid breaking existing
workflows. Add a separate &#39;opus-4.7&#39; alias for explicit use.

* Fix black formatting in changed files

* Rename 4.7 to be opus

* Skip temperature parameter for Opus 4.7 (not supported)

Opus 4.7 returns 400 if temperature, top_p, or top_k are set.
Pass NOT_GIVEN for temperature on Opus 4.7 and 4.7-long models.

* Fix models.json: correct max_output_tokens, keep opus on 4.6, disable temperature for 4.7

- opus alias stays on claude-opus-4-6 (forwards compatibility)
- opus-4.7 alias added with supports_temperature: false
- Fixed max_output_tokens: sonnet/haiku 64k, opus 128k (were all 16k)
- Removed stale opus-4.6 alias (opus already points to 4.6)

* Point &#39;opus&#39; alias to 4.7, add &#39;opus-4.6&#39; for explicit access

opus is the latest (4.7, no temperature). Use opus-4.6 to
explicitly select the previous version.
</content>
</entry>
<entry>
<id>ccea1dfd0be889ad7c00bf5c7b1b70a97585344f</id>
<published>2026-04-12T22:44:43Z</published>
<updated>2026-04-12T22:44:43Z</updated>
<title type="text">chore: bump version to v0.2.9 (#193)</title>
<link rel="alternate" type="text/html" href="commit/ccea1dfd0be889ad7c00bf5c7b1b70a97585344f.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit ccea1dfd0be889ad7c00bf5c7b1b70a97585344f
parent 11b64d2a21de6b36c0e2512cf9a5992110fce73b
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Sun, 12 Apr 2026 17:44:43 -0500

chore: bump version to v0.2.9 (#193)
</content>
</entry>
<entry>
<id>11b64d2a21de6b36c0e2512cf9a5992110fce73b</id>
<published>2026-04-12T22:40:02Z</published>
<updated>2026-04-12T22:40:02Z</updated>
<title type="text">fix: don&#39;t pass cwd to transport in opencode harness (#192)</title>
<link rel="alternate" type="text/html" href="commit/11b64d2a21de6b36c0e2512cf9a5992110fce73b.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 11b64d2a21de6b36c0e2512cf9a5992110fce73b
parent e94d79c6bee96cb085236f1d0e49e0fd7da2d0c8
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Sun, 12 Apr 2026 17:40:02 -0500

fix: don&#39;t pass cwd to transport in opencode harness (#192)

The opencode client was passing cwd to both the subprocess Popen (via
transport options) and as --dir to the opencode CLI. When cwd is a
relative path like &#39;bouncer&#39;, Popen starts the process in bouncer/,
then opencode tries to resolve --dir bouncer relative to that, resulting
in bouncer/bouncer/ which doesn&#39;t exist. This caused a BrokenPipeError
because opencode exited immediately with &#39;Failed to change directory&#39;.

Fix: remove cwd from transport options since --dir already tells
opencode where to work. Add a regression test verifying the transport
is built without cwd.

Co-authored-by: Agent Bot &lt;agent-bot@openhost&gt;
</content>
</entry>
<entry>
<id>e94d79c6bee96cb085236f1d0e49e0fd7da2d0c8</id>
<published>2026-04-10T20:10:36Z</published>
<updated>2026-04-10T20:10:36Z</updated>
<title type="text">Merge pull request #191 from imbue-ai/andrew/claude-session-id-substitution</title>
<link rel="alternate" type="text/html" href="commit/e94d79c6bee96cb085236f1d0e49e0fd7da2d0c8.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit e94d79c6bee96cb085236f1d0e49e0fd7da2d0c8
parent e8ebbf617a2eb527b0a22d8407b094adb15c6610
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri, 10 Apr 2026 15:10:36 -0500

Merge pull request #191 from imbue-ai/andrew/claude-session-id-substitution

Use CLAUDE_SESSION_ID skill substitution for Claude Code session lookup
</content>
</entry>
<entry>
<id>e8ebbf617a2eb527b0a22d8407b094adb15c6610</id>
<published>2026-04-08T18:38:37Z</published>
<updated>2026-04-08T18:38:37Z</updated>
<title type="text">Merge pull request #189 from imbue-ai/danielmewes/gemini-skill</title>
<link rel="alternate" type="text/html" href="commit/e8ebbf617a2eb527b0a22d8407b094adb15c6610.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit e8ebbf617a2eb527b0a22d8407b094adb15c6610
parent 7de2e6efeb8bcebc732558ff89a30a8eb90fa0af
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Wed,  8 Apr 2026 13:38:37 -0500

Merge pull request #189 from imbue-ai/danielmewes/gemini-skill

Add conversation export for Gemini CLI
</content>
</entry>
<entry>
<id>7de2e6efeb8bcebc732558ff89a30a8eb90fa0af</id>
<published>2026-03-31T20:01:36Z</published>
<updated>2026-03-31T20:01:36Z</updated>
<title type="text">Merge pull request #188 from imbue-ai/andrew/v0.2.8</title>
<link rel="alternate" type="text/html" href="commit/7de2e6efeb8bcebc732558ff89a30a8eb90fa0af.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 7de2e6efeb8bcebc732558ff89a30a8eb90fa0af
parent fd24c0329ed516cf5301e8fb736ae1ab2cb5bb35
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Tue, 31 Mar 2026 13:01:36 -0700

Merge pull request #188 from imbue-ai/andrew/v0.2.8

v0.2.8
</content>
</entry>
<entry>
<id>fd24c0329ed516cf5301e8fb736ae1ab2cb5bb35</id>
<published>2026-03-31T19:57:41Z</published>
<updated>2026-03-31T19:57:41Z</updated>
<title type="text">Merge pull request #187 from baahaus/fix/codex-collab-tool-call</title>
<link rel="alternate" type="text/html" href="commit/fd24c0329ed516cf5301e8fb736ae1ab2cb5bb35.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit fd24c0329ed516cf5301e8fb736ae1ab2cb5bb35
parent 0322a7cb2dc33bbd68242de03be900534d9eeac8
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Tue, 31 Mar 2026 12:57:41 -0700

Merge pull request #187 from baahaus/fix/codex-collab-tool-call

Handle Codex collab_tool_call events
</content>
</entry>
<entry>
<id>0322a7cb2dc33bbd68242de03be900534d9eeac8</id>
<published>2026-03-10T02:50:07Z</published>
<updated>2026-03-10T02:50:07Z</updated>
<title type="text">Merge pull request #182 from imbue-ai/andrew/v0.2.7</title>
<link rel="alternate" type="text/html" href="commit/0322a7cb2dc33bbd68242de03be900534d9eeac8.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 0322a7cb2dc33bbd68242de03be900534d9eeac8
parent 4ed4d66f2fa0f5f3749c4a3ec0137d881eac9cd0
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Mon,  9 Mar 2026 21:50:07 -0500

Merge pull request #182 from imbue-ai/andrew/v0.2.7

Bump version to v0.2.7
</content>
</entry>
<entry>
<id>4ed4d66f2fa0f5f3749c4a3ec0137d881eac9cd0</id>
<published>2026-03-10T02:48:35Z</published>
<updated>2026-03-10T02:48:35Z</updated>
<title type="text">Merge pull request #181 from imbue-ai/andrew/opencode</title>
<link rel="alternate" type="text/html" href="commit/4ed4d66f2fa0f5f3749c4a3ec0137d881eac9cd0.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 4ed4d66f2fa0f5f3749c4a3ec0137d881eac9cd0
parent e47fe19d210798935b02e6cbb61ef0c5e58d8e29
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Mon,  9 Mar 2026 21:48:35 -0500

Merge pull request #181 from imbue-ai/andrew/opencode

Add --agent-harness opencode support
</content>
</entry>
<entry>
<id>e47fe19d210798935b02e6cbb61ef0c5e58d8e29</id>
<published>2026-03-07T23:42:13Z</published>
<updated>2026-03-07T23:42:13Z</updated>
<title type="text">Merge pull request #180 from andrewlaack-collab/andrew/messaging</title>
<link rel="alternate" type="text/html" href="commit/e47fe19d210798935b02e6cbb61ef0c5e58d8e29.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit e47fe19d210798935b02e6cbb61ef0c5e58d8e29
parent 3c2947094700e1f36993d9e85d33f2f5e741371e
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Sat,  7 Mar 2026 23:42:13 +0000

Merge pull request #180 from andrewlaack-collab/andrew/messaging

Inform users about subscription support via --agentic
</content>
</entry>
<entry>
<id>3c2947094700e1f36993d9e85d33f2f5e741371e</id>
<published>2026-03-07T00:03:29Z</published>
<updated>2026-03-07T00:03:29Z</updated>
<title type="text">Merge pull request #177 from imbue-ai/upstream-from-hammer</title>
<link rel="alternate" type="text/html" href="commit/3c2947094700e1f36993d9e85d33f2f5e741371e.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 3c2947094700e1f36993d9e85d33f2f5e741371e
parent bb322501e3c5ecb4f85ca8311a99899d4118b640
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Sat,  7 Mar 2026 00:03:29 +0000

Merge pull request #177 from imbue-ai/upstream-from-hammer

a couple more examples for identification guides
</content>
</entry>
<entry>
<id>bb322501e3c5ecb4f85ca8311a99899d4118b640</id>
<published>2026-03-06T23:36:17Z</published>
<updated>2026-03-06T23:36:17Z</updated>
<title type="text">Merge pull request #178 from imbue-ai/andrew/v0.2.6</title>
<link rel="alternate" type="text/html" href="commit/bb322501e3c5ecb4f85ca8311a99899d4118b640.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit bb322501e3c5ecb4f85ca8311a99899d4118b640
parent c00c9163ea52fbeefc80126da72456002fff9c41
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri,  6 Mar 2026 23:36:17 +0000

Merge pull request #178 from imbue-ai/andrew/v0.2.6

v0.2.6
</content>
</entry>
<entry>
<id>c00c9163ea52fbeefc80126da72456002fff9c41</id>
<published>2026-03-06T23:34:09Z</published>
<updated>2026-03-06T23:34:09Z</updated>
<title type="text">Merge pull request #176 from imbue-ai/andrew/fix-submodule-diff-application</title>
<link rel="alternate" type="text/html" href="commit/c00c9163ea52fbeefc80126da72456002fff9c41.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit c00c9163ea52fbeefc80126da72456002fff9c41
parent 5942508b8dc7330551edeea6519674d055e41317
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri,  6 Mar 2026 23:34:09 +0000

Merge pull request #176 from imbue-ai/andrew/fix-submodule-diff-application

Fix DiffApplicationError crash when diffs contain submodule changes
</content>
</entry>
<entry>
<id>5942508b8dc7330551edeea6519674d055e41317</id>
<published>2026-03-06T19:14:36Z</published>
<updated>2026-03-06T19:14:36Z</updated>
<title type="text">Merge pull request #169 from yashdive/vet-against-staged-changes-only</title>
<link rel="alternate" type="text/html" href="commit/5942508b8dc7330551edeea6519674d055e41317.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 5942508b8dc7330551edeea6519674d055e41317
parent 0e5a25d0b52640200025059a48e929824cfa2b89
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri,  6 Mar 2026 19:14:36 +0000

Merge pull request #169 from yashdive/vet-against-staged-changes-only

added feature to run vet against staged changes only
</content>
</entry>
<entry>
<id>0e5a25d0b52640200025059a48e929824cfa2b89</id>
<published>2026-03-05T20:12:43Z</published>
<updated>2026-03-05T20:12:43Z</updated>
<title type="text">Merge pull request #175 from imbue-ai/andrew/v0.2.5</title>
<link rel="alternate" type="text/html" href="commit/0e5a25d0b52640200025059a48e929824cfa2b89.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 0e5a25d0b52640200025059a48e929824cfa2b89
parent 4a6023e01e24b45a9cddc97e28800ffeb7b5222a
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Thu,  5 Mar 2026 20:12:43 +0000

Merge pull request #175 from imbue-ai/andrew/v0.2.5

Bump version to v0.2.5
</content>
</entry>
<entry>
<id>4a6023e01e24b45a9cddc97e28800ffeb7b5222a</id>
<published>2026-03-05T20:08:23Z</published>
<updated>2026-03-05T20:08:23Z</updated>
<title type="text">Merge pull request #174 from imbue-ai/andrew/gpt-5-4</title>
<link rel="alternate" type="text/html" href="commit/4a6023e01e24b45a9cddc97e28800ffeb7b5222a.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 4a6023e01e24b45a9cddc97e28800ffeb7b5222a
parent 71ddc8431d26a07d14c0dc2e4e84c52c74154e75
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Thu,  5 Mar 2026 20:08:23 +0000

Merge pull request #174 from imbue-ai/andrew/gpt-5-4

GPT 5.4 Support
</content>
</entry>
<entry>
<id>71ddc8431d26a07d14c0dc2e4e84c52c74154e75</id>
<published>2026-03-04T23:22:20Z</published>
<updated>2026-03-04T23:22:20Z</updated>
<title type="text">Merge pull request #173 from imbue-ai/andrew/v0.2.3</title>
<link rel="alternate" type="text/html" href="commit/71ddc8431d26a07d14c0dc2e4e84c52c74154e75.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 71ddc8431d26a07d14c0dc2e4e84c52c74154e75
parent 7c5ef7cb106a69e0b4db7823b4dedfa19873298f
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Wed,  4 Mar 2026 23:22:20 +0000

Merge pull request #173 from imbue-ai/andrew/v0.2.3

Bump version
</content>
</entry>
<entry>
<id>7c5ef7cb106a69e0b4db7823b4dedfa19873298f</id>
<published>2026-03-04T23:12:45Z</published>
<updated>2026-03-04T23:12:45Z</updated>
<title type="text">Merge pull request #172 from imbue-ai/andrew/updated-readme</title>
<link rel="alternate" type="text/html" href="commit/7c5ef7cb106a69e0b4db7823b4dedfa19873298f.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 7c5ef7cb106a69e0b4db7823b4dedfa19873298f
parent cbb654119607a3bd4b8bdbb4b0b7022ef44d88e6
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Wed,  4 Mar 2026 23:12:45 +0000

Merge pull request #172 from imbue-ai/andrew/updated-readme

Improved readme
</content>
</entry>
<entry>
<id>cbb654119607a3bd4b8bdbb4b0b7022ef44d88e6</id>
<published>2026-03-03T20:33:27Z</published>
<updated>2026-03-03T20:33:27Z</updated>
<title type="text">Merge pull request #171 from imbue-ai/andrew/additional-registry</title>
<link rel="alternate" type="text/html" href="commit/cbb654119607a3bd4b8bdbb4b0b7022ef44d88e6.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit cbb654119607a3bd4b8bdbb4b0b7022ef44d88e6
parent eeaf2b9d026a67e70e42e44ff7a857e73506be9c
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Tue,  3 Mar 2026 20:33:27 +0000

Merge pull request #171 from imbue-ai/andrew/additional-registry

Additional registry for improved availability
</content>
</entry>
<entry>
<id>eeaf2b9d026a67e70e42e44ff7a857e73506be9c</id>
<published>2026-03-02T22:01:26Z</published>
<updated>2026-03-02T22:01:26Z</updated>
<title type="text">Merge pull request #170 from imbue-ai/andrew/registry-pull</title>
<link rel="alternate" type="text/html" href="commit/eeaf2b9d026a67e70e42e44ff7a857e73506be9c.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit eeaf2b9d026a67e70e42e44ff7a857e73506be9c
parent 8feba7e027292a94089da7be42d2a6d6f6e6c928
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Mon,  2 Mar 2026 22:01:26 +0000

Merge pull request #170 from imbue-ai/andrew/registry-pull

Show --update-models flag in --help menu and inform usage in the skill.
</content>
</entry>
<entry>
<id>8feba7e027292a94089da7be42d2a6d6f6e6c928</id>
<published>2026-03-01T22:14:01Z</published>
<updated>2026-03-01T22:14:01Z</updated>
<title type="text">Bump version to v0.2.3 (#168)</title>
<link rel="alternate" type="text/html" href="commit/8feba7e027292a94089da7be42d2a6d6f6e6c928.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 8feba7e027292a94089da7be42d2a6d6f6e6c928
parent fbbdfff866778b0d63665286d0ed927c3496dcb1
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Sun,  1 Mar 2026 22:14:01 +0000

Bump version to v0.2.3 (#168)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>fbbdfff866778b0d63665286d0ed927c3496dcb1</id>
<published>2026-03-01T22:03:57Z</published>
<updated>2026-03-01T22:03:57Z</updated>
<title type="text">Added updating model registry (#156)</title>
<link rel="alternate" type="text/html" href="commit/fbbdfff866778b0d63665286d0ed927c3496dcb1.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit fbbdfff866778b0d63665286d0ed927c3496dcb1
parent 3389c1286b23550c23449588aecdd028e62b4ac1
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Sun,  1 Mar 2026 22:03:57 +0000

Added updating model registry (#156)

* Added updating model registry

* Format loader.py and loader_test.py with black

* Implement model precedence: user-defined &gt; built-in &gt; registry

* Fix vet-identified issues in remote registry feature

- Add logging to silent except block in _refresh_remote_registry_cache
- Remove unused urllib.error import
- Wrap load_registry_config() in try/except in main() to handle corrupted cache
- Rename get_user_defined_model_ids to get_model_ids_from_config (generic usage)
- Reuse get_builtin_model_ids() in _is_builtin_model instead of reimplementing
- Add tests for validate_api_key_for_model and get_max_output_tokens_for_model with registry_config

* No auto-updating, hidden cli argument by default

* Added additional tests

* Refactor

* Refactoring + added contribution guidelines for what models should be in the registry

* Fix time based tests. Slows down non-llm options too much to do the other way

* Updated wording

* Refactoring

* Messaging

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
Co-authored-by: OpenCode &lt;opencode@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<id>3389c1286b23550c23449588aecdd028e62b4ac1</id>
<published>2026-02-27T20:50:49Z</published>
<updated>2026-02-27T21:54:11Z</updated>
<title type="text">improved loggin</title>
<link rel="alternate" type="text/html" href="commit/3389c1286b23550c23449588aecdd028e62b4ac1.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 3389c1286b23550c23449588aecdd028e62b4ac1
parent f1fec43ada53952c5dac649a8f93a48c67fe75d7
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri, 27 Feb 2026 14:50:49 -0600

improved loggin

</content>
</entry>
<entry>
<id>f1fec43ada53952c5dac649a8f93a48c67fe75d7</id>
<published>2026-02-27T20:42:52Z</published>
<updated>2026-02-27T21:54:11Z</updated>
<title type="text">Reverted unintended changes wrt main</title>
<link rel="alternate" type="text/html" href="commit/f1fec43ada53952c5dac649a8f93a48c67fe75d7.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit f1fec43ada53952c5dac649a8f93a48c67fe75d7
parent 7121d02bc23daf30367f8bd25d303b3e53d81f43
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri, 27 Feb 2026 14:42:52 -0600

Reverted unintended changes wrt main

</content>
</entry>
<entry>
<id>7121d02bc23daf30367f8bd25d303b3e53d81f43</id>
<published>2026-02-27T20:37:35Z</published>
<updated>2026-02-27T21:54:11Z</updated>
<title type="text">moved GitHub review logic from bash to python code (#150)</title>
<link rel="alternate" type="text/html" href="commit/7121d02bc23daf30367f8bd25d303b3e53d81f43.html" />
<author>
<name>Yash Dive</name>
<email>70193427+yashdive@users.noreply.github.com</email>
</author>
<content type="text">commit 7121d02bc23daf30367f8bd25d303b3e53d81f43
parent d4af8772603364f08127cc4295c7aaebdcdad026
Author: Yash Dive &lt;70193427+yashdive@users.noreply.github.com&gt;
Date:   Fri, 27 Feb 2026 15:37:35 -0500

moved GitHub review logic from bash to python code (#150)

* Test vet workflow

* Test vet workflow

* Test vet workflow

* Test vet workflow

* Test vet workflow

* Test vet workflow

* Test vet workflow

* changed github review code to python from bash

* modified run.py

* modified run.py

* test precommit

* test

* testing

* Anthropic model updates (#147)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
Co-authored-by: OpenCode &lt;opencode@users.noreply.github.com&gt;

* Updated gemini definitions (#145)

* Updated gemini definitions

* Removed models

* formatting

* Verified all defined models work correctly right now.

* Tests

* Fix vet identified issue

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;

* added new openrouter provider configuration

* resolving changes in python runner migration

* reverting unintended config changes

---------

Co-authored-by: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
Co-authored-by: OpenCode &lt;opencode@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<id>d4af8772603364f08127cc4295c7aaebdcdad026</id>
<published>2026-02-27T16:45:35Z</published>
<updated>2026-02-27T16:45:35Z</updated>
<title type="text">Update uv.lock</title>
<link rel="alternate" type="text/html" href="commit/d4af8772603364f08127cc4295c7aaebdcdad026.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit d4af8772603364f08127cc4295c7aaebdcdad026
parent f7d7c6b59cd5ae3bb8e69aca5e17a2130b445ad2
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri, 27 Feb 2026 10:45:35 -0600

Update uv.lock

</content>
</entry>
<entry>
<id>f7d7c6b59cd5ae3bb8e69aca5e17a2130b445ad2</id>
<published>2026-02-26T19:28:18Z</published>
<updated>2026-02-26T19:28:18Z</updated>
<title type="text">Avoid confusion. (#165)</title>
<link rel="alternate" type="text/html" href="commit/f7d7c6b59cd5ae3bb8e69aca5e17a2130b445ad2.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit f7d7c6b59cd5ae3bb8e69aca5e17a2130b445ad2
parent ccecdd15ae8dc832a7cbc5f0e626c43818abfa06
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 13:28:18 -0600

Avoid confusion. (#165)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>ccecdd15ae8dc832a7cbc5f0e626c43818abfa06</id>
<published>2026-02-26T19:23:49Z</published>
<updated>2026-02-26T19:23:49Z</updated>
<title type="text">Bump version to v0.2.2 (#164)</title>
<link rel="alternate" type="text/html" href="commit/ccecdd15ae8dc832a7cbc5f0e626c43818abfa06.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit ccecdd15ae8dc832a7cbc5f0e626c43818abfa06
parent 8668c1398ce1616e9a40d9c78ad1deca05603683
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 13:23:49 -0600

Bump version to v0.2.2 (#164)

Co-authored-by: andrewlaack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>8668c1398ce1616e9a40d9c78ad1deca05603683</id>
<published>2026-02-26T19:16:17Z</published>
<updated>2026-02-26T19:16:17Z</updated>
<title type="text">Improved devex, run vet from containers, more appropriate messaging around claude code usage (#163)</title>
<link rel="alternate" type="text/html" href="commit/8668c1398ce1616e9a40d9c78ad1deca05603683.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 8668c1398ce1616e9a40d9c78ad1deca05603683
parent ebc9719ab73fe1aefe26d537a3222f11ff8014b1
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 13:16:17 -0600

Improved devex, run vet from containers, more appropriate messaging around claude code usage (#163)

* Remove dev/Dockerfile in favor of Containerfile

* Add vet.sh wrapper for running vet in a container with full arg passthrough

Refactors dev scripts to share runtime detection via common.sh.
Both vet.sh and run.sh now auto-build the image before running,
with build output suppressed unless there&#39;s an error.

* Refactor dev scripts: split vet.sh into vet.sh + vet-claude.sh with shared common.sh

Extract run_vet helper into common.sh and replace the arg-scanning
auto-detection in vet.sh with two thin wrappers: vet.sh (base image)
and vet-claude.sh (Claude Code image). Update DEVELOPMENT.md to
document the two-script approach.

* Simplify DEVELOPMENT.md containerized section

Merge the Agentic Verifier and Building Images Manually subsections
into the Running Vet and Interactive Development sections, eliminating
redundant examples and reducing the container docs by ~25 lines.

* Replace vet-claude.sh with I_CHOOSE_CONVENIENCE_OVER_FREEDOM env var

A single env var in .env now controls whether Claude Code is included
in the container image. All scripts (vet.sh, run.sh, build.sh) read
it via common.sh — no separate scripts or arguments needed. Delete
vet-claude.sh and simplify DEVELOPMENT.md accordingly.

* Simplify common.sh to globals only, remove all functions

common.sh now only provides shared config (runtime detection, .env
sourcing, IMAGE_NAME/INSTALL_CLAUDE globals). No functions — vet.sh
and run.sh inline the silent-build pattern and container run commands
directly. Each script reads top-to-bottom as a complete unit.

* Agent harness messaging

* Updated wordin

* Honest messaging

* Fix env issue

* Formatting?

---------

Co-authored-by: andrewlaack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>ebc9719ab73fe1aefe26d537a3222f11ff8014b1</id>
<published>2026-02-26T18:04:45Z</published>
<updated>2026-02-26T18:04:45Z</updated>
<title type="text">Update --agentic flag description in vet skill docs (#162)</title>
<link rel="alternate" type="text/html" href="commit/ebc9719ab73fe1aefe26d537a3222f11ff8014b1.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit ebc9719ab73fe1aefe26d537a3222f11ff8014b1
parent 53ffddc53330c4907d74e5bf1078cd5182e55b78
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 12:04:45 -0600

Update --agentic flag description in vet skill docs (#162)

Co-authored-by: andrewlaack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>53ffddc53330c4907d74e5bf1078cd5182e55b78</id>
<published>2026-02-26T18:04:18Z</published>
<updated>2026-02-26T18:04:18Z</updated>
<title type="text">Remove dev/Dockerfile in favor of Containerfile (#161)</title>
<link rel="alternate" type="text/html" href="commit/53ffddc53330c4907d74e5bf1078cd5182e55b78.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 53ffddc53330c4907d74e5bf1078cd5182e55b78
parent 2571a790c3463a178e73000ba121d6fd9b33aac3
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 12:04:18 -0600

Remove dev/Dockerfile in favor of Containerfile (#161)

Co-authored-by: andrewlaack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>2571a790c3463a178e73000ba121d6fd9b33aac3</id>
<published>2026-02-26T17:18:16Z</published>
<updated>2026-02-26T17:18:16Z</updated>
<title type="text">Better exception messaging (#160)</title>
<link rel="alternate" type="text/html" href="commit/2571a790c3463a178e73000ba121d6fd9b33aac3.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 2571a790c3463a178e73000ba121d6fd9b33aac3
parent 1c9cc8b91235e3334f2324112d0178e23e6c985f
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 11:18:16 -0600

Better exception messaging (#160)

* Better exception messaging

* Better handling

* Inform about -vv in cases we are uncertain about.

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>1c9cc8b91235e3334f2324112d0178e23e6c985f</id>
<published>2026-02-26T16:34:28Z</published>
<updated>2026-02-26T16:34:28Z</updated>
<title type="text">Better claude code error handling (#159)</title>
<link rel="alternate" type="text/html" href="commit/1c9cc8b91235e3334f2324112d0178e23e6c985f.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 1c9cc8b91235e3334f2324112d0178e23e6c985f
parent 9cb60b3dc2661f3ee6ee379bcf8560e198b3e7e9
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 10:34:28 -0600

Better claude code error handling (#159)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>9cb60b3dc2661f3ee6ee379bcf8560e198b3e7e9</id>
<published>2026-02-26T16:12:56Z</published>
<updated>2026-02-26T16:12:56Z</updated>
<title type="text">Support longer diffs with codex (#157)</title>
<link rel="alternate" type="text/html" href="commit/9cb60b3dc2661f3ee6ee379bcf8560e198b3e7e9.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 9cb60b3dc2661f3ee6ee379bcf8560e198b3e7e9
parent f3a58da0d25da346e2a0be8fdde466d3d83879cf
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 26 Feb 2026 10:12:56 -0600

Support longer diffs with codex (#157)

* Support longer diffs with codex

* Undo error tracking changes

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>f3a58da0d25da346e2a0be8fdde466d3d83879cf</id>
<published>2026-02-26T04:59:01Z</published>
<updated>2026-02-26T04:59:01Z</updated>
<title type="text">improved messaging for codex / cc missing errors (#154)</title>
<link rel="alternate" type="text/html" href="commit/f3a58da0d25da346e2a0be8fdde466d3d83879cf.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit f3a58da0d25da346e2a0be8fdde466d3d83879cf
parent 5a4ce934d63d1ca5cd106e5d32c8121f95fd8f39
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 22:59:01 -0600

improved messaging for codex / cc missing errors (#154)

* improved messaging for codex / cc missing

* FormatS

* Renaming

* Better messaging

* Safer messaging

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>5a4ce934d63d1ca5cd106e5d32c8121f95fd8f39</id>
<published>2026-02-26T04:23:01Z</published>
<updated>2026-02-26T04:23:01Z</updated>
<title type="text">Updated skill messaging (#153)</title>
<link rel="alternate" type="text/html" href="commit/5a4ce934d63d1ca5cd106e5d32c8121f95fd8f39.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 5a4ce934d63d1ca5cd106e5d32c8121f95fd8f39
parent b90433eebab525c743255b017e62c93319688a9a
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 22:23:01 -0600

Updated skill messaging (#153)

* Updated skill messaging

* Word

* Words

* More explicit

* Updated

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>b90433eebab525c743255b017e62c93319688a9a</id>
<published>2026-02-26T02:36:04Z</published>
<updated>2026-02-26T02:36:04Z</updated>
<title type="text">v0.2.1: updated language model definitions and agent messaging (#151)</title>
<link rel="alternate" type="text/html" href="commit/b90433eebab525c743255b017e62c93319688a9a.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit b90433eebab525c743255b017e62c93319688a9a
parent b6eac85c107c5e23cd051626900c4b70fb46ca82
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 20:36:04 -0600

v0.2.1: updated language model definitions and agent messaging (#151)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>b6eac85c107c5e23cd051626900c4b70fb46ca82</id>
<published>2026-02-26T01:57:18Z</published>
<updated>2026-02-26T01:57:18Z</updated>
<title type="text">make list-models respect current run configuration (#144)</title>
<link rel="alternate" type="text/html" href="commit/b6eac85c107c5e23cd051626900c4b70fb46ca82.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit b6eac85c107c5e23cd051626900c4b70fb46ca82
parent 27acbd08842dc4307bbf483f9263fd082fce7d4a
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 19:57:18 -0600

make list-models respect current run configuration (#144)

* Don&#39;t version cast

* Better listing

* undo

* Updated listing logic

* Updated messaging

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
Co-authored-by: merge &lt;merge@local&gt;
</content>
</entry>
<entry>
<id>27acbd08842dc4307bbf483f9263fd082fce7d4a</id>
<published>2026-02-26T00:16:49Z</published>
<updated>2026-02-26T00:16:49Z</updated>
<title type="text">Updated gemini definitions (#145)</title>
<link rel="alternate" type="text/html" href="commit/27acbd08842dc4307bbf483f9263fd082fce7d4a.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 27acbd08842dc4307bbf483f9263fd082fce7d4a
parent 964334a018aab364859b092a31b557da0705f51c
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 18:16:49 -0600

Updated gemini definitions (#145)

* Updated gemini definitions

* Removed models

* formatting

* Verified all defined models work correctly right now.

* Tests

* Fix vet identified issue

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>964334a018aab364859b092a31b557da0705f51c</id>
<published>2026-02-25T23:07:45Z</published>
<updated>2026-02-25T23:07:45Z</updated>
<title type="text">Updated openai definitions (#146)</title>
<link rel="alternate" type="text/html" href="commit/964334a018aab364859b092a31b557da0705f51c.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 964334a018aab364859b092a31b557da0705f51c
parent e56550c435b8bd6351241b5c902eec03edc5f344
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 17:07:45 -0600

Updated openai definitions (#146)

* Updated openai definitions

* Formatter

* All models specified now were able to find, at least, the most trivial of issues

* Fixed agentic vet identified issues

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>e56550c435b8bd6351241b5c902eec03edc5f344</id>
<published>2026-02-25T22:24:27Z</published>
<updated>2026-02-25T22:24:27Z</updated>
<title type="text">Anthropic model updates (#147)</title>
<link rel="alternate" type="text/html" href="commit/e56550c435b8bd6351241b5c902eec03edc5f344.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit e56550c435b8bd6351241b5c902eec03edc5f344
parent 21780745c11f773cbe8f7046a012762ae0fc812e
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 16:24:27 -0600

Anthropic model updates (#147)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
Co-authored-by: OpenCode &lt;opencode@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<id>21780745c11f773cbe8f7046a012762ae0fc812e</id>
<published>2026-02-25T22:15:45Z</published>
<updated>2026-02-25T22:15:45Z</updated>
<title type="text">Remove first party groq support (#149)</title>
<link rel="alternate" type="text/html" href="commit/21780745c11f773cbe8f7046a012762ae0fc812e.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 21780745c11f773cbe8f7046a012762ae0fc812e
parent 2976119e26eee3a46919b4e95e26afa8fad155c0
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 16:15:45 -0600

Remove first party groq support (#149)

* Removed groq to decrease maintenance burden.

* Formatter

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>2976119e26eee3a46919b4e95e26afa8fad155c0</id>
<published>2026-02-25T20:01:59Z</published>
<updated>2026-02-25T20:01:59Z</updated>
<title type="text">Better installation instructions (#143)</title>
<link rel="alternate" type="text/html" href="commit/2976119e26eee3a46919b4e95e26afa8fad155c0.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 2976119e26eee3a46919b4e95e26afa8fad155c0
parent c604662e478e7b5e99e391f35a88e1ac7686ffbc
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 25 Feb 2026 14:01:59 -0600

Better installation instructions (#143)

* Symlink skills directory for agents to read

* Better installation instructions + symlink skill

* Updated installation instructions

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>c604662e478e7b5e99e391f35a88e1ac7686ffbc</id>
<published>2026-02-25T03:56:04Z</published>
<updated>2026-02-25T03:56:04Z</updated>
<title type="text">Added free models in this repo (#141)</title>
<link rel="alternate" type="text/html" href="commit/c604662e478e7b5e99e391f35a88e1ac7686ffbc.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit c604662e478e7b5e99e391f35a88e1ac7686ffbc
parent 1cb60ee1ed926582171c05d47f16cab8334c12db
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 21:56:04 -0600

Added free models in this repo (#141)

* Added free models

* Removed unusable models

* Added free to aliases as appropriate

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>1cb60ee1ed926582171c05d47f16cab8334c12db</id>
<published>2026-02-24T19:40:58Z</published>
<updated>2026-02-24T19:40:58Z</updated>
<title type="text">Tell agent to consider updating if things break (#140)</title>
<link rel="alternate" type="text/html" href="commit/1cb60ee1ed926582171c05d47f16cab8334c12db.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 1cb60ee1ed926582171c05d47f16cab8334c12db
parent 5748384cb3d0db9fe37375cf1f513446a7f99160
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 13:40:58 -0600

Tell agent to consider updating if things break (#140)

* Inform about network access

* Inform about network access

* Inform about network access

* Auto-updating

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>5748384cb3d0db9fe37375cf1f513446a7f99160</id>
<published>2026-02-24T19:10:14Z</published>
<updated>2026-02-24T19:10:14Z</updated>
<title type="text">Bump version to v0.2.0 (#139)</title>
<link rel="alternate" type="text/html" href="commit/5748384cb3d0db9fe37375cf1f513446a7f99160.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 5748384cb3d0db9fe37375cf1f513446a7f99160
parent 0287887b9d6f7fffbbe0642cfd9c77ba096c2760
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 19:10:14 +0000

Bump version to v0.2.0 (#139)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>0287887b9d6f7fffbbe0642cfd9c77ba096c2760</id>
<published>2026-02-24T19:06:47Z</published>
<updated>2026-02-24T19:06:47Z</updated>
<title type="text">Add tool blocks (#138)</title>
<link rel="alternate" type="text/html" href="commit/0287887b9d6f7fffbbe0642cfd9c77ba096c2760.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 0287887b9d6f7fffbbe0642cfd9c77ba096c2760
parent d7619686b535d69cae1f6deb0b2772edada65018
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 19:06:47 +0000

Add tool blocks (#138)

* Add tool blocks

* Fixed found issues

* Formatter

* Better skill

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>d7619686b535d69cae1f6deb0b2772edada65018</id>
<published>2026-02-24T18:39:48Z</published>
<updated>2026-02-24T18:39:48Z</updated>
<title type="text">Update opencode sqlite support (#137)</title>
<link rel="alternate" type="text/html" href="commit/d7619686b535d69cae1f6deb0b2772edada65018.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit d7619686b535d69cae1f6deb0b2772edada65018
parent e8961663b76edc72818737dc0216d2c2b638dbfb
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 18:39:48 +0000

Update opencode sqlite support (#137)

* Update opencode sqlite support

* Different approach

* Stupid message streaming clis, absolutely no taste.

* Fixed skill messaging for loading conversations

* Formatters

* Error handling

* Format

* Instructions about python usage

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>e8961663b76edc72818737dc0216d2c2b638dbfb</id>
<published>2026-02-24T06:05:48Z</published>
<updated>2026-02-24T06:05:48Z</updated>
<title type="text">Add demo (#135)</title>
<link rel="alternate" type="text/html" href="commit/e8961663b76edc72818737dc0216d2c2b638dbfb.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit e8961663b76edc72818737dc0216d2c2b638dbfb
parent 0a6138a5cefdac77149313f30e17bb2ea88fb78d
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 06:05:48 +0000

Add demo (#135)

* Gif demo showing vet usage from an agent
</content>
</entry>
<entry>
<id>0a6138a5cefdac77149313f30e17bb2ea88fb78d</id>
<published>2026-02-24T01:28:48Z</published>
<updated>2026-02-24T01:28:48Z</updated>
<title type="text">Add update usage heading (#134)</title>
<link rel="alternate" type="text/html" href="commit/0a6138a5cefdac77149313f30e17bb2ea88fb78d.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 0a6138a5cefdac77149313f30e17bb2ea88fb78d
parent 29b869b8ca84b915530dae953e69e498ea555369
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 01:28:48 +0000

Add update usage heading (#134)

* Reword installation header

* Updated wording

* Updated header

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>29b869b8ca84b915530dae953e69e498ea555369</id>
<published>2026-02-24T01:25:00Z</published>
<updated>2026-02-24T01:25:00Z</updated>
<title type="text">Tighten up CLI + skill wording (#133)</title>
<link rel="alternate" type="text/html" href="commit/29b869b8ca84b915530dae953e69e498ea555369.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 29b869b8ca84b915530dae953e69e498ea555369
parent 6e3ee4a8162509fe228d0a6db6a916a37d96acf6
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 01:25:00 +0000

Tighten up CLI + skill wording (#133)

* Reword installation header

* Updated wording

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>6e3ee4a8162509fe228d0a6db6a916a37d96acf6</id>
<published>2026-02-24T01:17:00Z</published>
<updated>2026-02-24T01:17:00Z</updated>
<title type="text">Tighten up README wording (#132)</title>
<link rel="alternate" type="text/html" href="commit/6e3ee4a8162509fe228d0a6db6a916a37d96acf6.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 6e3ee4a8162509fe228d0a6db6a916a37d96acf6
parent 1169a6e4ff1d34bf86dc555634562528b17a9ce7
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 01:17:00 +0000

Tighten up README wording (#132)

* Updated section ordering

* Updated wording for skill

* Better wording

* Updated wording

* Better wording

* Updated wording again

* Updated wording again

* Tighter wording

* No subscription

* updated agentic review messaging

* Specify what we are checking

* Subscription wording

* Tighten up skill wording

* Skill wording

* Redundant

* Vet messaging

* agent skill wording

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>1169a6e4ff1d34bf86dc555634562528b17a9ce7</id>
<published>2026-02-24T00:48:41Z</published>
<updated>2026-02-24T00:48:41Z</updated>
<title type="text">Bump version to v0.1.14 (#131)</title>
<link rel="alternate" type="text/html" href="commit/1169a6e4ff1d34bf86dc555634562528b17a9ce7.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 1169a6e4ff1d34bf86dc555634562528b17a9ce7
parent e9f322f181cb5288ad2a6325928377d8f1d657b5
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 00:48:41 +0000

Bump version to v0.1.14 (#131)

* Added banner with text

* Refactoring locations and added data collection messaging

* Updated wording to be more precise.

* Updated wording again

* Remove unnecessary file

* Bump version to 0.1.14

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>e9f322f181cb5288ad2a6325928377d8f1d657b5</id>
<published>2026-02-24T00:42:29Z</published>
<updated>2026-02-24T00:42:29Z</updated>
<title type="text">Add banner, refactor root of repo (#130)</title>
<link rel="alternate" type="text/html" href="commit/e9f322f181cb5288ad2a6325928377d8f1d657b5.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit e9f322f181cb5288ad2a6325928377d8f1d657b5
parent da839a4bdb714705e227c72deb81e58531eab784
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 24 Feb 2026 00:42:29 +0000

Add banner, refactor root of repo (#130)

* Added banner with text

* Refactoring locations and added data collection messaging

* Updated wording to be more precise.

* Updated wording again

* Remove unnecessary file

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>da839a4bdb714705e227c72deb81e58531eab784</id>
<published>2026-02-23T16:22:47Z</published>
<updated>2026-02-23T16:22:47Z</updated>
<title type="text">Updated installation for project level to match user level</title>
<link rel="alternate" type="text/html" href="commit/da839a4bdb714705e227c72deb81e58531eab784.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit da839a4bdb714705e227c72deb81e58531eab784
parent 7f8c12fe1be3ccf41fc274172ebe2db65e932c4c
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Mon, 23 Feb 2026 10:22:47 -0600

Updated installation for project level to match user level

</content>
</entry>
<entry>
<id>7f8c12fe1be3ccf41fc274172ebe2db65e932c4c</id>
<published>2026-02-22T21:45:49Z</published>
<updated>2026-02-22T21:45:49Z</updated>
<title type="text">Bump version to 0.1.13 (#129)</title>
<link rel="alternate" type="text/html" href="commit/7f8c12fe1be3ccf41fc274172ebe2db65e932c4c.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 7f8c12fe1be3ccf41fc274172ebe2db65e932c4c
parent 813556985bceb94e553224a2425ca68599219c08
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Sun, 22 Feb 2026 21:45:49 +0000

Bump version to 0.1.13 (#129)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>813556985bceb94e553224a2425ca68599219c08</id>
<published>2026-02-21T23:51:01Z</published>
<updated>2026-02-21T23:51:01Z</updated>
<title type="text">Improved logging / user messaging (#125)</title>
<link rel="alternate" type="text/html" href="commit/813556985bceb94e553224a2425ca68599219c08.html" />
<author>
<name>Andrew D. Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 813556985bceb94e553224a2425ca68599219c08
parent 2af4896a77b673867fb1de2ec8b87ab162597d1b
Author: Andrew D. Laack &lt;andrew@laack.co&gt;
Date:   Sat, 21 Feb 2026 23:51:01 +0000

Improved logging / user messaging (#125)

* Improved logging / user messaging

* Warn on logging to file issues

* Explicit precendence

* Updated documentation

* improve consistency with other cli options

* Updated messaging
</content>
</entry>
<entry>
<id>2af4896a77b673867fb1de2ec8b87ab162597d1b</id>
<published>2026-02-21T06:20:20Z</published>
<updated>2026-02-21T06:20:20Z</updated>
<title type="text">Merge pull request #121 from yashdive/pre-commit-hook</title>
<link rel="alternate" type="text/html" href="commit/2af4896a77b673867fb1de2ec8b87ab162597d1b.html" />
<author>
<name>Andrew D. Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 2af4896a77b673867fb1de2ec8b87ab162597d1b
parent 692d29eeae4d0ea704a9f33e4646622721be25d7
Author: Andrew D. Laack &lt;andrew@laack.co&gt;
Date:   Sat, 21 Feb 2026 06:20:20 +0000

Merge pull request #121 from yashdive/pre-commit-hook

pre-commit hook added to automatically run black and isort before commits 
</content>
</entry>
<entry>
<id>692d29eeae4d0ea704a9f33e4646622721be25d7</id>
<published>2026-02-20T22:49:07Z</published>
<updated>2026-02-20T22:49:07Z</updated>
<title type="text">Added check for podman (default), and updated run command to use --rm to for ephemerality (#119)</title>
<link rel="alternate" type="text/html" href="commit/692d29eeae4d0ea704a9f33e4646622721be25d7.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 692d29eeae4d0ea704a9f33e4646622721be25d7
parent 7a235b4687a59eeccdd05b4ea4eeb989cdab295e
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 20 Feb 2026 22:49:07 +0000

Added check for podman (default), and updated run command to use --rm to for ephemerality (#119)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>7a235b4687a59eeccdd05b4ea4eeb989cdab295e</id>
<published>2026-02-20T20:42:19Z</published>
<updated>2026-02-20T20:42:19Z</updated>
<title type="text">Sonnet 4.6 support (#117)</title>
<link rel="alternate" type="text/html" href="commit/7a235b4687a59eeccdd05b4ea4eeb989cdab295e.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 7a235b4687a59eeccdd05b4ea4eeb989cdab295e
parent c5379ba57a0bff38395d9ce257a8a447ca466217
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 20 Feb 2026 20:42:19 +0000

Sonnet 4.6 support (#117)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>c5379ba57a0bff38395d9ce257a8a447ca466217</id>
<published>2026-02-20T09:31:00Z</published>
<updated>2026-02-20T09:31:00Z</updated>
<title type="text">Updated logging levels, added guidance about logging choices (#116)</title>
<link rel="alternate" type="text/html" href="commit/c5379ba57a0bff38395d9ce257a8a447ca466217.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit c5379ba57a0bff38395d9ce257a8a447ca466217
parent 730a9ad72b93434e1df6157a675310180548657c
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 20 Feb 2026 09:31:00 +0000

Updated logging levels, added guidance about logging choices (#116)

* Updated logging levels, added guidance about logging choices

* Updated messaging

* Restate

* Updated wording

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>730a9ad72b93434e1df6157a675310180548657c</id>
<published>2026-02-20T09:05:29Z</published>
<updated>2026-02-20T09:05:29Z</updated>
<title type="text">Fixed example action</title>
<link rel="alternate" type="text/html" href="commit/730a9ad72b93434e1df6157a675310180548657c.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 730a9ad72b93434e1df6157a675310180548657c
parent 9581058e63317258e155f877d372ddcd78520ddb
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Fri, 20 Feb 2026 03:05:29 -0600

Fixed example action

</content>
</entry>
<entry>
<id>9581058e63317258e155f877d372ddcd78520ddb</id>
<published>2026-02-20T08:49:09Z</published>
<updated>2026-02-20T08:49:09Z</updated>
<title type="text">Bump version to 0.1.12 (#114)</title>
<link rel="alternate" type="text/html" href="commit/9581058e63317258e155f877d372ddcd78520ddb.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 9581058e63317258e155f877d372ddcd78520ddb
parent 88099d461b0fb2d94783e5103a50adc95fc5ab2d
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 20 Feb 2026 08:49:09 +0000

Bump version to 0.1.12 (#114)

* Bump version to 0.1.12

* Updated messaging

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>88099d461b0fb2d94783e5103a50adc95fc5ab2d</id>
<published>2026-02-20T08:26:02Z</published>
<updated>2026-02-20T08:26:02Z</updated>
<title type="text">Update models.json specification to add temperature boolean (#112)</title>
<link rel="alternate" type="text/html" href="commit/88099d461b0fb2d94783e5103a50adc95fc5ab2d.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 88099d461b0fb2d94783e5103a50adc95fc5ab2d
parent 6df7fd9acbfba3fdbe70bd2a76cf1c59b3ddaf94
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 20 Feb 2026 08:26:02 +0000

Update models.json specification to add temperature boolean (#112)

* Update models.json specification to add an additional temperature boolean for models that do and don&#39;t support the param

* Updated support for temp

* Updated readme to make temperature explicit

* Make supports_temperature a required field in models.json

* Formatting

* Removed useless tests

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
Co-authored-by: OpenCode &lt;opencode@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<id>6df7fd9acbfba3fdbe70bd2a76cf1c59b3ddaf94</id>
<published>2026-02-20T00:45:20Z</published>
<updated>2026-02-20T00:45:20Z</updated>
<title type="text">updated the README.md file to give an example of openrouter  (#110)</title>
<link rel="alternate" type="text/html" href="commit/6df7fd9acbfba3fdbe70bd2a76cf1c59b3ddaf94.html" />
<author>
<name>Yash Dive</name>
<email>70193427+yashdive@users.noreply.github.com</email>
</author>
<content type="text">commit 6df7fd9acbfba3fdbe70bd2a76cf1c59b3ddaf94
parent 923ea2deb9fb03bc522ea53fb8a6f9c01b4d9d9e
Author: Yash Dive &lt;70193427+yashdive@users.noreply.github.com&gt;
Date:   Thu, 19 Feb 2026 19:45:20 -0500

updated the README.md file to give an example of openrouter  (#110)

* updated the README.md file to give an example of openrouter instead of anthropic

* updated correct parameter values.

* reverted setting secret instruction back to anthropic
</content>
</entry>
<entry>
<id>923ea2deb9fb03bc522ea53fb8a6f9c01b4d9d9e</id>
<published>2026-02-19T23:12:44Z</published>
<updated>2026-02-19T23:12:44Z</updated>
<title type="text">Added discord link and issue information to README (#111)</title>
<link rel="alternate" type="text/html" href="commit/923ea2deb9fb03bc522ea53fb8a6f9c01b4d9d9e.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 923ea2deb9fb03bc522ea53fb8a6f9c01b4d9d9e
parent 7674b8bd35884d0d90c2259e430e57088683fe20
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 19 Feb 2026 23:12:44 +0000

Added discord link and issue information to README (#111)

* Added discord link and issue information

* Added count to discord

* Reverting because I don&#39;t have enough discord access

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>7674b8bd35884d0d90c2259e430e57088683fe20</id>
<published>2026-02-19T22:09:27Z</published>
<updated>2026-02-19T22:09:27Z</updated>
<title type="text">Add instructions for setting up a containerized dev environment (#108)</title>
<link rel="alternate" type="text/html" href="commit/7674b8bd35884d0d90c2259e430e57088683fe20.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 7674b8bd35884d0d90c2259e430e57088683fe20
parent 29410300a0ebed52e78c3eb10da0be73af0eb9cd
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 19 Feb 2026 22:09:27 +0000

Add instructions for setting up a containerized dev environment (#108)

* Updated instructions for running in container.

* Updated installation / development setup

* Messaging fixes and fix issue disallowing running as root in containers.

* Added comments to dockerfile

* Fixed messaging

* Updated docker file note

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>29410300a0ebed52e78c3eb10da0be73af0eb9cd</id>
<published>2026-02-19T04:38:50Z</published>
<updated>2026-02-19T04:38:50Z</updated>
<title type="text">Bump version to 0.1.11 (#106)</title>
<link rel="alternate" type="text/html" href="commit/29410300a0ebed52e78c3eb10da0be73af0eb9cd.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 29410300a0ebed52e78c3eb10da0be73af0eb9cd
parent 055f3b5b032e467768a0036a40a86ae3301a33dd
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 22:38:50 -0600

Bump version to 0.1.11 (#106)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>055f3b5b032e467768a0036a40a86ae3301a33dd</id>
<published>2026-02-19T04:35:05Z</published>
<updated>2026-02-19T04:35:05Z</updated>
<title type="text">Restyle issue output with emoji prefix, &#39;Vet Issue&#39; label, and cleaner metadata (#105)</title>
<link rel="alternate" type="text/html" href="commit/055f3b5b032e467768a0036a40a86ae3301a33dd.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 055f3b5b032e467768a0036a40a86ae3301a33dd
parent fb868ac903592f78303d4872f3728732f7b89bb1
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 22:35:05 -0600

Restyle issue output with emoji prefix, &#39;Vet Issue&#39; label, and cleaner metadata (#105)

* Restyle issue output with emoji prefix, &#39;Vet Issue&#39; label, and cleaner metadata

* Refactor

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>fb868ac903592f78303d4872f3728732f7b89bb1</id>
<published>2026-02-19T00:27:15Z</published>
<updated>2026-02-19T00:27:15Z</updated>
<title type="text">Make non-llm commands run faster (#103)</title>
<link rel="alternate" type="text/html" href="commit/fb868ac903592f78303d4872f3728732f7b89bb1.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit fb868ac903592f78303d4872f3728732f7b89bb1
parent 7976386d63388c49e8375cd0103795bacf1def68
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 19 Feb 2026 00:27:15 +0000

Make non-llm commands run faster (#103)

* Defer heavy imports to reduce CLI startup time

Move imports that transitively pull in LLM SDKs from module level
to function scope in main.py and loader.py. Early-exit commands
(--version, --list-issue-codes, etc.) drop from ~2.3s to ~0.17s.

* Added time based test to ensure slowness doesn&#39;t creep into the basic startup commands (~2x leway for upper bound assurances).

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>7976386d63388c49e8375cd0103795bacf1def68</id>
<published>2026-02-18T22:24:33Z</published>
<updated>2026-02-18T22:24:33Z</updated>
<title type="text">Fixed token blocking issue (#102)</title>
<link rel="alternate" type="text/html" href="commit/7976386d63388c49e8375cd0103795bacf1def68.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 7976386d63388c49e8375cd0103795bacf1def68
parent 1d79724eaee33ab2dde9c08e49b3ceda9a25848c
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 22:24:33 +0000

Fixed token blocking issue (#102)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>1d79724eaee33ab2dde9c08e49b3ceda9a25848c</id>
<published>2026-02-18T20:58:19Z</published>
<updated>2026-02-18T20:58:19Z</updated>
<title type="text">Bump version to 0.1.10 (#100)</title>
<link rel="alternate" type="text/html" href="commit/1d79724eaee33ab2dde9c08e49b3ceda9a25848c.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 1d79724eaee33ab2dde9c08e49b3ceda9a25848c
parent 3362f9476da2723a26c4add2ea90078ff2adca0d
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 20:58:19 +0000

Bump version to 0.1.10 (#100)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>3362f9476da2723a26c4add2ea90078ff2adca0d</id>
<published>2026-02-18T20:54:58Z</published>
<updated>2026-02-18T20:54:58Z</updated>
<title type="text">Fix release notes to diff from previous tag</title>
<link rel="alternate" type="text/html" href="commit/3362f9476da2723a26c4add2ea90078ff2adca0d.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 3362f9476da2723a26c4add2ea90078ff2adca0d
parent 59283d8c737a7ac64d9c461e8cd0254d23606e2c
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Wed, 18 Feb 2026 14:54:58 -0600

Fix release notes to diff from previous tag

</content>
</entry>
<entry>
<id>59283d8c737a7ac64d9c461e8cd0254d23606e2c</id>
<published>2026-02-18T20:51:59Z</published>
<updated>2026-02-18T20:51:59Z</updated>
<title type="text">Bump version to 0.1.9 (#99)</title>
<link rel="alternate" type="text/html" href="commit/59283d8c737a7ac64d9c461e8cd0254d23606e2c.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 59283d8c737a7ac64d9c461e8cd0254d23606e2c
parent c6ef691668aae9c05a516df98c5770a1aba98717
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 20:51:59 +0000

Bump version to 0.1.9 (#99)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>c6ef691668aae9c05a516df98c5770a1aba98717</id>
<published>2026-02-18T20:47:48Z</published>
<updated>2026-02-18T20:47:48Z</updated>
<title type="text">Make Claude Code and Codex work without API keys (#97)</title>
<link rel="alternate" type="text/html" href="commit/c6ef691668aae9c05a516df98c5770a1aba98717.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit c6ef691668aae9c05a516df98c5770a1aba98717
parent d5477ef52ff87cf1a7a65c4c00057bc4dab0301a
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 20:47:48 +0000

Make Claude Code and Codex work without API keys (#97)

* Fixing claude code without api key

* Remove bypassPermissions from Claude Code options

Claude Code rejects --dangerously-skip-permissions when running as root,
which is common in Docker containers. The --print flag (always passed)
already handles non-interactive mode, so the explicit permission bypass
is unnecessary.

* Fix

* Disable LLM filtration and deduplication in agentic mode

These post-processing stages use direct Anthropic API calls which
require an API key. In agentic mode, only the Claude Code CLI is
available, so skip these stages.

* Black

* Expand comment on why filtration/dedup are disabled in agentic mode

* Added message about agentic.

* Restore bypassPermissions for Claude Code options

* Don&#39;t run as root; that&#39;s not supported yet

* Use AgentUnknownBlock instead of None for unknown content blocks

Adds a typed AgentUnknownBlock that preserves raw data for debugging,
avoiding None propagation. Existing isinstance checks for known block
types naturally skip unknown blocks.

* Better case handling.

* Route issue filtration through agent harness in agentic mode

When --agentic is set, filtration now uses the same agent harness
(Claude Code CLI or Codex CLI) instead of requiring direct API calls.
This allows filtration to work without an API key while preserving
issue quality filtering.

- Add use_agent_harness_for_evaluation field to VetConfig
- Split evaluate_code_issue_through_llm into _evaluate_through_api
  and _evaluate_through_agent paths
- Re-enable filter_issues_through_llm_evaluator for agentic mode

* Support filtration

* Support filtration

* Revert agent-based filtration; disable filtration/dedup in agentic mode

Reverts the agent harness routing for filtration. Instead, simply
disable LLM filtration and deduplication in agentic mode since they
require direct API calls. The agentic identifier is more thorough
and these could be routed through the CLI in the future if needed.

* Clean up comments and docstrings in agentic mode changes

* Add AgentUnknownMessage for unhandled message types in Claude parser

* Reword --agentic description in skill docs

* Remove &#39;fallback&#39; wording from --agentic description

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>d5477ef52ff87cf1a7a65c4c00057bc4dab0301a</id>
<published>2026-02-18T18:35:19Z</published>
<updated>2026-02-18T18:35:19Z</updated>
<title type="text">Updated readme</title>
<link rel="alternate" type="text/html" href="commit/d5477ef52ff87cf1a7a65c4c00057bc4dab0301a.html" />
<author>
<name>Andrew Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit d5477ef52ff87cf1a7a65c4c00057bc4dab0301a
parent 770985bccb28610c1bac075c99a3fc2a3974d055
Author: Andrew Laack &lt;andrew@laack.co&gt;
Date:   Wed, 18 Feb 2026 12:35:19 -0600

Updated readme

</content>
</entry>
<entry>
<id>770985bccb28610c1bac075c99a3fc2a3974d055</id>
<published>2026-02-18T18:34:42Z</published>
<updated>2026-02-18T18:34:42Z</updated>
<title type="text">Add one-liner skill installer with interactive project/user prompt (#96)</title>
<link rel="alternate" type="text/html" href="commit/770985bccb28610c1bac075c99a3fc2a3974d055.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 770985bccb28610c1bac075c99a3fc2a3974d055
parent c6171c3022d5b9f8006ad135769f55f180584427
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Wed, 18 Feb 2026 18:34:42 +0000

Add one-liner skill installer with interactive project/user prompt (#96)

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>c6171c3022d5b9f8006ad135769f55f180584427</id>
<published>2026-02-17T07:04:48Z</published>
<updated>2026-02-17T07:04:48Z</updated>
<title type="text">Bump version to 0.1.8 (#95)</title>
<link rel="alternate" type="text/html" href="commit/c6171c3022d5b9f8006ad135769f55f180584427.html" />
<author>
<name>Andrew D. Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit c6171c3022d5b9f8006ad135769f55f180584427
parent 28d3e6f864978aede2d7c544ad21eda61413d653
Author: Andrew D. Laack &lt;andrew@laack.co&gt;
Date:   Tue, 17 Feb 2026 01:04:48 -0600

Bump version to 0.1.8 (#95)


</content>
</entry>
<entry>
<id>28d3e6f864978aede2d7c544ad21eda61413d653</id>
<published>2026-02-17T07:02:45Z</published>
<updated>2026-02-17T07:02:45Z</updated>
<title type="text">Unhide Agent Flags (#94)</title>
<link rel="alternate" type="text/html" href="commit/28d3e6f864978aede2d7c544ad21eda61413d653.html" />
<author>
<name>Andrew D. Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 28d3e6f864978aede2d7c544ad21eda61413d653
parent c2a31b81cdf6935a9a7ff75199a89ea2cc29f66d
Author: Andrew D. Laack &lt;andrew@laack.co&gt;
Date:   Tue, 17 Feb 2026 01:02:45 -0600

Unhide Agent Flags (#94)

* Unhide flags

* Make agentic false known
</content>
</entry>
<entry>
<id>c2a31b81cdf6935a9a7ff75199a89ea2cc29f66d</id>
<published>2026-02-17T06:47:49Z</published>
<updated>2026-02-17T06:47:49Z</updated>
<title type="text">Updated action to unpin version / make setup easier. (#93)</title>
<link rel="alternate" type="text/html" href="commit/c2a31b81cdf6935a9a7ff75199a89ea2cc29f66d.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit c2a31b81cdf6935a9a7ff75199a89ea2cc29f66d
parent 8c3f52e91a837a91917070421dbf6238139b08c7
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 17 Feb 2026 06:47:49 +0000

Updated action to unpin version / make setup easier. (#93)

* Updated action

* Refactoring

* Refactored

* build local version in vet repo

* Updated messaging

* Remove useless information

* send keys differently

* Added anthropic key messaging

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>8c3f52e91a837a91917070421dbf6238139b08c7</id>
<published>2026-02-17T05:50:14Z</published>
<updated>2026-02-17T05:50:14Z</updated>
<title type="text">Add GitHub Release workflow on tag push (#92)</title>
<link rel="alternate" type="text/html" href="commit/8c3f52e91a837a91917070421dbf6238139b08c7.html" />
<author>
<name>Andrew D. Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 8c3f52e91a837a91917070421dbf6238139b08c7
parent 835506edbf1f79692ccab59779cc5895dfa974fd
Author: Andrew D. Laack &lt;andrew@laack.co&gt;
Date:   Tue, 17 Feb 2026 05:50:14 +0000

Add GitHub Release workflow on tag push (#92)

* Add GitHub Release workflow on tag push

* Use --generate-notes for GitHub Releases
</content>
</entry>
<entry>
<id>835506edbf1f79692ccab59779cc5895dfa974fd</id>
<published>2026-02-17T05:39:55Z</published>
<updated>2026-02-17T05:39:55Z</updated>
<title type="text">Bump v0.1.7 (#91)</title>
<link rel="alternate" type="text/html" href="commit/835506edbf1f79692ccab59779cc5895dfa974fd.html" />
<author>
<name>Andrew D. Laack</name>
<email>andrew@laack.co</email>
</author>
<content type="text">commit 835506edbf1f79692ccab59779cc5895dfa974fd
parent 3d40ff0776e5461412d3e2f4482d7c92ec0bc4fb
Author: Andrew D. Laack &lt;andrew@laack.co&gt;
Date:   Tue, 17 Feb 2026 05:39:55 +0000

Bump v0.1.7 (#91)


</content>
</entry>
<entry>
<id>3d40ff0776e5461412d3e2f4482d7c92ec0bc4fb</id>
<published>2026-02-17T05:34:31Z</published>
<updated>2026-02-17T05:34:31Z</updated>
<title type="text">Improve runtime of agentic identifier (#90)</title>
<link rel="alternate" type="text/html" href="commit/3d40ff0776e5461412d3e2f4482d7c92ec0bc4fb.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 3d40ff0776e5461412d3e2f4482d7c92ec0bc4fb
parent 68964d1cabb61caac8417afdd202b56c1ead8240
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 17 Feb 2026 05:34:31 +0000

Improve runtime of agentic identifier (#90)

* Parallel

* Unlock parallelism

* Updated default back to false for parallel agentic issue identification.

* Added agentic to github ci

* Updated dev messaging

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>68964d1cabb61caac8417afdd202b56c1ead8240</id>
<published>2026-02-17T01:14:57Z</published>
<updated>2026-02-17T01:14:57Z</updated>
<title type="text">Hidden agentic option (#84)</title>
<link rel="alternate" type="text/html" href="commit/68964d1cabb61caac8417afdd202b56c1ead8240.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 68964d1cabb61caac8417afdd202b56c1ead8240
parent 2dff91a3d23d3f38ad4edac52604028152436007
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Tue, 17 Feb 2026 01:14:57 +0000

Hidden agentic option (#84)

* Added hidden agentic flag

* Added harness specification

* Refactoring agent things

* Isort

* Refactoring + codex model fix

* Bug fix, support codex better

* Default claude code added

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>2dff91a3d23d3f38ad4edac52604028152436007</id>
<published>2026-02-16T23:40:11Z</published>
<updated>2026-02-16T23:40:11Z</updated>
<title type="text">feat: structured GitCommandError for user-friendly git failures (#89)</title>
<link rel="alternate" type="text/html" href="commit/2dff91a3d23d3f38ad4edac52604028152436007.html" />
<author>
<name>Yash Dive</name>
<email>70193427+yashdive@users.noreply.github.com</email>
</author>
<content type="text">commit 2dff91a3d23d3f38ad4edac52604028152436007
parent a232e9ffa88dd984eef36c139ca06267b162167a
Author: Yash Dive &lt;70193427+yashdive@users.noreply.github.com&gt;
Date:   Mon, 16 Feb 2026 18:40:11 -0500

feat: structured GitCommandError for user-friendly git failures (#89)


</content>
</entry>
<entry>
<id>a232e9ffa88dd984eef36c139ca06267b162167a</id>
<published>2026-02-16T22:27:30Z</published>
<updated>2026-02-16T22:27:30Z</updated>
<title type="text">Support PKGBUILD + CI (#88)</title>
<link rel="alternate" type="text/html" href="commit/a232e9ffa88dd984eef36c139ca06267b162167a.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit a232e9ffa88dd984eef36c139ca06267b162167a
parent f46d832f51c6f3b0fda9a7e1afa62bd47ff46488
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Mon, 16 Feb 2026 22:27:30 +0000

Support PKGBUILD + CI (#88)

* Added pkg build

* Refactoring

* Updated deployment messaging

* Updated pkgbuild tests

* Fixing pkgbuild test

* Moving packaging stuff around

* Add package building process

* Updated test logging, github action naming stuff, and documentation

* Added comments to test

---------

Co-authored-by: Andrew Laack &lt;andrew@laack.co&gt;
</content>
</entry>
<entry>
<id>f46d832f51c6f3b0fda9a7e1afa62bd47ff46488</id>
<published>2026-02-13T19:22:34Z</published>
<updated>2026-02-13T19:22:34Z</updated>
<title type="text">Improved base sha calculation (#83)</title>
<link rel="alternate" type="text/html" href="commit/f46d832f51c6f3b0fda9a7e1afa62bd47ff46488.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit f46d832f51c6f3b0fda9a7e1afa62bd47ff46488
parent 70b41e89a396e99a2c049507f7c570d1a2dee327
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 13 Feb 2026 19:22:34 +0000

Improved base sha calculation (#83)

Resolves issue where divergences could result in weird results for running vet. 
</content>
</entry>
<entry>
<id>70b41e89a396e99a2c049507f7c570d1a2dee327</id>
<published>2026-02-13T17:22:02Z</published>
<updated>2026-02-13T17:22:02Z</updated>
<title type="text">Update README.md (#81)</title>
<link rel="alternate" type="text/html" href="commit/70b41e89a396e99a2c049507f7c570d1a2dee327.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 70b41e89a396e99a2c049507f7c570d1a2dee327
parent 87a90992c306579b6a6fb53dc19cbfd665a15b5d
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Fri, 13 Feb 2026 17:22:02 +0000

Update README.md (#81)


</content>
</entry>
<entry>
<id>87a90992c306579b6a6fb53dc19cbfd665a15b5d</id>
<published>2026-02-13T00:06:09Z</published>
<updated>2026-02-13T00:06:09Z</updated>
<title type="text">Updated skill</title>
<link rel="alternate" type="text/html" href="commit/87a90992c306579b6a6fb53dc19cbfd665a15b5d.html" />
<author>
<name>Andrew Laack</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 87a90992c306579b6a6fb53dc19cbfd665a15b5d
parent 1a70c4d29896bd73c8d5fa078756f965e01063ba
Author: Andrew Laack &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 18:06:09 -0600

Updated skill

</content>
</entry>
<entry>
<id>1a70c4d29896bd73c8d5fa078756f965e01063ba</id>
<published>2026-02-12T23:57:37Z</published>
<updated>2026-02-12T23:57:37Z</updated>
<title type="text">Updated SKILL + Readme for installing skill</title>
<link rel="alternate" type="text/html" href="commit/1a70c4d29896bd73c8d5fa078756f965e01063ba.html" />
<author>
<name>Andrew Laack</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 1a70c4d29896bd73c8d5fa078756f965e01063ba
parent dc4d8d5a831614d91edaed35a7d8b38f84ae341b
Author: Andrew Laack &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 17:57:37 -0600

Updated SKILL + Readme for installing skill

</content>
</entry>
<entry>
<id>dc4d8d5a831614d91edaed35a7d8b38f84ae341b</id>
<published>2026-02-12T23:15:29Z</published>
<updated>2026-02-12T23:15:29Z</updated>
<title type="text">Added final line to release process</title>
<link rel="alternate" type="text/html" href="commit/dc4d8d5a831614d91edaed35a7d8b38f84ae341b.html" />
<author>
<name>Andrew Laack</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit dc4d8d5a831614d91edaed35a7d8b38f84ae341b
parent 73dca16f3a0c67cb6bd41961c10315a84c7d9da8
Author: Andrew Laack &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 17:15:29 -0600

Added final line to release process

</content>
</entry>
<entry>
<id>73dca16f3a0c67cb6bd41961c10315a84c7d9da8</id>
<published>2026-02-12T23:14:59Z</published>
<updated>2026-02-12T23:14:59Z</updated>
<title type="text">Updated versions (#75)</title>
<link rel="alternate" type="text/html" href="commit/73dca16f3a0c67cb6bd41961c10315a84c7d9da8.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 73dca16f3a0c67cb6bd41961c10315a84c7d9da8
parent b44071c37f5fb915bc3d140e1f890a8c76593f16
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 23:14:59 +0000

Updated versions (#75)


</content>
</entry>
<entry>
<id>b44071c37f5fb915bc3d140e1f890a8c76593f16</id>
<published>2026-02-12T23:11:56Z</published>
<updated>2026-02-12T23:11:56Z</updated>
<title type="text">Bump v0.1.5 (#74)</title>
<link rel="alternate" type="text/html" href="commit/b44071c37f5fb915bc3d140e1f890a8c76593f16.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit b44071c37f5fb915bc3d140e1f890a8c76593f16
parent f7128771fab84690fc85d51655630c903a8424fc
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 23:11:56 +0000

Bump v0.1.5 (#74)

* Updated development messaging

* Updated pyproject version

* Bumped to 0.1.5
</content>
</entry>
<entry>
<id>f7128771fab84690fc85d51655630c903a8424fc</id>
<published>2026-02-12T23:06:35Z</published>
<updated>2026-02-12T23:06:35Z</updated>
<title type="text">Updated development messaging (#73)</title>
<link rel="alternate" type="text/html" href="commit/f7128771fab84690fc85d51655630c903a8424fc.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit f7128771fab84690fc85d51655630c903a8424fc
parent 3de5ab661cfca64054f0d1a3958b40fda325047a
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 23:06:35 +0000

Updated development messaging (#73)

* Updated development messaging

* Updated pyproject version
</content>
</entry>
<entry>
<id>3de5ab661cfca64054f0d1a3958b40fda325047a</id>
<published>2026-02-12T22:55:27Z</published>
<updated>2026-02-12T22:55:27Z</updated>
<title type="text">Updated messaging for model context failures that can happen with (as far as I know only) large diffs&#39; (#72)</title>
<link rel="alternate" type="text/html" href="commit/3de5ab661cfca64054f0d1a3958b40fda325047a.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 3de5ab661cfca64054f0d1a3958b40fda325047a
parent e946d8c8261ebff1ff3a9c44d0f7758812231eb1
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 22:55:27 +0000

Updated messaging for model context failures that can happen with (as far as I know only) large diffs&#39; (#72)


</content>
</entry>
<entry>
<id>e946d8c8261ebff1ff3a9c44d0f7758812231eb1</id>
<published>2026-02-12T21:51:12Z</published>
<updated>2026-02-12T21:51:12Z</updated>
<title type="text">Updated badge</title>
<link rel="alternate" type="text/html" href="commit/e946d8c8261ebff1ff3a9c44d0f7758812231eb1.html" />
<author>
<name>Andrew Laack</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit e946d8c8261ebff1ff3a9c44d0f7758812231eb1
parent 11aec54c2ec3757e78f21441dda886ef118416b8
Author: Andrew Laack &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 15:51:12 -0600

Updated badge

</content>
</entry>
<entry>
<id>11aec54c2ec3757e78f21441dda886ef118416b8</id>
<published>2026-02-12T20:34:40Z</published>
<updated>2026-02-12T20:34:40Z</updated>
<title type="text">Undo restrictive safeguards on context (#71)</title>
<link rel="alternate" type="text/html" href="commit/11aec54c2ec3757e78f21441dda886ef118416b8.html" />
<author>
<name>andrewlaack-collab</name>
<email>andrew.laack@imbue.com</email>
</author>
<content type="text">commit 11aec54c2ec3757e78f21441dda886ef118416b8
parent 551ef4753c2cf429d2ace51ce1cd3835364a7cd9
Author: andrewlaack-collab &lt;andrew.laack@imbue.com&gt;
Date:   Thu, 12 Feb 2026 20:34:40 +0000

Undo restrictive safeguards on context (#71)


</content>
</entry>
</feed>
