aiel-cli 1.2.2__tar.gz → 1.2.3__tar.gz

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 (40) hide show
  1. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/PKG-INFO +1 -1
  2. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/context/user_context.py +0 -1
  3. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/.aiel/index.json +0 -0
  4. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/.aiel/integrations.json +0 -0
  5. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/.aiel/state.json +0 -0
  6. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/.coverage +0 -0
  7. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/.github/workflows/publish.yml +0 -0
  8. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/LICENSE +0 -0
  9. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/README.md +0 -0
  10. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/index.py +0 -0
  11. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/pyproject.toml +0 -0
  12. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/__init__.py +0 -0
  13. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/auth/api.py +0 -0
  14. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/auth/credentials.py +0 -0
  15. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/cli.py +0 -0
  16. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/cli_utils.py +0 -0
  17. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/.old/auth_doc.py +0 -0
  18. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/.old/config copy.py +0 -0
  19. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/.old/files copy.py +0 -0
  20. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/.old/info copy.py +0 -0
  21. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/.old/repo copy.py +0 -0
  22. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/_index.py +0 -0
  23. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/auth.py +0 -0
  24. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/config.py +0 -0
  25. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/files.py +0 -0
  26. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/info.py +0 -0
  27. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/integrations.py +0 -0
  28. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/commands/repo.py +0 -0
  29. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/config.py +0 -0
  30. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/data_plane.py +0 -0
  31. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/errors.py +0 -0
  32. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/integration_plane.py +0 -0
  33. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/roadmap.py +0 -0
  34. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/utilities.py +0 -0
  35. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/utils/__init__.py +0 -0
  36. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/src/aiel/utils/format_integrations.py +0 -0
  37. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/tests/data/test_profile.json +0 -0
  38. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/tests/test_cli_routes.py +0 -0
  39. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/tests/test_internal_modules.py +0 -0
  40. {aiel_cli-1.2.2 → aiel_cli-1.2.3}/workflows/publish.yml +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aiel-cli
3
- Version: 1.2.2
3
+ Version: 1.2.3
4
4
  Summary: AI Execution Layer CLI
5
5
  Author-email: Aldenir Flauzino <aldenirsrv@gmail.com>
6
6
  License: ```text
@@ -50,7 +50,6 @@ class UserContext:
50
50
  prof = _get_profile(data, profile_name)
51
51
 
52
52
  resolved = resolve_token()
53
- print(resolved)
54
53
  if isinstance(resolved, tuple):
55
54
  token, token_source = resolved
56
55
  else:
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes