Skip to content

Remove license headers from generated files#1518

Closed
utafrali wants to merge 3 commits intoapache:mainfrom
utafrali:fix/issue-1515-ai-features-like-intellience-mcp-disappe
Closed

Remove license headers from generated files#1518
utafrali wants to merge 3 commits intoapache:mainfrom
utafrali:fix/issue-1515-ai-features-like-intellience-mcp-disappe

Conversation

@utafrali
Copy link
Copy Markdown

@utafrali utafrali commented Apr 7, 2026

Fixes #1515

Generated files like wire_gen.go, docs.go, and swagger.yaml had license headers that shouldn't be there. When rebuilding with plugins, Wire and Swagger would regenerate these files without the headers, causing the build system to get confused and drop the AI feature initialization.

Removedthe license headers and cleaned up the comment order in wire_gen.go to match what Wire actually outputs. Also added the missing dependencies to go.mod and bumped the UI package version to get Intelligence and MCP working again.

utafrali added 3 commits April 8, 2026 02:53
Generated files shouldn't have license headers since they're auto-generated by Wire and Swagger. This was causing rebuild issues when plugins were enabled.
@utafrali
Copy link
Copy Markdown
Author

gonna close this for now, doesn't seem like it's needed anymore

@utafrali utafrali closed this Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AI Features like Intellience, MCP disappear after rebuild with plugins

1 participant