You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -187,6 +207,7 @@ Current known agent names include:
187
207
- Cline
188
208
- Roo Code
189
209
- Kilo Code
210
+
- Mistral Vibe
190
211
- v0
191
212
192
213
Custom agents are supported through any non-empty `AI_AGENT` value.
@@ -219,11 +240,11 @@ Planned:
219
240
220
241
- standalone native binary releases
221
242
222
-
The unscoped `agenthint` name currently appears available on npm and crates.io. If the npm name becomes unavailable before first publish, the fallback package name is `@forjd/agenthint`.
243
+
The packages use the unscoped `agenthint` name across npm, crates.io, and PyPI. If the npm name becomes unavailable before first publish, the fallback package name is `@forjd/agenthint`.
Releases use release-please with Conventional Commits. npm publishing is configured for trusted publishing via GitHub Actions OIDC, so no long-lived npm token is required. Before the first npm publish, configure the trusted publisher in npm package settings for `forjd/agenthint` and `.github/workflows/release.yml`.
0 commit comments