Describe the bug
comment_type = "go" is supported by CodeLinks since v1.3.0 (released 2026-06-20), but the public schema referenced by ubproject.toml has not been updated accordingly.
To Reproduce
Steps to reproduce the behavior:
- Create or configure a CodeLinks project with
comment_type = "go"
- Configure schema validation of config using
"$schema" = "https://ubcode.useblocks.com/ubproject.schema.json"
- See problem:
"go" is not valid under any of the schemas listed in the 'anyOf' keyword
Expected behavior
comment_type = "go" is accepted by schema validation
Screenshots

Desktop (please complete the following information):
- OS: Linux in Devcontainer
- Architecture: arm64
- ubCode version: 0.30.3
Describe the bug
comment_type = "go" is supported by CodeLinks since v1.3.0 (released 2026-06-20), but the public schema referenced by ubproject.toml has not been updated accordingly.
To Reproduce
Steps to reproduce the behavior:
comment_type = "go""$schema" = "https://ubcode.useblocks.com/ubproject.schema.json""go" is not valid under any of the schemas listed in the 'anyOf' keywordExpected behavior
comment_type = "go"is accepted by schema validationScreenshots

Desktop (please complete the following information):