Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 857,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 506054
},
"pushed_at": "2026-07-18T14:06:15Z",
"created_at": "2026-07-18T14:05:57Z",
"owner_type": "User",
"updated_at": "2026-07-18T14:05:57Z",
"description": "OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Enterpr1se",
"type": "User",
"login": "Enterpr1se0",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/153820210?v=4",
"created_at": "2023-12-14T10:25:53Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 953
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-05-13T11:14:52Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-04-15T12:35:03Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-04-15T03:03:00Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-03-31T06:06:07Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-11-27T04:13:28Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-10-10T08:33:38Z"
}
],
"recent_commits": [
{
"oid": "3a207483d14970c8794528a22cb7dddbdd682788",
"body": "feat: remove validate",
"is_bot": false,
"headline": "Merge pull request #23 from meguminnnnnnnnn/feat/wdz/remove_validate",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2026-05-13T11:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1d1a0fc8d617b8dc87e18c3859d91c4c4b3b798",
"body": null,
"is_bot": false,
"headline": "feat: remove validate",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2026-05-13T11:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5007b9ad446eee0502715209d183219d0e0886fe",
"body": "fix: correct JSON tag for ChatMessageFile.FileName",
"is_bot": false,
"headline": "Merge pull request #22 from meguminnnnnnnnn/fix/filename",
"author_name": "Born",
"author_login": "JonXSnow",
"committed_at": "2026-04-15T12:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cff501cc2c2801b3f023f81e7254f7d80f935c09",
"body": "Change the JSON tag from \"file_name\" to \"filename\" to match\nthe OpenAI API specification.",
"is_bot": false,
"headline": "fix: correct JSON tag for ChatMessageFile.FileName",
"author_name": "zhuangjie.1125",
"author_login": "JonXSnow",
"committed_at": "2026-04-15T12:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5996b07c6b51b2408971a0708cb61ba39e33d6",
"body": "feat: add file type support for chat message parts",
"is_bot": false,
"headline": "Merge pull request #21 from meguminnnnnnnnn/feat/file",
"author_name": "Born",
"author_login": "JonXSnow",
"committed_at": "2026-04-15T03:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f06b9611787136a15a191c37c43d6ec0c6071d1e",
"body": "- Add ChatMessageFile struct with file_data and file_name fields\n- Add ChatMessagePartTypeFile constant\n- Add File field to ChatMessagePart struct",
"is_bot": false,
"headline": "feat: add file type support for chat message parts",
"author_name": "zhuangjie.1125",
"author_login": "JonXSnow",
"committed_at": "2026-04-14T13:35:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b9b5671aaab92b8d721d5d3a317c23e4dc2e358",
"body": "…tent\n\nfix: preserve content field for tool messages with empty content",
"is_bot": false,
"headline": "Merge pull request #19 from shentongmartin/fix/tool-message-empty-con…",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2026-03-31T06:06:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64c74090cc6e73709f9269b97a40d2abbb5004ba",
"body": "When a tool message has empty string content, json:\"content,omitempty\"\nomits the field entirely during serialization. This causes API 500 errors\nbecause the content field is required for tool role messages.\n\nThe fix adds a special case in MarshalJSON: when Role == \"tool\", the\ncontent field uses json:\"content\" (without omitempty) so empty strings\nare preserved in the JSON output.\n\nChange-Id: I24177624d7bfbbef3961b6101319adedad35d350\nFixes: https://github.com/cloudwego/eino/issues/815",
"is_bot": false,
"headline": "fix: preserve content field for tool messages with empty content",
"author_name": "shentong.martin",
"author_login": "shentongmartin",
"committed_at": "2026-03-31T05:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f850121737c583dbb7cce462549b623c8e7a35e",
"body": "feat: ChatCompletionStreamResponse&ChatCompletionResponse use a custom unmarshal method",
"is_bot": false,
"headline": "Merge pull request #15 from meguminnnnnnnnn/feat/modify",
"author_name": "Zhj",
"author_login": "JonXSnow",
"committed_at": "2025-11-27T04:13:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42c392b71bcffb6c34c1eb763ed78bd3db08252b",
"body": null,
"is_bot": false,
"headline": "feat: ChatCompletionStreamResponse use custom unmarshal",
"author_name": "zhuangjie.1125",
"author_login": "JonXSnow",
"committed_at": "2025-11-27T02:50:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f171acb3e1f7c038f5a844ea50fe35f71aaef2e",
"body": null,
"is_bot": false,
"headline": "feat: ChatCompletionResponse use custom unmarshal",
"author_name": "zhuangjie.1125",
"author_login": "JonXSnow",
"committed_at": "2025-11-26T09:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccd64b9d574bd06156b915547c4a13560aea0df5",
"body": "feat: ChatCompletionMessage add audio for assistant role",
"is_bot": false,
"headline": "Merge pull request #13 from meguminnnnnnnnn/feat/support_message_audio",
"author_name": "Zhj",
"author_login": "JonXSnow",
"committed_at": "2025-10-10T08:33:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "316cd8ce141e56147ca9e65ef4edc40e388ecf17",
"body": null,
"is_bot": false,
"headline": "feat: ChatCompletionMessage add audio for assistant role",
"author_name": "zhuangjie.1125",
"author_login": "JonXSnow",
"committed_at": "2025-10-10T08:23:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b080a04c97492a63abd38593429973849a4ae1",
"body": "feat: chat completion message add extra fields",
"is_bot": false,
"headline": "feat: chat completion message add extra fields",
"author_name": "Zhj",
"author_login": "JonXSnow",
"committed_at": "2025-09-22T07:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8856a0dc88cc0b7bb8b25fe618ae52e6ec9dfd41",
"body": null,
"is_bot": false,
"headline": "resolve conflicts from upstream merge",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-09-19T08:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64fb16548d8ec2bc9d2ef37af816a1246b1fb092",
"body": null,
"is_bot": false,
"headline": "feat: chat completion message add extra fields",
"author_name": "zhuangjie.1125",
"author_login": "JonXSnow",
"committed_at": "2025-09-11T09:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e5611cc5efdc2533b80e5667b69741c3fad875c",
"body": "* add verbosity param to ChatCompletionRequest\n\n* edit comment about verbosity",
"is_bot": false,
"headline": "Add Verbosity parameter to Chat Completion Request (#1064)",
"author_name": "Amady Azdaev",
"author_login": "azdaev",
"committed_at": "2025-08-29T17:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07791bea23a0890fe5cdd92bef23e5fa5ae42d2d",
"body": null,
"is_bot": false,
"headline": "feat: remove MaxTokens limitation of o-series",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-08-21T09:54:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3730e26002f1a77e1ae9985da258561ac7e36ccb",
"body": null,
"is_bot": false,
"headline": "feat: remove MaxTokens limitation of o-series",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-08-21T09:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f71d1a622abab7fa75159b02318cbcf6e2dcb0a0",
"body": null,
"is_bot": false,
"headline": "feat: add safety_identifier params (#1066)",
"author_name": "Liu Shuang",
"author_login": "liushuangls",
"committed_at": "2025-08-12T10:03:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7d6ece81065bde1e93576c89f7506d1b35cb205",
"body": null,
"is_bot": false,
"headline": "add GPT-5 model constants and reasoning validation (#1062)",
"author_name": "Behzad Soltanpour",
"author_login": "behzadsp",
"committed_at": "2025-08-11T09:15:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "913c83bed60cca52a0225e2c168bcacbcb569af5",
"body": null,
"is_bot": false,
"headline": "feat: support usage extra unmarshaler",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-08-06T12:50:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "277a4ab75990881c41c7e76f96d522e6654f7157",
"body": null,
"is_bot": false,
"headline": "feat: support usage extra unmarshaler",
"author_name": "mrh",
"author_login": "mrh997",
"committed_at": "2025-08-06T12:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bce976e5ccc31142777650dad6d2540b5f03bb0",
"body": "feat: add WithExtraHeader option",
"is_bot": false,
"headline": "Merge pull request #7 from meguminnnnnnnnn/feat/option",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-07-23T11:28:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed488d257531378d90c6a647351c1510fcc0899",
"body": null,
"is_bot": false,
"headline": "feat: add WithExtraHeader option",
"author_name": "mrh",
"author_login": "mrh997",
"committed_at": "2025-07-23T11:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "285a738ebcb990bdaae9d9095936e9a434d7822b",
"body": "feat: CreateChatCompletionStream add ChatCompletionRequestOption",
"is_bot": false,
"headline": "Merge pull request #6 from meguminnnnnnnnn/feat/option",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-07-22T14:55:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "400861269b6266cbb5685a350b02cffa8cf82802",
"body": null,
"is_bot": false,
"headline": "feat: CreateChatCompletionStream add ChatCompletionRequestOption",
"author_name": "mrh",
"author_login": "mrh997",
"committed_at": "2025-07-22T14:22:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51789266e547c806244a542a4d628f08253e8758",
"body": "feat: add WithRequestBodySetter Option",
"is_bot": false,
"headline": "Merge pull request #5 from meguminnnnnnnnn/feat/option",
"author_name": "mrh997",
"author_login": "mrh997",
"committed_at": "2025-07-22T13:49:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a7937d5e3d43c44834f6addb34ebd49672b6fb2",
"body": null,
"is_bot": false,
"headline": "feat: add WithRequestBodySetter Option",
"author_name": "mrh",
"author_login": "mrh997",
"committed_at": "2025-07-22T12:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5668862ce0b7dc220bb3fa12e08314534d876666",
"body": null,
"is_bot": false,
"headline": "Merge pull request #4 from meguminnnnnnnnn/feat/wdz/sync_master",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2025-07-22T12:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cfecdbb74f146274d36cb603cc4bf84f95366a7",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'upstream/master'",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2025-07-22T11:54:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4273cb5f46031ee478601f4edd82d2fad401e77",
"body": null,
"is_bot": false,
"headline": "fix(chat): shorten comment to pass linter (#1050)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-19T20:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f87294cebdd14457cc2e1013cdf5acf5db3d27d",
"body": "* Add GuidedChoice to ChatCompletionRequest\n\n* made separate NonOpenAIExtensions\n\n* fixed lint issue\n\n* renamed struct and removed inline json tag\n\n* Update chat.go\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* Update chat.go\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Alex Baranov <677093+sashabaranov@users.noreply.github.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Add GuidedChoice to ChatCompletionRequest (#1034)",
"author_name": "Ayush Sawant",
"author_login": "AyushSawant18588",
"committed_at": "2025-07-19T19:59:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "181c0e8fd7358b1f37f902262b246d513acd1e29",
"body": "* Add unit tests for internal test utilities\n\n* Fix lint issues in internal tests",
"is_bot": false,
"headline": "Add tests for internal utilities (#1044)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T17:29:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c1d3e5bde0bae5966070ab4edee874b6c8c73f",
"body": "* test: expand jsonschema coverage\n\n* test: fix package name for containsref tests",
"is_bot": false,
"headline": "Increase jsonschema test coverage (#1043)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T16:39:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd36c45dc505d3592ddfc0d53c06561fe8a3dacb",
"body": "* support for extra_body parameter for embeddings API\n\n* done linting\n\n* added unit tests\n\n* improved code coverage and removed unnecessary checks\n\n* test cleanup\n\n* updated body map creation code\n\n* code coverage\n\n* minor change\n\n* updated testcase comment",
"is_bot": false,
"headline": "Support for extra_body parameter for embeddings API (#906)",
"author_name": "Ayush Sawant",
"author_login": "AyushSawant18588",
"committed_at": "2025-07-11T16:15:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bb1014fa7e8d09fa6ff31bc6bce6172a3bf59ae",
"body": null,
"is_bot": false,
"headline": "ci: enable version compatibility vet (#1042)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T16:11:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e912177886f37ae0c4159982a962d9ef8ff921b",
"body": null,
"is_bot": false,
"headline": "test: cover CreateFile request builder failure (#1041)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T15:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8665ad7264b64cd2046c2a2d4addf8617c6fffea",
"body": null,
"is_bot": false,
"headline": "Increase jsonschema test coverage (#1040)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T15:31:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d681e7f9a8f172168199f29e8e1f16701d6817a",
"body": null,
"is_bot": false,
"headline": "Increase image.go test coverage to 100% (#1039)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T15:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88eb1df90bb6af6a1f4d471a08d9f8a13dd5a8e5",
"body": null,
"is_bot": false,
"headline": "Ignore codecov coverage for examples and internal/test (#1038)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T14:58:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "575aff439644c3b6460f2617b81b119044bfc35c",
"body": null,
"is_bot": false,
"headline": "Add tests for form and request builders (#1036)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-11T12:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c185f3628cd616fb9d1648700fc51c40c42dda",
"body": "* support $ref and $defs in JSON Schema\n\n* update\n\n* removed root $ref from JSON Schema\n\n* Update json.go\n\n* Update json_test.go\n\n* Update jsonschema/json.go\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n* Update jsonschema/json.go\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Removed root $ref from GenerateSchemaForType (#1033)",
"author_name": "eiixy",
"author_login": "eiixy",
"committed_at": "2025-07-11T11:17:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1bf77f6fd6f10b9cd80e1dfdedd616f3f1712e20",
"body": "* Add unit tests to improve coverage\n\n* Fix type assertion checks in tests",
"is_bot": false,
"headline": "Improve unit test coverage (#1032)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-07-10T20:49:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c650976e492731e3fa758a2dbff2f743ae0e1c98",
"body": "* support $ref and $defs in JSON Schema\n\n* update",
"is_bot": false,
"headline": "Support $ref and $defs in JSON Schema (#1030)",
"author_name": "eiixy",
"author_login": "eiixy",
"committed_at": "2025-07-10T10:35:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd612cebceb5d84c423bece9e2f2766c7567f8ed",
"body": "* Add support for Chat Completion Service Tier\n\n* Add priority service tier",
"is_bot": false,
"headline": "Add support for Chat Completion Service Tier (#1023)",
"author_name": "Matt Tinsley",
"author_login": "mathewtinsley",
"committed_at": "2025-07-08T11:23:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e9b2ac83ab2d15a34982d689d97ec5db34cbb06",
"body": "…ONSchema.schema (#1028)\n\n* feat: #1027\n\n* add tests\n\n* feat: #1027\n\n* feat: #1027\n\n* feat: #1027\n\n* update chat_test.go\n\n* feat: #1027\n\n* add test cases",
"is_bot": false,
"headline": "fix: properly unmarshal JSON schema in ChatCompletionResponseFormatJS…",
"author_name": "eiixy",
"author_login": "eiixy",
"committed_at": "2025-07-08T11:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c125ae2ad7b239355161c7f4260a3743ec0c182b",
"body": "* Fix for https://github.com/sashabaranov/go-openai/issues/1021:\n1. Make Usage field in completions Response to pointer.\n\n* Fix for https://github.com/sashabaranov/go-openai/issues/1021:\n1. Make Usage field in completions Response to pointer.\n2. Add omitempty to json tag\n\nSigned-off-by: Hritik003 <hritik.raj@nutanix.com>\n\n---------\n\nSigned-off-by: Hritik003 <hritik.raj@nutanix.com>",
"is_bot": false,
"headline": "Fix for removing usage in every stream chunk response. (#1022)",
"author_name": "Hritik Raj",
"author_login": "Hritik003",
"committed_at": "2025-06-25T10:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d508a1dcddeb9c2d908eb19af1aa9efa5ba2be1",
"body": null,
"is_bot": false,
"headline": "fix: pointer to extra fields",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2025-06-20T09:28:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a931bf7e85af9d39af414de21d907b6835281519",
"body": "…r tests (#999)\n\n* test: enhance error accumulator and form builder tests, add marshaller tests\n\n* test: fix some issue form golangci-lint\n\n* test: gofmt form builder test\n\n* fix\n\n* fix\n\n* fix lint",
"is_bot": false,
"headline": "test: enhance error accumulator and form builder tests, add marshalle…",
"author_name": "Whitea",
"author_login": "Whitea029",
"committed_at": "2025-06-17T10:00:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7dca83beda99528c974392a8295630775c1c197",
"body": "* fix image api missing filename bug\n\n* add test\n\n* add test\n\n* update test",
"is_bot": false,
"headline": "fix image api missing filename bug (#1017)",
"author_name": "Axb12",
"author_login": "Axb12",
"committed_at": "2025-06-16T19:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a9c552bd221c45d6a953b11f5756ad20a30d709",
"body": null,
"is_bot": false,
"headline": "fix: GetExtraFields & gomod",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2025-06-09T09:53:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65cf08bcac2d39c28bcb868fc185f2df92e6627b",
"body": null,
"is_bot": false,
"headline": "chat: 修复GetExtraFields()引用",
"author_name": "Back Yu",
"author_login": "szyhf",
"committed_at": "2025-06-09T09:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ec1babd3dd578882bd1ea5c4d6db902e4e1107c",
"body": null,
"is_bot": false,
"headline": "chat: 新增ExtraFields接口",
"author_name": "Back Yu",
"author_login": "szyhf",
"committed_at": "2025-06-09T09:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b107e16d61a0e6673ca1313098f6c2533ebfbaa8",
"body": null,
"is_bot": false,
"headline": "feat: add multi content type",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2025-06-09T09:36:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1421a0833e2fa706f9eaf7a887fe15bb09aea7c8",
"body": null,
"is_bot": false,
"headline": "feat: temperature pointer",
"author_name": "Megumin",
"author_login": "meguminnnnnnnnn",
"committed_at": "2025-06-09T09:35:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9d83a4854790ecbd16e6328415a32c7497efaf",
"body": "* skip json field\n\n* backfill some coverage and tests",
"is_bot": false,
"headline": "skip json field (#1009)",
"author_name": "JT A.",
"author_login": "jtarchie",
"committed_at": "2025-05-29T10:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c65b35c57ad4e9ba408def9bf9ff97817aab932",
"body": "* update image api *os.File to io.Reader\n\n* update code style\n\n* add reader test\n\n* supplementary reader test\n\n* update the reader in the form builder test\n\n* add commnet\n\n* update comment\n\n* update code style",
"is_bot": false,
"headline": "update image api *os.File to io.Reader (#994)",
"author_name": "Axb12",
"author_login": "Axb12",
"committed_at": "2025-05-20T13:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d2e7ab29d7bf853c740e9e63187fed960e6b0b4",
"body": null,
"is_bot": false,
"headline": "fix lint (#998)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-05-13T11:59:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aaa7322960741a84da11ac360516e4ec813dfff",
"body": "Co-authored-by: Justa <justa.cai@akuvox.com>",
"is_bot": false,
"headline": "add ChatTemplateKwargs to ChatCompletionRequest (#980)",
"author_name": "Justa",
"author_login": "justa-cai",
"committed_at": "2025-05-13T11:52:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0116f2994de0960ab65598f60e55d98b43e5fc2d",
"body": "* feat: add gpt-image-1 support\n\n* feat: add example to generate image using gpt-image-1 model\n\n* style: missing period in comments\n\n* feat: add missing fields to example\n\n* docs: add GPT Image 1 to README\n\n* revert: keep `examples/images/main.go` unchanged\n\n* docs: remove unnecessary newline from example in README file",
"is_bot": false,
"headline": "feat: add support for image generation using `gpt-image-1` (#971)",
"author_name": "Pedro Chaparro",
"author_login": "PChaparro",
"committed_at": "2025-05-13T11:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ba38f6ba16264760d3fd88892d02b25ef742c24",
"body": null,
"is_bot": false,
"headline": "remove backup file (#996)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-05-13T11:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6181facea7e6e5525b6b8da42205d7cce822c249",
"body": null,
"is_bot": false,
"headline": "update codecov action, pass token (#987)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-05-04T14:45:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77ccac8d342f7704b020e63b23cec2d6f009bff9",
"body": "* Upgrade golangci-lint to 2.1.5\n\n* update action",
"is_bot": false,
"headline": "Upgrade golangci-lint to 2.1.5 (#986)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-05-03T21:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5ea214a188a7751bddb9f6c899632509d388f643",
"body": "* add tests for config\n\n* add audio tests\n\n* lint\n\n* lint\n\n* lint",
"is_bot": false,
"headline": "Improve unit test coverage (#984)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-05-03T21:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d65f0cb54e8c9c91f4340fad14243beeb38f5a08",
"body": "…981)",
"is_bot": false,
"headline": "Fix: Corrected typo in O4Mini20250416 model name and endpoint map. (#…",
"author_name": "Ben Katz",
"author_login": "bakatz",
"committed_at": "2025-05-03T20:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93a611cf4f1d227963a4f28a2c4a3422a0d37bfd",
"body": "* Add Prediction field to ChatCompletionRequest\n\n* Include prediction tokens in response",
"is_bot": false,
"headline": "Add Prediction field (#970)",
"author_name": "Daniel Peng",
"author_login": "danielpeng2",
"committed_at": "2025-04-29T13:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6836cf6a6fd0027ea21f8d31bff5d023040d9db4",
"body": null,
"is_bot": false,
"headline": "Remove redundant typecheck linter (#955)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2025-04-29T13:36:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5f9bc9bc40537a0c2b451fffa9364efa94dbe1",
"body": "The legacy completion API supports a `stream_options` object when\n`stream` is set to true [0]. This adds a StreamOptions property to the\nCompletionRequest struct to support this setting.\n\n[0] https://platform.openai.com/docs/api-reference/completions/create#completions-create-stream_options\n\nSigned-off-by: Sean McGinnis <sean.mcginnis@gmail.com>",
"is_bot": false,
"headline": "Add CompletionRequest.StreamOptions (#959)",
"author_name": "Sean McGinnis",
"author_login": "stmcginnis",
"committed_at": "2025-04-29T13:35:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb5bc275678767d410d25d307959e1c45bc89c90",
"body": "- This adds supports, and tests, for the 3o and 4o-mini class of models",
"is_bot": false,
"headline": "Add support for `4o-mini` and `3o` (#968)",
"author_name": "rory malcolm",
"author_login": "rorymalcolm",
"committed_at": "2025-04-29T13:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cccc6c93455d2ff2cf52660c916cfa5907ddbd3",
"body": null,
"is_bot": false,
"headline": "Adapt different stream data prefix, with or without space (#945)",
"author_name": "Zhongxian Pan",
"author_login": "panzhongxian",
"committed_at": "2025-04-29T13:29:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "306fbbbe6f09ff7bd718e11cd322e88b442f4496",
"body": "…or DeepSeek R1 (#925)\n\n* support deepseek field \"reasoning_content\"\n\n* support deepseek field \"reasoning_content\"\n\n* Comment ends in a period (godot)\n\n* add comment on field reasoning_content\n\n* fix go lint error\n\n* chore: trigger CI\n\n* make field \"content\" in MarshalJSON function omitempty\n\n* remo\n[…]\ndel completions, including support for reasoning content in responses.\n\n* feat: Add test and handler for deepseek-reasoner chat model completions, including support for reasoning content in responses.",
"is_bot": false,
"headline": "Add support for reasoning_content field in chat completion messages f…",
"author_name": "goodenough",
"author_login": "xushuanglong227",
"committed_at": "2025-04-29T13:24:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "658beda2ba8be4d155bc62208224a5766e0640c0",
"body": "* feat: Add missing TTS models and voices\n\n* feat: Add new instruction field to create speech request\n\n- From docs: Control the voice of your generated audio with additional instructions. Does not work with tts-1 or tts-1-hd.\n\n* fix: add canary-tts back to SpeechModel",
"is_bot": false,
"headline": "feat: Add missing TTS models and voices (#958)",
"author_name": "netr",
"author_login": "netr",
"committed_at": "2025-04-26T10:13:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68a6838156049ada8c25d3f4b8fa3befb3b4d1b",
"body": "* feat: add new GPT-4.1 model variants to completion.go\n\n* feat: add tests for unsupported models in completion endpoint\n\n* fix: add missing periods to test function comments in completion_test.go",
"is_bot": false,
"headline": "feat: add new GPT-4.1 model variants to completion.go (#966)",
"author_name": "Takahiro Ikeuchi",
"author_login": null,
"committed_at": "2025-04-23T21:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e99eb54c9d81cc102683921f4952a6d0c1964cbf",
"body": "* fix jsonschema tests\n\n* ensure all run during PR Github Action\n\n* add test for struct to schema\n\n* add support for enum tag\n\n* support nullable tag",
"is_bot": false,
"headline": "add enum tag to jsonschema (#962)",
"author_name": "JT A.",
"author_login": "jtarchie",
"committed_at": "2025-04-13T18:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d6449f22dd8bf668ebaeb181263b675b9a668b",
"body": null,
"is_bot": false,
"headline": "feat: add gpt-4.5-preview models (#947)",
"author_name": "Liu Shuang",
"author_login": "liushuangls",
"committed_at": "2025-03-04T08:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "261721bfdbeb2edc495f24189b75f2c151f186a7",
"body": "* fix lint\n\n* remove linters",
"is_bot": false,
"headline": "Fix linter (#943)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2025-02-25T16:56:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2e2387d4dcb15593ae5d0094e6f7b023ab3f53",
"body": "* feat: add Anthropic API support with custom version header\n\n* refactor: use switch statement for API type header handling\n\n* refactor: add OpenAI & AzureAD types to be exhaustive\n\n* Update client.go\n\nneed explicit fallthrough in empty case statements\n\n* constant for APIVersion; addtl tests",
"is_bot": false,
"headline": "feat: add Anthropic API support with custom version header (#934)",
"author_name": "Dan Ackerson",
"author_login": "danackerson",
"committed_at": "2025-02-25T11:03:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85f578b865a6ea12ab24307f3bc68c97f85b6580",
"body": "* fix: remove validateO1Specific\n\n* update golangci-lint-action version\n\n* fix actions\n\n* fix actions\n\n* fix actions\n\n* fix actions\n\n* remove some o1 test",
"is_bot": false,
"headline": "fix: remove validateO1Specific (#939)",
"author_name": "Liu Shuang",
"author_login": "liushuangls",
"committed_at": "2025-02-17T11:29:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c0a9a75fe01dbefb16f87d69bab042516009184f",
"body": null,
"is_bot": false,
"headline": "feat: add developer role (#936)",
"author_name": "Liu Shuang",
"author_login": "liushuangls",
"committed_at": "2025-02-12T15:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a62919e8c66e35db125c129e8a9d2566a73e1e1f",
"body": "* ref: add image url support to messages\n\n* fix linter error\n\n* fix linter error",
"is_bot": false,
"headline": "ref: add image url support to messages (#933)",
"author_name": "Mazyar Yousefiniyae shad",
"author_login": null,
"committed_at": "2025-02-09T18:36:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2054db016c335136eba471aebf49cc78981dd502",
"body": "* Add support for O3-mini\n\n- Add support for the o3 mini set of models, including tests that match the constraints in OpenAI's API docs (https://platform.openai.com/docs/models#o3-mini).\n\n* Deprecate and refactor\n\n- Deprecate `ErrO1BetaLimitationsLogprobs` and `ErrO1BetaLimitationsOther`\n\n- Implemen\n[…]\n't)\n\n* Move reasoning validation to `reasoning_validator.go`\n\n- Add a `NewReasoningValidator` which exposes a `Validate()` method for a given request\n\n- Also adds a test for chat streams\n\n* Final nits",
"is_bot": false,
"headline": "Add support for O3-mini (#930)",
"author_name": "rory malcolm",
"author_login": "rorymalcolm",
"committed_at": "2025-02-06T14:53:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "45aa99607be0b4c225af57c36fb5cff7328957de",
"body": null,
"is_bot": false,
"headline": "Make \"Content\" field in \"ChatCompletionMessage\" omitempty (#926)",
"author_name": "saileshd1402",
"author_login": "saileshd1402",
"committed_at": "2025-01-31T19:05:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9823a8bbbdc00871c1d569ed2b90111af94a4fb2",
"body": "* add reasoning_effort param\n\n* add o1 model\n\n* fix lint",
"is_bot": false,
"headline": "Chat Completion API: add ReasoningEffort and new o1 models (#928)",
"author_name": "Trevor Creech",
"author_login": "trevorcreech",
"committed_at": "2025-01-31T18:57:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a2915a37dae714f40a4b5575fbf98430fe1d6aa",
"body": null,
"is_bot": false,
"headline": "Simplify tests with T.TempDir (#929)",
"author_name": "Oleksandr Redko",
"author_login": "alexandear",
"committed_at": "2025-01-31T18:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a0ff5ac63e460cbe44cccd0d4199d51bf8682a4",
"body": null,
"is_bot": false,
"headline": "Added additional_messages (#914)",
"author_name": "Sabuhi Gurbani",
"author_login": "sabuhigr",
"committed_at": "2024-12-27T10:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a9acf86fc3ce0e9030feafa346d64bade94027",
"body": null,
"is_bot": false,
"headline": "Ignore test.mp3 (#913)",
"author_name": "Alex Baranov",
"author_login": "sashabaranov",
"committed_at": "2024-12-08T13:16:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5355f5b1a7701f891109e8a17b7b245ac5363b",
"body": "The ID field is not always present for streaming responses. Without omitempty, the entire ToolCall struct will be missing.",
"is_bot": false,
"headline": "Fix ID field to be optional (#911)",
"author_name": "Tim Misiak",
"author_login": "TimMisiak",
"committed_at": "2024-12-08T13:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c203ca001fecd40210cfcf9923ab69235c92e321",
"body": null,
"is_bot": false,
"headline": "feat: add RecvRaw (#896)",
"author_name": "Qiying Wang",
"author_login": "WqyJh",
"committed_at": "2024-11-30T10:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21fa42c18dbafef43977ab73c403eef6d694b14a",
"body": null,
"is_bot": false,
"headline": "feat: add gpt-4o-2024-11-20 model (#905)",
"author_name": "Liu Shuang",
"author_login": "liushuangls",
"committed_at": "2024-11-30T09:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74ed75f291f8f55d1104a541090d46c021169115",
"body": "* make user optional in embedding request\r\n\r\n* fix unit test",
"is_bot": false,
"headline": "Make user field optional in embedding request (#899)",
"author_name": "nagar-ajay",
"author_login": "nagar-ajay",
"committed_at": "2024-11-20T20:39:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "168761616567a1cf2645c98f6f19329877f0beaa",
"body": null,
"is_bot": false,
"headline": "o1 model support stream (#904)",
"author_name": "LinYushen",
"author_login": "ldnvnbl",
"committed_at": "2024-11-20T20:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3ece4d32e9416105bc2427b735448e82abd448b",
"body": "* updated client_test to solve lint error\r\n\r\n* modified golangci yml to solve linter issues\r\n\r\n* minor change",
"is_bot": false,
"headline": "Updated client_test to solve lint error (#900)",
"author_name": "Ayush Sawant",
"author_login": "AyushSawant18588",
"committed_at": "2024-11-19T20:37:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d066bb12dfbaa3cefa83f204c431fb0d0ef02fa",
"body": "* add attachments in MessageRequest\r\n\r\n* Move tools const to message\r\n\r\n* remove const, just use assistanttool const",
"is_bot": false,
"headline": "Support Attachments in MessageRequest (#890)",
"author_name": "Denny Depok",
"author_login": "kodernubie",
"committed_at": "2024-11-08T13:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5e6e0e4fed1284bafa4805f6487e5b5f8a4ccd1",
"body": null,
"is_bot": false,
"headline": "Added Vector Store File List properties that allow for pagination (#891)",
"author_name": "Matt Davis",
"author_login": "MattDavisRV",
"committed_at": "2024-11-08T13:53:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d10f1b81995ddce1aacacfa671d79f2784a68ef4",
"body": "* add chatcompletion stream refusal and logprobs\r\n\r\n* fix slice to struct\r\n\r\n* add integration test\r\n\r\n* fix lint\r\n\r\n* fix lint\r\n\r\n* fix: the object should be pointer\r\n\r\n---------\r\n\r\nCo-authored-by: genglixia <genglixia@enjoypartytime.com>",
"is_bot": false,
"headline": "add chatcompletion stream delta refusal and logprobs (#882)",
"author_name": "genglixia",
"author_login": "Yu0u",
"committed_at": "2024-10-29T07:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e087322b77693e6e9227d9950a0c8d8a10a8d1a",
"body": "… (#885)\n\n* updated checkPromptType function to handle prompt list in completions\r\n\r\n* removed generated test file\r\n\r\n* added corresponding unit testcases\r\n\r\n* Updated to use less nesting with early returns",
"is_bot": false,
"headline": "Updated checkPromptType function to handle prompt list in completions…",
"author_name": "Ayush Sawant",
"author_login": "AyushSawant18588",
"committed_at": "2024-10-25T13:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3672c0dec601f89037d8d54e7df653d7df1f0c83",
"body": "… (#883)",
"is_bot": false,
"headline": "fix: Updated Assistent struct with latest fields based on OpenAI docs…",
"author_name": "Edin Ćoralić",
"author_login": "ecoralic",
"committed_at": "2024-10-21T20:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb15ff9dcd861e601fc2c54078aac2bbd3c06ce8",
"body": "* removed handling for non-json response\r\n\r\n* added response body in RequestError.Error() and updated tests\r\n\r\n* done linting",
"is_bot": false,
"headline": "Handling for non-json response (#881)",
"author_name": "Ayush Sawant",
"author_login": "AyushSawant18588",
"committed_at": "2024-10-21T20:49:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe2c6ce1f5b756cd172ae9a7786beea69b2956f",
"body": null,
"is_bot": false,
"headline": "Completion API: add Store and Metadata parameters (#878)",
"author_name": "Sander Mack-Crane",
"author_login": "smackcrane",
"committed_at": "2024-10-15T20:16:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 23,
"latest_release_at": "2026-05-13T11:14:52Z",
"latest_release_tag": "v0.1.5",
"releases_from_tags": true,
"days_since_last_push": 5,
"active_weeks_last_year": 11,
"days_since_latest_release": 72,
"mean_days_between_releases": 43
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/meguminnnnnnnnn/go-openai",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": false,
"registry_url": "https://pkg.go.dev/github.com/meguminnnnnnnnn/go-openai",
"is_deprecated": false,
"latest_version": "v0.1.5",
"repository_url": "https://github.com/meguminnnnnnnnn/go-openai",
"versions_count": 6,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-05-13T11:14:52Z",
"latest_version_yanked": null,
"days_since_latest_publish": 72
}
]
},
"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": 37772,
"source_files_sampled": 92,
"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/bytedance/sonic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.0"
},
{
"name": "github.com/evanphx/json-patch",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.5.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 7,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "sashabaranov",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/677093?v=4"
},
{
"type": "User",
"login": "vvatanabe",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/9883589?v=4"
},
{
"type": "User",
"login": "liushuangls",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/22131171?v=4"
},
{
"type": "User",
"login": "henomis",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/6398965?v=4"
},
{
"type": "User",
"login": "eiixy",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/22978107?v=4"
},
{
"type": "User",
"login": "mrh997",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/190584727?v=4"
},
{
"type": "User",
"login": "JonXSnow",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/190587775?v=4"
},
{
"type": "User",
"login": "meguminnnnnnnnn",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/187591992?v=4"
},
{
"type": "User",
"login": "AyushSawant18588",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/143526055?v=4"
},
{
"type": "User",
"login": "mtrefilek",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/54865574?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.255
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"close-inactive-issues.yml",
"integration-tests.yml",
"pr.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"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": null,
"reason": "no pull request found",
"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/30 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 8 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": 0,
"reason": "no 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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 0,
"reason": "no SAST tool detected",
"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": 0,
"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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3a207483d14970c8794528a22cb7dddbdd682788",
"ran_at": "2026-07-24T13:39:58Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Enterpr1se0/go-openai",
"host": "github.com",
"name": "go-openai",
"owner": "Enterpr1se0"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 33,
"vitality": 69,
"community": 12,
"governance": 44,
"engineering": 52
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 23,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 11
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "23 commits in the last year",
"points": 12.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 23
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": 88,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.1.5",
"releases_from_tags": true,
"days_since_latest_release": 72,
"mean_days_between_releases": 43
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 72 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 72
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~43 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 43
}
}
],
"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": 12,
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 44,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"bus_factor": 7,
"contributors_sampled": 100,
"top_contributor_share": 0.255
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "7 contributor(s) cover half of all commits",
"points": 51.3,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 7
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 26% of commits",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 26
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"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": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"followers": 0,
"owner_type": "User",
"is_verified": null,
"owner_login": "Enterpr1se0",
"public_repos": 8,
"account_age_days": 953
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "0 followers of Enterpr1se0",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "Enterpr1se0"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~2 yr old",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 2
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 52,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"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.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"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": "at_risk",
"name": "Security",
"value": 33,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 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": "no update tool detected",
"points": 0,
"status": "missed",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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": 8
},
"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": 61,
"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.97,
"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": "97 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 97,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"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.02,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"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.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"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": "2 of the last 100 commits agent-authored or agent-credited",
"points": 4,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"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": 37772,
"source_files_sampled": 92,
"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/92 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 92,
"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": [
"Community profile unavailable",
"go package 'github.com/meguminnnnnnnnn/go-openai' points at a different repository (https://github.com/meguminnnnnnnnn/go-openai); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-24T13:40:17.651629Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/Enterpr1se0/go-openai.svg",
"full_name": "Enterpr1se0/go-openai",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}