JetBrains AI Assistant
JetBrains AI Assistant (built into IntelliJ, PyCharm, GoLand, WebStorm, RustRover) supports custom Git hosts via the IDE’s “GitHub Enterprise” account type.
One-shot setup
- Settings → Version Control → GitHub
- Click + → GitHub Enterprise
- Server:
https://frem.sh/_app - Token: paste your
ffp_…PAT (scopes:repo:read,repo:write,issues:read,issues:write) - Click Log In.
Once added, you can:
- VCS → Git → Clone lists your fremforge repos in the GitHub tab.
- Pull Requests tool window lists fremforge PRs.
- AI Assistant’s @-mentions + repo-aware queries see fremforge code through this connection.
Verify
curl -sf https://frem.sh/_app/api/v1/orgs/<org>/repos -H "authorization: Bearer $FREMFORGE_PAT" | jq '.[].full_name'That list should match what appears in the IDE’s GitHub Enterprise repo list.
Sovereignty note
JetBrains AI Assistant runs against JetBrains’ inference backend or whichever model you configure. fremforge is not in that path. Your fremforge PAT is purely for Git + REST API access.