devin-cli 1.1.1__tar.gz → 1.1.2__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 (54) hide show
  1. {devin_cli-1.1.1 → devin_cli-1.1.2}/CHANGELOG.md +4 -0
  2. {devin_cli-1.1.1 → devin_cli-1.1.2}/PKG-INFO +1 -1
  3. {devin_cli-1.1.1 → devin_cli-1.1.2}/pyproject.toml +1 -1
  4. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/cli.py +3 -2
  5. {devin_cli-1.1.1 → devin_cli-1.1.2}/.github/workflows/pypi-publish.yml +0 -0
  6. {devin_cli-1.1.1 → devin_cli-1.1.2}/.gitignore +0 -0
  7. {devin_cli-1.1.1 → devin_cli-1.1.2}/LICENSE +0 -0
  8. {devin_cli-1.1.1 → devin_cli-1.1.2}/README.md +0 -0
  9. {devin_cli-1.1.1 → devin_cli-1.1.2}/assets/logo.png +0 -0
  10. {devin_cli-1.1.1 → devin_cli-1.1.2}/generate_facades.py +0 -0
  11. {devin_cli-1.1.1 → devin_cli-1.1.2}/setup.py +0 -0
  12. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/__init__.py +0 -0
  13. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/__init__.py +0 -0
  14. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/attachments.py +0 -0
  15. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/client.py +0 -0
  16. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/consumption.py +0 -0
  17. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/knowledge.py +0 -0
  18. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/members.py +0 -0
  19. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/organizations.py +0 -0
  20. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/playbooks.py +0 -0
  21. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/repositories.py +0 -0
  22. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/schedules.py +0 -0
  23. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/secrets.py +0 -0
  24. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/sessions.py +0 -0
  25. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v1/__init__.py +0 -0
  26. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v1/attachments.py +0 -0
  27. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v1/knowledge.py +0 -0
  28. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v1/playbooks.py +0 -0
  29. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v1/secrets.py +0 -0
  30. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v1/sessions.py +0 -0
  31. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/__init__.py +0 -0
  32. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/attachments.py +0 -0
  33. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/consumption.py +0 -0
  34. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/knowledge.py +0 -0
  35. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/members.py +0 -0
  36. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/organizations.py +0 -0
  37. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/playbooks.py +0 -0
  38. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/repositories.py +0 -0
  39. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/schedules.py +0 -0
  40. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/secrets.py +0 -0
  41. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/api/v3/sessions.py +0 -0
  42. {devin_cli-1.1.1 → devin_cli-1.1.2}/src/devin_cli/config.py +0 -0
  43. {devin_cli-1.1.1 → devin_cli-1.1.2}/test_duplicate.py +0 -0
  44. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/__init__.py +0 -0
  45. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/conftest.py +0 -0
  46. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_attachments.py +0 -0
  47. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_knowledge.py +0 -0
  48. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_playbooks.py +0 -0
  49. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_repositories.py +0 -0
  50. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_schedules.py +0 -0
  51. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_secrets.py +0 -0
  52. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_api/test_sessions.py +0 -0
  53. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_cli.py +0 -0
  54. {devin_cli-1.1.1 → devin_cli-1.1.2}/tests/test_config.py +0 -0
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.1.2] - 2026-03-11
9
+ ### Fixed
10
+ - **Critical Profile Bug**: Stopped `cli.py` from statically overriding the active user profile back to `"default"` on every boot unless the `--profile` flag is explicitly passed over the terminal.
11
+
8
12
  ## [1.1.1] - 2026-03-11
9
13
  ### Fixed
10
14
  - Fixed v1 API HTTP redirects stripping authorization headers on org-scoped endpoints (403 errors).
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: devin-cli
3
- Version: 1.1.1
3
+ Version: 1.1.2
4
4
  Summary: Unofficial CLI for Devin AI - The first AI Software Engineer
5
5
  Project-URL: Homepage, https://github.com/revanthpobala/devin-cli
6
6
  Project-URL: Repository, https://github.com/revanthpobala/devin-cli.git
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "devin-cli"
3
- version = "1.1.1"
3
+ version = "1.1.2"
4
4
  description = "Unofficial CLI for Devin AI - The first AI Software Engineer"
5
5
  readme = "README.md"
6
6
  authors = [
@@ -78,7 +78,7 @@ ASCII_LOGO = r"""
78
78
  @app.callback(invoke_without_command=True)
79
79
  def main(
80
80
  ctx: typer.Context,
81
- profile: str = typer.Option("default", "--profile", "-p", help="Configuration profile to use (e.g., service, personal)"),
81
+ profile: Optional[str] = typer.Option(None, "--profile", "-p", help="Configuration profile to use (e.g., service, personal)"),
82
82
  version: Optional[bool] = typer.Option(None, "--version", "-v", help="Show the application's version and exit."),
83
83
  ):
84
84
  """
@@ -88,7 +88,8 @@ def main(
88
88
  console.print(f"devin CLI version: {__version__}")
89
89
  raise typer.Exit()
90
90
 
91
- config.active_profile = profile
91
+ if profile:
92
+ config.active_profile = profile
92
93
  if ctx.invoked_subcommand is None:
93
94
  console.print(ASCII_LOGO)
94
95
 
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