Skip to content

Releases: agentrhq/authsome

authsome: v0.1.11

Choose a tag to compare

@github-actions github-actions released this 24 Apr 09:37
ac1f27b

0.1.11 (2026-04-24)

Features

  • add configuration files for a few more OAuth2 providers (#47) (d587881)
  • add proxy runner, RC publishing, and OAuth scope support (#53) (456d9bd)

Documentation

  • overhaul authsome skill and consolidate reference docs (#46) (4b7dad4)
  • update authsome skill description with detailed capabilities, usage guidelines, and security policies (#39) (6c0bf89)

authsome: v0.1.10

Choose a tag to compare

@github-actions github-actions released this 22 Apr 12:18
af14d30

0.1.10 (2026-04-22)

Features

  • added redirect url in popup broswer Ui (#36) (b292017)
  • added support for ashby (#42) (b37724e)
  • replace reset flow with force flag and reorganize provider lifecycle commands into logout, revoke, and remove (#32) (66b0583)

Documentation

authsome: v0.1.9

Choose a tag to compare

@github-actions github-actions released this 21 Apr 12:28
4369c54

0.1.9 (2026-04-21)

Features

  • add --version / -v flag to CLI (#22) (688aefb)
  • Add github templates and CONTRIBUTING.md (#20) (98e0136)
  • introduce secure browser-based bridge for sensitive input collection and remove CLI credential flags (#28) (8302b10)
  • provider for klaviyo added (#25) (32038af)

Bug Fixes

  • redirect url explicitly mentioned in register provider (#27) (78b6eeb)
  • use model_dump(mode="json") to serialize datetime fields in CLI (#23) (551239a)

Documentation

authsome: v0.1.8

Choose a tag to compare

@github-actions github-actions released this 21 Apr 09:43
830dd6d

0.1.8 (2026-04-21)

Features

  • add client record type to function docstring (1be12a9)

Bug Fixes

authsome: v0.1.7

Choose a tag to compare

@github-actions github-actions released this 21 Apr 09:26
d8158eb

0.1.7 (2026-04-21)

Features

  • implement common_options decorator to support global CLI flags across all commands (72d08ed)

authsome: v0.1.6

Choose a tag to compare

@github-actions github-actions released this 21 Apr 09:09
9801774

0.1.6 (2026-04-21)

Bug Fixes

  • update incorrect imports and fix README (5ca9da0)

authsome: v0.1.5

Choose a tag to compare

@github-actions github-actions released this 21 Apr 08:58
207fc36

0.1.5 (2026-04-21)

Features

  • add 29 new API provider configurations to bundled_providers (#9) (f9d8af4)
  • enable CLI support for providing client credentials and API keys during login; and persist aforementioned credentials in profile store (#10) (7c960db)

Documentation

  • rewrite README with agent-first positioning and badges (94e090b)

authsome: v0.1.4

Choose a tag to compare

@github-actions github-actions released this 20 Apr 11:58
a0b8a42

0.1.4 (2026-04-20)

Bug Fixes

  • update command execution to use double-quoted strings and process in shell (157edad)

authsome: v0.1.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 09:16
20a75f5

0.1.3 (2026-04-20)

Documentation

  • add CLI reference and provider registration guides and update main skill documentation (#5) (3d9d3b3)

authsome: v0.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Apr 11:26
d4a55aa

0.1.2 (2026-04-17)

Features

  • Improve cli and test public pkce oauth flow (27c8d50)
  • Show separate custom and bundled providers; highlight connections spearately; tested pkce public oauth flow (0924521)