@codex-native/sdk 0.0.19 → 0.0.20

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.
package/dist/index.mjs CHANGED
@@ -292,6 +292,9 @@ var CodexModel = class {
292
292
  * but the framework integration is not yet complete.
293
293
  */
294
294
  async executeToolViaFramework(invocation) {
295
+ console.log("[DEBUG executeToolViaFramework] invocation:", JSON.stringify(invocation, null, 2));
296
+ console.log("[DEBUG executeToolViaFramework] invocation type:", typeof invocation);
297
+ console.log("[DEBUG executeToolViaFramework] invocation keys:", invocation ? Object.keys(invocation) : "null/undefined");
295
298
  if (!invocation) {
296
299
  console.warn("Codex requested a tool execution without invocation data.");
297
300
  return {