@proxysoul/soulforge 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +4 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -38993,7 +38993,10 @@ var init_llmgateway = __esm(() => {
38993
38993
  throw new Error("LLM_GATEWAY_API_KEY is not set");
38994
38994
  }
38995
38995
  const provider = createLLMGateway({
38996
- apiKey
38996
+ apiKey,
38997
+ headers: {
38998
+ "X-Source": "soulforge"
38999
+ }
38997
39000
  });
38998
39001
  return provider.chat(modelId);
38999
39002
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",