Skip to content

Releases: Xquik-dev/hermes-tweet

v0.1.6

Choose a tag to compare

@kriptoburak kriptoburak released this 07 May 00:25
b92e90e

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

Choose a tag to compare

@kriptoburak kriptoburak released this 06 May 19:16
46c85b2

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.md mirrors with activation rules, safety pitfalls, and Hermes runtime testing guidance.
  • Make uv pip --python ~/.hermes/hermes-agent/venv/bin/python the primary Hermes environment install path.

Verification

  • Master CI passed on 46c85b2.
  • Local package build and twine check passed.
  • The built wheel was installed into the local Hermes v0.12.0 environment with uv pip.
  • hermes tools list showed the enabled hermes-tweet toolset.
  • Runtime probe registered tweet_explore, tweet_read, tweet_action, /xstatus, /xtrends, and the bundled hermes-tweet skill, with action/API gates closed when XQUIK_API_KEY is missing.

v0.1.4

Choose a tag to compare

@kriptoburak kriptoburak released this 06 May 16:32
082f7d2

Changes

  • Add registry-oriented version, author, and tags frontmatter 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 master push.
  • Local package build and twine check passed for 0.1.4 artifacts.
  • Local Hermes Agent installed the committed branch and loaded the hermes-tweet toolset as version 0.1.4.

Hermes Tweet v0.1.3

Choose a tag to compare

@kriptoburak kriptoburak released this 06 May 05:29
a298033

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

Choose a tag to compare

@kriptoburak kriptoburak released this 06 May 03:35
9f6e409

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

Choose a tag to compare

@kriptoburak kriptoburak released this 06 May 02:21
314bfd6

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_action disabled by default; read-only Hermes smoke tests pass.

Hermes Tweet 0.1.0

Choose a tag to compare

@kriptoburak kriptoburak released this 06 May 00:19
530554c

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