Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1788,
"has_wiki": true,
"homepage": "https://plexusone.github.io/omnichat/",
"languages": {
"Go": 122651
},
"pushed_at": "2026-07-19T07:00:13Z",
"created_at": "2026-02-22T00:35:31Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T06:17:07Z",
"description": "A Go library providing a unified interface for messaging platforms (Discord, Telegram, WhatsApp).",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://plexusone.dev",
"name": "PlexusOne",
"type": "Organization",
"login": "plexusone",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/21293528?v=4",
"created_at": "2016-08-28T15:37:33Z",
"is_verified": null,
"public_repos": 114,
"account_age_days": 3618
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-07-19T07:00:13Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-06-15T09:26:10Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-05-31T09:16:50Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-05-03T19:41:58Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-04-18T19:20:39Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-28T21:00:51Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-22T16:33:38Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-01T18:34:24Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-02-22T19:48:44Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-22T15:47:48Z"
}
],
"recent_commits": [
{
"oid": "ab8448149074d3c57965e33e0e387e4fad60d675",
"body": null,
"is_bot": false,
"headline": "docs: `README.md`: update shields",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-19T06:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28456916520e175ec91e9d531f9ca8cf9be76277",
"body": "The Discord adapter had no test coverage. These cover splitMessage and its\nhelpers: content within the limit passing through untouched, chunks staying\nwithin the limit, no content lost across a split, breaking on blank lines in\npreference to bare newlines, hard-splitting an unbroken run, counting\ncharacters rather than bytes, and not splitting mid-rune.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(discord): cover message splitting",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-19T05:59:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e7654e2f9a8adac23643c81724a3af95b3ccdd1a",
"body": "Discord rejects messages longer than 2000 characters, so any agent reply\nexceeding it failed outright. Send now splits content into chunks, breaking\non blank lines, then newlines, then spaces, so splits land on natural\nboundaries rather than mid-word or mid-list.\n\nThe limit counts characters, not by\n[…]\ntent is passed through unchanged rather than becoming a\nsilent no-op, so the API surfaces the error instead of the send vanishing.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(discord): split messages over the 2000-character limit",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-19T05:57:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bf3daba0ebc79503aa1bdf57254e94e6372b3b5a",
"body": null,
"is_bot": false,
"headline": "chore(deps): `go mod`: update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-19T05:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43243303e6e4561c4586fbb267bdc3315a28958c",
"body": "…m/plexusone/omni-google-0.7.0\n\nchore(deps): bump github.com/plexusone/omni-google from 0.6.1 to 0.7.0",
"is_bot": false,
"headline": "Merge pull request #24 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-19T05:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81e258d2ee2712a3f2a093ced8269b688e781467",
"body": "Bumps [github.com/plexusone/omni-google](https://github.com/plexusone/omni-google) from 0.6.1 to 0.7.0.\n- [Release notes](https://github.com/plexusone/omni-google/releases)\n- [Changelog](https://github.com/plexusone/omni-google/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/plexusone/omni-go\n[…]\ne: github.com/plexusone/omni-google\n dependency-version: 0.7.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/plexusone/omni-google from 0.6.1 to 0.7.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-19T05:49:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cf86d1a8cee0445efa71a909e1816ddf624c70d",
"body": "…rg/sqlite-1.54.0\n\nchore(deps): bump modernc.org/sqlite from 1.53.0 to 1.54.0",
"is_bot": false,
"headline": "Merge pull request #25 from plexusone/dependabot/go_modules/modernc.o…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-19T05:47:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d8809f4082964d9bc2e94874dc606c97bacaac",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.53.0 to 1.54.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.53.0...v1.54.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.54.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.53.0 to 1.54.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-16T18:44:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fff9e17e033ecdfbbb8843bcf562b042849f897",
"body": "…m/plexusone/omni-google-0.6.1\n\nchore(deps): bump github.com/plexusone/omni-google from 0.5.0 to 0.6.1",
"is_bot": false,
"headline": "Merge pull request #20 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-05T17:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8973f49d9a0bc76085fe0085cb9ae623ae41628a",
"body": "Bumps [github.com/plexusone/omni-google](https://github.com/plexusone/omni-google) from 0.5.0 to 0.6.1.\n- [Release notes](https://github.com/plexusone/omni-google/releases)\n- [Changelog](https://github.com/plexusone/omni-google/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/plexusone/omni-go\n[…]\ne: github.com/plexusone/omni-google\n dependency-version: 0.6.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/plexusone/omni-google from 0.5.0 to 0.6.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-05T17:21:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ebc9df33cf4408799f01a8a6a855eccfccdabdd8",
"body": "…m/plexusone/omni-twilio-0.9.0\n\nchore(deps): bump github.com/plexusone/omni-twilio from 0.6.0 to 0.9.0",
"is_bot": false,
"headline": "Merge pull request #22 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-05T17:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff0d028a262e76cf9d34211cffaa2bc9d5d84732",
"body": "Bumps [github.com/plexusone/omni-twilio](https://github.com/plexusone/omni-twilio) from 0.6.0 to 0.9.0.\n- [Release notes](https://github.com/plexusone/omni-twilio/releases)\n- [Changelog](https://github.com/plexusone/omni-twilio/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/plexusone/omni-tw\n[…]\ne: github.com/plexusone/omni-twilio\n dependency-version: 0.9.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/plexusone/omni-twilio from 0.6.0 to 0.9.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-05T05:22:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19997b6a9b4cd4133e2ae83327ea3d7b644ed661",
"body": "…rg/sqlite-1.53.0\n\nchore(deps): bump modernc.org/sqlite from 1.52.0 to 1.53.0",
"is_bot": false,
"headline": "Merge pull request #21 from plexusone/dependabot/go_modules/modernc.o…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-05T05:20:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c7b3f50b6202363fa27b84b41fa0050de342110",
"body": "…m/slack-go/slack-0.27.0\n\nchore(deps): bump github.com/slack-go/slack from 0.26.0 to 0.27.0",
"is_bot": false,
"headline": "Merge pull request #23 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-07-05T05:19:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4c0834794580546a788d3b26d93e023b8586605",
"body": "Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.26.0 to 0.27.0.\n- [Release notes](https://github.com/slack-go/slack/releases)\n- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/slack-go/slack/compare/v0.26.0...v0.27.0)\n[…]\ncy-name: github.com/slack-go/slack\n dependency-version: 0.27.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/slack-go/slack from 0.26.0 to 0.27.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-29T18:44:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8559da474578d465c95b7d71041b73f3aba28a04",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.52.0 to 1.53.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.52.0...v1.53.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.53.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.52.0 to 1.53.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T18:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a578622811f81318fe01d238389a645677b30c6",
"body": "- Update docs/index.md: add RCS support note for Twilio\n- Update docs/providers/index.md: Twilio type SMS -> SMS/MMS/RCS\n- Update docs/providers/index.md: Twilio media attachments No -> Yes\n- Sync docs/changelog.md with root CHANGELOG.md\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update MkDocs site for v0.8.0 Twilio RCS support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-15T09:19:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "871f9c43e36673e439b914aeae822a3146dcf4e0",
"body": "- Add docs/releases/v0.8.0.md release notes\n- Update CHANGELOG.json with v0.8.0 entries and commit hashes\n- Regenerate CHANGELOG.md via schangelog\n- Add v0.8.0 to mkdocs.yml navigation\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add v0.8.0 changelog and release notes",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-15T08:58:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "09c4d017e1f45622045a8ec55e4470df4a0a0259",
"body": "Update direct dependencies:\n- github.com/grokify/mogo v0.74.5 -> v0.74.6\n- github.com/plexusone/omni-google v0.4.1 -> v0.5.0\n- github.com/plexusone/omni-twilio v0.5.0 -> v0.6.0\n- github.com/slack-go/slack v0.24.0 -> v0.26.0\n- go.mau.fi/whatsmeow (updated to latest)\n- modernc.org/sqlite v1.51.0 -> v1.52.0\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-15T08:51:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "03cfd97c916aa7e8a63b05a15128f01a16dfb395",
"body": "- Add MMS sending examples with media attachments\n- Document RCS configuration and features\n- Add incoming MMS media handling examples\n- Update message mapping table with media fields\n- Revise limitations section for current capabilities\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(twilio): update documentation for MMS and RCS support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-15T08:47:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1a9939f7c4ef14c8f882b206a673a08983ab452c",
"body": "Add MessagingServiceSid configuration option to enable RCS messaging\nwith automatic fallback to SMS/MMS when RCS is unavailable.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(twilio): add MessagingServiceSid config for RCS support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-15T08:47:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "70cf8e552381b735ab0b3daa355a6818f0ffb197",
"body": "…m/grokify/mogo-0.74.6\n\nchore(deps): bump github.com/grokify/mogo from 0.74.5 to 0.74.6",
"is_bot": false,
"headline": "Merge pull request #16 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-14T17:39:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09e9e0355778cdcba3c162ff38201717f5c96100",
"body": "…rg/sqlite-1.52.0\n\nchore(deps): bump modernc.org/sqlite from 1.51.0 to 1.52.0",
"is_bot": false,
"headline": "Merge pull request #17 from plexusone/dependabot/go_modules/modernc.o…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-14T17:39:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca51e386c89fce9da6e23cc86482bed6ac692a86",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.51.0 to 1.52.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.51.0...v1.52.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.52.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.51.0 to 1.52.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T18:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318ebc3d533b8c670f14eaf4b486ff3281ff039d",
"body": "Bumps [github.com/grokify/mogo](https://github.com/grokify/mogo) from 0.74.5 to 0.74.6.\n- [Release notes](https://github.com/grokify/mogo/releases)\n- [Changelog](https://github.com/grokify/mogo/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/grokify/mogo/compare/v0.74.5...v0.74.6)\n\n---\nupdate\n[…]\nency-name: github.com/grokify/mogo\n dependency-version: 0.74.6\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/grokify/mogo from 0.74.5 to 0.74.6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-08T18:45:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ec538c2e0bcf3887976e8274c7be7ea69f7798c",
"body": "…m/slack-go/slack-0.25.0\n\nchore(deps): bump github.com/slack-go/slack from 0.24.0 to 0.25.0",
"is_bot": false,
"headline": "Merge pull request #15 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-06-06T09:48:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0078e33e6641dd6c2961785290c76ec94697b6",
"body": "Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.24.0 to 0.25.0.\n- [Release notes](https://github.com/slack-go/slack/releases)\n- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/slack-go/slack/compare/v0.24.0...v0.25.0)\n[…]\ncy-name: github.com/slack-go/slack\n dependency-version: 0.25.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/slack-go/slack from 0.24.0 to 0.25.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-05T18:43:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "636ea81b6c942043fe3df8558fbbe330558aaa94",
"body": "Handle SetSpeaking error in defer using slogutil.LoggerFromContext\nper error handling protocol - errors should be logged when they\ncannot be returned.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(discord): log error in StreamAudio defer cleanup",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T09:05:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4068988fe6e1c877ab06f78d835ec7a42d2f2319",
"body": "Prepare for v0.7.0 release:\n- Update CHANGELOG.json with v0.7.0 features and commit hashes\n- Add commit hashes to v0.6.1 entries\n- Regenerate CHANGELOG.md via schangelog\n- Add docs/releases/v0.7.0.md release notes\n- Update mkdocs.yml navigation with v0.7.0\n- Update README.md with new features (voice channels, inline keyboards, newsletters)\n- Update docs/index.md with current provider status\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add v0.7.0 changelog and release notes",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:53:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9fe7724b0d78779e70645d92bba6f4768ab00c40",
"body": null,
"is_bot": false,
"headline": "chore(deps): `go mod`: update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54aee2de5c91ab7354ffa4012f258f1f8d69a0e4",
"body": "Update provider documentation:\n- discord.md: Voice channel configuration, joining, events, audio\n- telegram.md: Inline keyboards, web app buttons, localized commands\n- slack.md: Unfurl controls, reply broadcast metadata\n- whatsapp.md: Newsletters, reactions, chat types\n- index.md: Updated feature matrix, ChatType enum, metadata docs\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(providers): update documentation for new features",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:39:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f40b1e2cab69228f8829055b27e78100d8a0ca01",
"body": "Add WhatsApp-specific features:\n- Newsletter/Channel support with GetNewsletters, FollowNewsletter,\n UnfollowNewsletter methods\n- Chat type detection for newsletters and status broadcasts\n- Reaction support with SendReaction and RemoveReaction\n- Event handlers for newsletter join/leave and reaction\n[…]\n download handling\n- Receipt event handling for read/delivered status\n\nAdds metadata fields for is_newsletter and is_status to IncomingMessage.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(whatsapp): add newsletter and reaction support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:39:58Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2a68bc39da9f6a07e305216084070a646f50e026",
"body": "Add Slack-specific metadata keys for OutgoingMessage:\n- MetaUnfurlLinks: control text link preview unfurling\n- MetaUnfurlMedia: control media preview unfurling\n- MetaReplyBroadcast: broadcast thread replies to channel\n\nDefault behavior: enable link unfurling for markdown format,\nenable media unfurling for all messages.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(slack): add unfurl controls and reply broadcast metadata",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:39:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d286cf81161887d48de4ce6c7db762e865241624",
"body": "Add Telegram-specific features:\n- InlineButton type with URL, callback, web app, and inline query support\n- MetaInlineKeyboard metadata for attaching keyboards to messages\n- MetaDisablePreview, MetaDisableNotification, MetaProtectContent options\n- OnCallback handler for inline keyboard button presse\n[…]\ndCommands for bot menu\n- DeleteCommands and AnswerCallback helper methods\n\nSupports JSON-decoded keyboard format for dynamic button generation.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(telegram): add inline keyboard and web app support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:39:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "427214a3c0a3b165f846b1dc066ca96c954183d0",
"body": "Implement Discord voice channel features:\n- VoiceManager for managing voice connections\n- VoiceConfig for channel allowlist/blocklist and auto-follow\n- VoiceConnection for sending/receiving Opus audio\n- Voice state tracking for users\n- Auto-leave empty channels with configurable timeout\n- Event emis\n[…]\n- Voice() returns VoiceManager\n- JoinVoice() and LeaveVoice() shortcuts\n\nIncludes unit tests for VoiceManager configuration and state tracking.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(discord): add voice channel support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:39:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6af06488d4fb252fb94dc15a49d47dbbc47e6ac0",
"body": "Add new chat types for WhatsApp newsletters and status broadcasts:\n- ChatTypeNewsletter for WhatsApp Channels\n- ChatTypeStatus for Status broadcasts\n\nAdd voice event types for Discord voice channel support:\n- EventTypeVoiceJoin, EventTypeVoiceLeave\n- EventTypeVoiceMove, EventTypeVoiceSpeaker\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(provider): add newsletter/status chat types and voice events",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:39:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d46e9bb618a4680c3173032caa7e2c2dc6695ddc",
"body": "…m/plexusone/omni-google-0.4.1\n\nchore(deps): bump github.com/plexusone/omni-google from 0.4.0 to 0.4.1",
"is_bot": false,
"headline": "Merge pull request #13 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:41:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6973e1a64db47b12e731124e5b76f2668c0b5704",
"body": "…mni-google-0.4.1",
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/go_modules/github.com/plexusone/o…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:41:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13ada98935536d1610858c1b7e4b9cfafdb75c33",
"body": "…rg/sqlite-1.51.0\n\nchore(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0",
"is_bot": false,
"headline": "Merge pull request #14 from plexusone/dependabot/go_modules/modernc.o…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-31T08:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a2ffe2ceb64092e23293ad805e957eaabd53944",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.50.1 to 1.51.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.50.1...v1.51.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.51.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.50.1 to 1.51.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-28T20:38:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73f031a46040d9380dbe8dd9ed33dee2d8dc0e0",
"body": "…m/slack-go/slack-0.24.0\n\nchore(deps): bump github.com/slack-go/slack from 0.23.0 to 0.24.0",
"is_bot": false,
"headline": "Merge pull request #12 from plexusone/dependabot/go_modules/github.co…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-26T11:19:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a93bba7e917c9f5f5bb272f29354a1e3fc14e5",
"body": "…rg/sqlite-1.50.1\n\nchore(deps): bump modernc.org/sqlite from 1.50.0 to 1.50.1",
"is_bot": false,
"headline": "Merge pull request #10 from plexusone/dependabot/go_modules/modernc.o…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-26T11:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0719baea9400e303e50bd02610251ecdd3e7d780",
"body": "Bumps [github.com/plexusone/omni-google](https://github.com/plexusone/omni-google) from 0.4.0 to 0.4.1.\n- [Release notes](https://github.com/plexusone/omni-google/releases)\n- [Changelog](https://github.com/plexusone/omni-google/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/plexusone/omni-go\n[…]\ne: github.com/plexusone/omni-google\n dependency-version: 0.4.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/plexusone/omni-google from 0.4.0 to 0.4.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-26T00:29:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a470e79c30b45a6d3c883d4f3820870679dc1451",
"body": "Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.23.0 to 0.24.0.\n- [Release notes](https://github.com/slack-go/slack/releases)\n- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/slack-go/slack/compare/v0.23.0...v0.24.0)\n[…]\ncy-name: github.com/slack-go/slack\n dependency-version: 0.24.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/slack-go/slack from 0.23.0 to 0.24.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-26T00:29:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16f30d898ec81d6654cc500068d00abd71b366f8",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.50.0 to 1.50.1.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.50.0...v1.50.1)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.50.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.50.0 to 1.50.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-12T01:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96c152e5b239df3f451f632b7bae1f60511a17b",
"body": "Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add v0.6.1 changelog and release notes",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-03T19:32:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b7dee86bab50164af8e01dc086e3b832149831b0",
"body": "Gmail provider now comes from omni-google/omnichat/gmail.\ngogoogle and goauth are now indirect dependencies via omni-google.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build(deps): add omni-google v0.4.0, remove direct gogoogle",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-03T19:28:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "944d2280431b401102725ee02af5642619ab7b26",
"body": "Replace inline Gmail implementation with thin wrapper around\ngithub.com/plexusone/omni-google/omnichat/gmail.\n\nThis follows the same pattern as the Twilio provider wrapper.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(gmail): use omni-google/omnichat/gmail provider",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-03T19:28:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4a3bb6f66d3195d3d7c8a2312dc268cdaa7036da",
"body": "Add structured logging to ProcessWithAgent() for better observability:\n- Log when agent response is received (with response length)\n- Log send failures with error details\n- Log when response is successfully sent\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(router): add logging for agent response flow",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-03T18:34:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "04f09ea3000e34f86699a0ad7c699abb2824e109",
"body": "Update Twilio provider dependency to use the renamed omni-twilio module:\n- github.com/plexusone/twilio-go v0.4.0 → github.com/plexusone/omni-twilio v0.5.0\n- Update import path in providers/twilio/twilio.go\n- Update documentation references\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "build(deps): migrate from twilio-go to omni-twilio v0.5.0",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-05-03T18:32:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf24dbdcf449f13c4441e585547b391e93de4d64",
"body": null,
"is_bot": false,
"headline": "chore(deps): `go mod`: update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-26T16:29:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92a121960d9d7e486f96f64dcb84b5545bfee4a4",
"body": null,
"is_bot": false,
"headline": "docs: `README.md`: update shields",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-26T16:26:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "730c5674cb91fca5161b0d38ca377b41ede5b3c7",
"body": "…/slack-go/slack-0.23.0\n\nchore(deps): bump github.com/slack-go/slack from 0.22.0 to 0.23.0",
"is_bot": false,
"headline": "Merge pull request #9 from plexusone/dependabot/go_modules/github.com…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-26T16:24:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b473867517e9dd166870f35609df9b17f22cc5bb",
"body": "Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.22.0 to 0.23.0.\n- [Release notes](https://github.com/slack-go/slack/releases)\n- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/slack-go/slack/compare/v0.22.0...v0.23.0)\n[…]\ncy-name: github.com/slack-go/slack\n dependency-version: 0.23.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/slack-go/slack from 0.22.0 to 0.23.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-23T18:47:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3411bad7416dd4331597b5a16de94b76f815669b",
"body": null,
"is_bot": false,
"headline": "chore(deps): `go mod`: update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T19:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a684f1be3850b895f2c4abebd650092b448dcc2a",
"body": "- Add Twilio to README providers table and examples section\n- Create docs/providers/twilio.md with setup and usage guide\n- Create docs/releases/v0.6.0.md release notes\n- Update docs/providers/index.md with Twilio in tables\n- Add Twilio to mkdocs.yml navigation\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Twilio provider documentation",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T19:09:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4a4e5d6d3b76e0ab07c9db76d2990073d308e94",
"body": "Remove replace directive now that v0.4.0 is indexed on the Go proxy.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(deps): use published twilio-go v0.4.0",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T18:57:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4e1faebef3ac64abcdc82d2f07617629ed394761",
"body": "Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update changelog for v0.6.0 release",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T18:53:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c865ffb29cc922bfb6944a0a4b048774b405b02f",
"body": "Log errors from socketClient.Ack calls instead of silently discarding them.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(providers/slack): handle Ack errors in event handler",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T18:52:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cafa42b8a541edd471f461c22567d4e5498bbf27",
"body": "Wire twilio-go/omnichat into omnichat as a provider for SMS messaging.\nUses replace directive for local development until v0.4.0 is indexed.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(providers): add Twilio SMS provider",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T17:34:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "11822c18923438d48f911d30feb6be952ba834d6",
"body": "…g/sqlite-1.49.0\n\nchore(deps): bump modernc.org/sqlite from 1.48.2 to 1.49.0",
"is_bot": false,
"headline": "Merge pull request #8 from plexusone/dependabot/go_modules/modernc.or…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-18T16:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3dfb906606ca413ccfe4b7a4207e6ac18bef4e8",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.48.2 to 1.49.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.2...v1.49.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.49.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.48.2 to 1.49.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-17T18:46:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb25290330e9a72ef63f5f895bf836f991297ff",
"body": null,
"is_bot": false,
"headline": "chore(deps): `go mod`: update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-13T03:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870e1bc1c672115d52c59b26e043e01deb866b7f",
"body": "- Configure dark mode first with custom palette colors\n- Add PlexusOne CSS from plexusone.dev\n- Add unified navigation header via docs/overrides/main.html\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "style(docs): apply PlexusOne unified theme",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-13T03:38:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "98afb998f60c10e0b12a4ad090d5088d8a6ead38",
"body": "…/slack-go/slack-0.21.1\n\nchore(deps): bump github.com/slack-go/slack from 0.20.0 to 0.21.1",
"is_bot": false,
"headline": "Merge pull request #6 from plexusone/dependabot/go_modules/github.com…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-11T14:51:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5acfe506fb022e353af841b8db4784efa2549475",
"body": "…g/sqlite-1.48.2\n\nchore(deps): bump modernc.org/sqlite from 1.48.1 to 1.48.2",
"is_bot": false,
"headline": "Merge pull request #7 from plexusone/dependabot/go_modules/modernc.or…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-11T14:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdfd5ee241e1a6c33e309609a630d77622934a5f",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.48.1 to 1.48.2.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.1...v1.48.2)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.48.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.48.1 to 1.48.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-09T18:46:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19e1dad5a141c3ce8e6be543321c939c94f5026b",
"body": "Bumps [github.com/slack-go/slack](https://github.com/slack-go/slack) from 0.20.0 to 0.21.1.\n- [Release notes](https://github.com/slack-go/slack/releases)\n- [Changelog](https://github.com/slack-go/slack/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/slack-go/slack/compare/v0.20.0...v0.21.1)\n[…]\ncy-name: github.com/slack-go/slack\n dependency-version: 0.21.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/slack-go/slack from 0.20.0 to 0.21.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-08T18:47:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3519c21ba68ec18611f3db75fe05ca268c4f22d9",
"body": "…g/sqlite-1.48.1\n\nchore(deps): bump modernc.org/sqlite from 1.48.0 to 1.48.1",
"is_bot": false,
"headline": "Merge pull request #4 from plexusone/dependabot/go_modules/modernc.or…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-04-04T10:05:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9720dda5d84dff40c21ff9179b918d0ec4e51376",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.48.0 to 1.48.1.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.48.0...v1.48.1)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.48.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.48.0 to 1.48.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-03T18:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59e81d02d9d2d18c4c7b15327749bfded30b3965",
"body": "Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(irc): add error handling to JoinChannel/PartChannel examples",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-28T20:55:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4ff197040e660787d58dff52d6ed2fb78a241af4",
"body": "Add error checking for:\n- conn.Join() in connect callback (logged, cannot return)\n- conn.Privmsg() in Send() (returned to caller)\n- conn.Join() in JoinChannel() (returned to caller)\n- conn.Part() in PartChannel() (returned to caller)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(irc): handle errors from IRC connection methods",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-28T20:27:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a8a28688820998dd743de5f2484d668c37bad46d",
"body": "- Add v0.5.0 entry to CHANGELOG.json with IRC provider\n- Regenerate CHANGELOG.md via schangelog\n- Update README.md with IRC provider in features table\n- Add docs/providers/irc.md provider documentation\n- Add docs/releases/v0.5.0.md release notes\n- Update docs/providers/index.md with IRC\n- Update mkdocs.yml navigation with IRC provider and v0.5.0\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: prepare v0.5.0 release documentation",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-28T15:30:36Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ebc0111c57a772624068881e299b14eb55a6471b",
"body": "Add bidirectional IRC provider using ergochat/irc-go v0.6.0:\n\n- TLS support (default enabled)\n- Multiple channel join on connect\n- NickServ authentication via password\n- PRIVMSG handling for channels and DMs\n- JOIN/PART/QUIT event handling\n- Message splitting for IRC line length limits\n- IRCv3 message-tags and server-time support\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(irc): add IRC provider for channel and DM messaging",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-28T15:19:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bca959064aea5a436a0968561a0458492d8f8296",
"body": "…g/sqlite-1.48.0\n\nchore(deps): bump modernc.org/sqlite from 1.47.0 to 1.48.0",
"is_bot": false,
"headline": "Merge pull request #3 from plexusone/dependabot/go_modules/modernc.or…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-28T14:54:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "262b6724c11289d5b0c9e7f1db116a2e8d4ae7dc",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.47.0 to 1.48.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.47.0...v1.48.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.48.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.47.0 to 1.48.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-27T18:45:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc63282dea14c519c2906c85f684861bb1886d7a",
"body": "Add future work items:\n- New providers: SMS (Twilio/Telnyx), Teams, Matrix\n- Provider enhancements: Gmail receive, Slack Block Kit\n- Features: message editing, reactions, webhooks\n- Testing: integration tests, benchmarks\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add TASKS.md roadmap",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:31:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4acff259e71c9274bb42b522adcef720ef667b92",
"body": "Update CHANGELOG.json with v0.4.0:\n- Gmail provider via gogoogle v0.9.0\n- Slack provider with Socket Mode\n- MkDocs documentation site\n- Dependency and infrastructure updates\n\nRegenerate CHANGELOG.md via schangelog.\nAdd docs/releases/v0.4.0.md release notes.\nUpdate mkdocs.yml navigation.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: prepare v0.4.0 release",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:26:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "04205ede41fb03ffeadbd175a72da6c22ef1ef2e",
"body": null,
"is_bot": false,
"headline": "chore(ci): `workflows`: update to shared workflows",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:19:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8192d34c95ffc4fd4ecf5cf04512a7c0590650c1",
"body": null,
"is_bot": false,
"headline": "chore(ci): `workflows`: rename workflow files",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78ef6d3294852da16df6a69adbe175ddb2ef1329",
"body": null,
"is_bot": false,
"headline": "docs: `README.md`: update shields",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:15:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86fc80cdf835513e2207ffef3c523835f2fc3126",
"body": "Add top-level Features section with:\n- Core functionality overview\n- Provider table with all 5 platforms (Discord, Telegram, WhatsApp, Slack, Gmail)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Features section to README",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:12:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "28d8b91f9e03303b93338eed6c8f5d456578370f",
"body": "Move release notes from RELEASE_NOTES_vX.Y.Z.md to docs/releases/:\n- Add missing Contributors section to v0.1.0\n- Delete redundant RELEASE_NOTES_*.md files\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: consolidate release notes into docs/releases/",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T16:09:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60f78bc8e60a6126ae417dd5f9cf78157b747eb9",
"body": "Add comprehensive documentation with Material theme:\n- Provider guides: Discord, Telegram, WhatsApp, Slack, Gmail\n- Reference: Router, Voice processing, Testing\n- Release notes for v0.1.0, v0.2.0, v0.3.0\n- Getting started guide and changelog\n\nUpdate CHANGELOG.json with Gmail and Slack providers.\nRegenerate CHANGELOG.md via schangelog.\n\nDeploy via: mkdocs gh-deploy\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add MkDocs documentation site",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T15:59:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a9231465aebdcf38401c3cacb1d079e807bc1eb4",
"body": "Add Slack provider using slack-go SDK:\n- Socket Mode for real-time events\n- Message, reaction, and member join handling\n- Thread support with parent message IDs\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(providers): add Slack provider with Socket Mode",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T12:13:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "150bc4339a269bdfa584f9d9f8e7e4b7c8d53c43",
"body": "Add Gmail provider using gogoogle v0.9.0 SendSimple API:\n- OAuth2 authentication via goauth/google\n- Support for plain text, HTML, and markdown formats\n- Reply-To header support\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(providers): add Gmail email provider",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T12:13:12Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "55c28a0c333474624b1183b71e684c3e0a9b3860",
"body": "…g/sqlite-1.47.0\n\nchore(deps): bump modernc.org/sqlite from 1.46.1 to 1.47.0",
"is_bot": false,
"headline": "Merge pull request #2 from plexusone/dependabot/go_modules/modernc.or…",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-22T10:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b860d124cda4e10d9ca3f0a941972bba24a4a32e",
"body": "Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.46.1 to 1.47.0.\n- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)\n- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.46.1...v1.47.0)\n\n---\nupdated-dependencies:\n- dependency-name: modernc.org/sqlite\n dependency-version: 1.47.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump modernc.org/sqlite from 1.46.1 to 1.47.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-17T18:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "851e61982d6f022bbbd20e620e7d84b7afd0c181",
"body": "- Update README with new module path\n- Update release notes with new module path\n- Add v0.3.0 changelog entries\n- Add v0.3.0 release notes with upgrade guide\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: update documentation for v0.3.0 release",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-01T18:25:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0627bc0830a367fdf4e2b1cbc8f5961aaf84564d",
"body": "BREAKING CHANGE: Module path changed from github.com/agentplexus/omnichat\nto github.com/plexusone/omnichat. Update all import statements accordingly.\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor!: rename module from agentplexus to plexusone",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-03-01T18:25:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cd4cd0b6972bd94dc92e9d654c04806323e31039",
"body": null,
"is_bot": false,
"headline": "chore(lint): `golangci-lint`: fix `gofmt`",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-23T10:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c9c769d7dd6a27b7ee74398776b64fadaedcc88",
"body": "Tests cover:\n- containsURL helper with various URL patterns\n- ProcessWithVoice handler for text and voice messages\n- Response modes (auto, always, never)\n- URL detection in voice responses (hybrid voice+text)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add router tests for containsURL and ProcessWithVoice",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T20:03:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5e65974ad2d329430dd025f1c4ae4541b501acc6",
"body": null,
"is_bot": false,
"headline": "chore(deps): `go mod`: update dependencies",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T19:44:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72a57efe7365ff8d459a46b8fb293e00ca53297a",
"body": "- Add voice message support documentation to README\n- Create RELEASE_NOTES_v0.2.0.md\n- Update CHANGELOG.json with v0.2.0 entries\n- Regenerate CHANGELOG.md\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add v0.2.0 release notes and update changelog",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T19:41:32Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40b6c90470a60e225760ac1e2ea4924b2d316a3b",
"body": "Add voice transcription and synthesis support:\n\n- WhatsApp adapter: download and upload audio/voice messages\n- Router: add VoiceProcessor interface for STT/TTS integration\n- Router: add ProcessWithVoice handler for voice-enabled message processing\n- Auto-detect URLs in responses and include text for clickable links\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add voice message support",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T19:25:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e529eba2c8887eb88f79ee961202af29148135ca",
"body": "Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add release notes and structured changelog for v0.1.0",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T14:57:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c1ad1b282c02aec7c619dc1edc706aaa6ef1514b",
"body": null,
"is_bot": false,
"headline": "docs(`README.md`): update shields",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T14:52:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fee49c399fbc48638d880f4c5009ae1fadb19c8",
"body": null,
"is_bot": false,
"headline": "docs(`README.md`): add shields",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T14:47:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c454b30fd09c9d58cfafeb2bd95abd613745dc45",
"body": "Add project configuration:\n- GitHub Actions workflows for CI\n- Dependabot configuration\n- golangci-lint configuration\n- .gitignore for Go projects\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add CI workflows and linting config",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T07:43:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "05771bf2654fb837c1bd13bed40d82168a0586f6",
"body": "Add project documentation:\n- README with usage examples and provider overview\n- MIT License\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add README and LICENSE",
"author_name": "John Wang",
"author_login": "grokify",
"committed_at": "2026-02-22T07:43:42Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 10,
"commits_last_year": 106,
"latest_release_at": "2026-07-19T07:00:13Z",
"latest_release_tag": "v0.8.1",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 20,
"days_since_latest_release": 6,
"mean_days_between_releases": 16.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/plexusone/omnichat",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/plexusone/omnichat",
"is_deprecated": false,
"latest_version": "v0.8.1",
"repository_url": "https://github.com/plexusone/omnichat",
"versions_count": 10,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T06:00:55Z",
"latest_version_yanked": null,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15922,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/bwmarrin/discordgo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.29.0"
},
{
"name": "github.com/ergochat/irc-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "github.com/grokify/mogo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.74.6"
},
{
"name": "github.com/mdp/qrterminal/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.2.1"
},
{
"name": "github.com/plexusone/omni-google",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.7.0"
},
{
"name": "github.com/plexusone/omni-twilio",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.0"
},
{
"name": "github.com/slack-go/slack",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.27.0"
},
{
"name": "go.mau.fi/whatsmeow",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-20260718134955-fac667d55293"
},
{
"name": "google.golang.org/protobuf",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.36.11"
},
{
"name": "gopkg.in/telebot.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.3.8"
},
{
"name": "modernc.org/sqlite",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.54.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 20,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "grokify",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/209872?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"go-ci.yaml",
"go-lint.yaml",
"go-sast-codeql.yaml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yaml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/12 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 9,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ab8448149074d3c57965e33e0e387e4fad60d675",
"ran_at": "2026-07-26T01:46:35Z",
"aggregate_score": 6.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T18:43:34Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-19T05:52:23Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/plexusone/omnichat",
"host": "github.com",
"name": "omnichat",
"owner": "plexusone"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"security": 63,
"vitality": 87,
"community": 24,
"governance": 56,
"engineering": 86
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 87,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"commits_last_year": 106,
"human_commit_share": 0.8,
"days_since_last_push": 6,
"active_weeks_last_year": 20
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "20/52 weeks with commits",
"points": 13.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 20
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "106 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 106
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.8.1",
"releases_from_tags": false,
"days_since_latest_release": 6,
"mean_days_between_releases": 16.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~16.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 16.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"merged_prs": 20,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "20/25 decided PRs merged",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 20,
"decided": 25
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/12 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"followers": 5,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "plexusone",
"public_repos": 114,
"account_age_days": 3618
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "5 followers of plexusone",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "plexusone"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "114 public repos, account ~9 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 114
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/plexusone/omnichat"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "10 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 10
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "excellent",
"name": "Engineering Quality",
"value": 86,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yaml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://plexusone.github.io/omnichat/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://plexusone.github.io/omnichat/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 6.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "9 out of 9 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/12 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 67,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.988,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "79 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 79,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.45,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.2
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yaml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yaml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "45 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 45,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "20 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 20,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 15922,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T01:46:46.157729Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/plexusone/omnichat.svg",
"full_name": "plexusone/omnichat",
"license_state": "standard",
"license_spdx": "MIT"
}