Releases: Xquik-dev/hermes-tweet
Releases · Xquik-dev/hermes-tweet
Release list
v0.1.6
Changes
- Refresh the generated Xquik endpoint catalog from the current OpenAPI source.
- Update the DM endpoint body description to match current Xquik API wording.
- Bump package, plugin manifest, skill metadata, README release row, publish workflow prompt, and uv.lock to 0.1.6.
Verification
- CI passed on master before release.
- Local build and twine check passed for wheel and sdist.
- The 0.1.6 wheel was installed into the local Hermes v0.12.0 environment.
- Hermes exposed the hermes-tweet toolset, live tweet_read succeeded, and tweet_action remained disabled while action env was unset.
v0.1.5
Changes
- Add nested skill metadata so Agent Skills CLI and agentskills.in read Hermes Tweet as version 0.1.5 with the expected tags.
- Expand the bundled and root
SKILL.mdmirrors with activation rules, safety pitfalls, and Hermes runtime testing guidance. - Make
uv pip --python ~/.hermes/hermes-agent/venv/bin/pythonthe primary Hermes environment install path.
Verification
- Master CI passed on
46c85b2. - Local package build and
twine checkpassed. - The built wheel was installed into the local Hermes v0.12.0 environment with
uv pip. hermes tools listshowed the enabledhermes-tweettoolset.- Runtime probe registered
tweet_explore,tweet_read,tweet_action,/xstatus,/xtrends, and the bundledhermes-tweetskill, with action/API gates closed whenXQUIK_API_KEYis missing.
v0.1.4
Changes
- Add registry-oriented
version,author, andtagsfrontmatter to the bundled Hermes Tweet skill and root registry mirror. - Keep skill mirror metadata covered by tests so public skill registries parse the same content that ships in the wheel.
- Record the SkillRegistry.io audit route and prepare the public skill for a signed-in registry review submission.
Verification
- CI passed on PR #46 and
masterpush. - Local package build and
twine checkpassed for 0.1.4 artifacts. - Local Hermes Agent installed the committed branch and loaded the
hermes-tweettoolset as version 0.1.4.
Hermes Tweet v0.1.3
Changes
- Point PyPI Homepage and Documentation project URLs to the dedicated Hermes Tweet guide.
- Add a metadata drift test for pyproject, plugin manifests, README release links, and project URLs.
- Keep Repository, Issues, and Xquik Platform project links explicit in package metadata.
Verification
- CI passed on PR #21.
- Local package build and twine checks passed.
- Wheel metadata was inspected before release.
v0.1.2
Changes
- Add the public piwheels package surface to README badges and package metadata.
- Record the piwheels discovery in the discoverability audit.
- Bump the Hermes Tweet package and plugin manifests to 0.1.2 so the packaged README metadata can be published.
Verification
- CI passed on PR #16.
- Local package build and twine metadata checks passed.
- Built wheel inspection confirmed version 0.1.2, bundled plugin assets, and the piwheels link in package metadata.
v0.1.1
Patch release for Hermes runtime compatibility and install UX.
- Fix Hermes git/directory plugin loading under the
hermes_plugins.*namespace. - Fix bundled catalog resource loading when the plugin is loaded by Hermes from
~/.hermes/plugins. - Add regression coverage for Hermes-style directory imports.
- Add after-install guidance and README smoke-test instructions for
hermes plugins install Xquik-dev/hermes-tweet --enable. - Keep
tweet_actiondisabled by default; read-only Hermes smoke tests pass.
Hermes Tweet 0.1.0
Initial public release of Hermes Tweet, a native Hermes Agent plugin for X automation through Xquik.
- Bundles 99 cataloged Xquik API endpoints generated from OpenAPI
- Splits read-only and action/private tools for least-privilege operation
- Keeps action endpoints disabled unless HERMES_TWEET_ENABLE_ACTIONS=true
- Includes plugin manifests, slash commands, bundled skill guidance, strict CI, security checks, and package metadata validation