titan-cli 0.1.2__tar.gz → 0.1.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.
- {titan_cli-0.1.2 → titan_cli-0.1.3}/PKG-INFO +1 -1
- {titan_cli-0.1.2 → titan_cli-0.1.3}/pyproject.toml +1 -1
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/cli.py +15 -4
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/plugins/plugin_registry.py +6 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/icons.py +3 -2
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/ai_config.py +1 -1
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/ai_config_wizard.py +1 -1
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/main_menu.py +1 -1
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/status_bar.py +1 -1
- {titan_cli-0.1.2 → titan_cli-0.1.3}/LICENSE +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/README.md +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/clients/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/clients/git_client.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/exceptions.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/messages.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/plugin.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/ai_commit_message_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/branch_steps.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/commit_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/push_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/status_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/workflows/__previews__/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/workflows/__previews__/commit_ai_preview.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/workflows/commit-ai.yaml +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/agents/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/agents/config_loader.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/agents/issue_generator.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/agents/pr_agent.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/clients/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/clients/github_client.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/config/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/config/pr_agent.toml +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/exceptions.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/messages.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/plugin.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/steps/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/steps/ai_pr_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/steps/create_pr_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/steps/github_prompt_steps.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/steps/issue_steps.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/steps/preview_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/utils.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/workflows/__previews__/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/workflows/__previews__/create_pr_ai_preview.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/workflows/create-issue-ai.yaml +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/workflows/create-pr-ai.yaml +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/config_loader.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/jira_agent.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/prompts.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/response_parser.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/token_tracker.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/validators.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/clients/jira_client.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/config/jira_agent.toml +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/config/templates/issue_analysis.md.j2 +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/exceptions.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/formatters/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/formatters/markdown_formatter.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/messages.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/plugin.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/steps/ai_analyze_issue_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/steps/get_issue_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/steps/prompt_select_issue_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/steps/search_saved_query_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/utils/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/utils/issue_sorter.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/utils/saved_queries.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/workflows/analyze-jira-issues.yaml +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/__main__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/agents/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/agents/base.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/client.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/constants.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/exceptions.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/oauth_helper.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/providers/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/providers/anthropic.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/providers/base.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ai/providers/gemini.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/clients/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/clients/gcloud_client.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/config.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/discovery.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/errors.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/plugins/available.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/plugins/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/plugins/plugin_base.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/secrets.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/models.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/project_step_source.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/workflow_exceptions.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/workflow_filter_service.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/workflow_registry.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/core/workflows/workflow_sources.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/builder.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/context.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/mock_context.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/results.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/steps/ai_assistant_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/steps/command_step.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/utils/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/utils/venv.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/engine/workflow_executor.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/external_cli/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/external_cli/configs.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/external_cli/launcher.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/messages.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/__previews__/statusbar_preview.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/app.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/base.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/cli_launcher.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/global_setup_wizard.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/plugin_config_wizard.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/plugin_management.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/project_setup_wizard.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/workflow_execution.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/screens/workflows.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/textual_components.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/textual_workflow_executor.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/theme.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/button.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/header.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/panel.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/table.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/ui/tui/widgets/text.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/utils/__init__.py +0 -0
- {titan_cli-0.1.2 → titan_cli-0.1.3}/titan_cli/utils/autoupdate.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "titan-cli"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.3"
|
|
4
4
|
description = "Modular development tools orchestrator - Streamline your workflows with AI integration and intuitive terminal UI"
|
|
5
5
|
authors = ["finxo <finxeto@gmail.com>", "r-pedraza <raulpedrazaleon@gmail.com>"]
|
|
6
6
|
maintainers = ["r-pedraza <raulpedrazaleon@gmail.com>"]
|
|
@@ -3,6 +3,8 @@ Titan CLI - Main CLI application
|
|
|
3
3
|
|
|
4
4
|
Combines all tool commands into a single CLI interface.
|
|
5
5
|
"""
|
|
6
|
+
import subprocess
|
|
7
|
+
import sys
|
|
6
8
|
import typer
|
|
7
9
|
|
|
8
10
|
from titan_cli import __version__
|
|
@@ -31,7 +33,7 @@ def get_version() -> str:
|
|
|
31
33
|
def main(ctx: typer.Context):
|
|
32
34
|
"""Titan CLI - Main entry point"""
|
|
33
35
|
if ctx.invoked_subcommand is None:
|
|
34
|
-
# Check for updates
|
|
36
|
+
# Check for updates BEFORE launching TUI
|
|
35
37
|
try:
|
|
36
38
|
update_info = check_for_updates()
|
|
37
39
|
if update_info["update_available"]:
|
|
@@ -44,13 +46,22 @@ def main(ctx: typer.Context):
|
|
|
44
46
|
# Ask user if they want to update
|
|
45
47
|
if typer.confirm("Would you like to update now?", default=True):
|
|
46
48
|
typer.echo("⏳ Updating Titan CLI...")
|
|
49
|
+
typer.echo()
|
|
47
50
|
result = perform_update()
|
|
48
51
|
|
|
49
52
|
if result["success"]:
|
|
50
53
|
typer.echo(f"✅ Successfully updated to v{latest} using {result['method']}")
|
|
51
|
-
typer.echo("🔄
|
|
54
|
+
typer.echo("🔄 Relaunching Titan with new version...")
|
|
52
55
|
typer.echo()
|
|
53
|
-
|
|
56
|
+
|
|
57
|
+
# Relaunch titan using subprocess
|
|
58
|
+
# Note: sys.executable and sys.argv are controlled by the Python runtime,
|
|
59
|
+
# not user input, so this is safe from command injection
|
|
60
|
+
subprocess.run(
|
|
61
|
+
[sys.executable, "-m", "titan_cli.cli"] + sys.argv[1:],
|
|
62
|
+
shell=False, # Explicitly disable shell to prevent injection
|
|
63
|
+
check=False # Don't raise on non-zero exit
|
|
64
|
+
)
|
|
54
65
|
raise typer.Exit(0)
|
|
55
66
|
else:
|
|
56
67
|
typer.echo(f"❌ Update failed: {result['error']}")
|
|
@@ -64,7 +75,7 @@ def main(ctx: typer.Context):
|
|
|
64
75
|
# Silently ignore update check failures
|
|
65
76
|
pass
|
|
66
77
|
|
|
67
|
-
# Launch TUI
|
|
78
|
+
# Launch TUI (only if no update or update was declined/failed)
|
|
68
79
|
launch_tui()
|
|
69
80
|
|
|
70
81
|
|
|
@@ -63,6 +63,12 @@ class PluginRegistry:
|
|
|
63
63
|
if name in initialized:
|
|
64
64
|
continue
|
|
65
65
|
|
|
66
|
+
# Skip plugins that are disabled in configuration
|
|
67
|
+
if not config.is_plugin_enabled(name):
|
|
68
|
+
logger.debug(f"Skipping disabled plugin: {name}")
|
|
69
|
+
initialized.add(name) # Mark as processed so we don't retry
|
|
70
|
+
continue
|
|
71
|
+
|
|
66
72
|
plugin = self._plugins[name]
|
|
67
73
|
dependencies_met = True
|
|
68
74
|
|
|
@@ -17,8 +17,8 @@ class Icons:
|
|
|
17
17
|
# Status indicators
|
|
18
18
|
SUCCESS = "✅"
|
|
19
19
|
ERROR = "❌"
|
|
20
|
-
WARNING = "
|
|
21
|
-
INFO = "
|
|
20
|
+
WARNING = "🟡"
|
|
21
|
+
INFO = "🔵"
|
|
22
22
|
QUESTION = "❓"
|
|
23
23
|
|
|
24
24
|
# Progress states
|
|
@@ -56,6 +56,7 @@ class Icons:
|
|
|
56
56
|
|
|
57
57
|
# AI & Automation
|
|
58
58
|
AI = "🤖"
|
|
59
|
+
AI_CONFIG = "🧠"
|
|
59
60
|
ROBOT = "🤖"
|
|
60
61
|
SPARKLES = "✨"
|
|
61
62
|
|
|
@@ -152,7 +152,7 @@ class AIConfigWizardScreen(BaseScreen):
|
|
|
152
152
|
def __init__(self, config):
|
|
153
153
|
super().__init__(
|
|
154
154
|
config,
|
|
155
|
-
title=f"{Icons.
|
|
155
|
+
title=f"{Icons.AI_CONFIG} Configure AI Provider",
|
|
156
156
|
show_back=True,
|
|
157
157
|
show_status_bar=False
|
|
158
158
|
)
|
|
@@ -108,7 +108,7 @@ class MainMenuScreen(BaseScreen):
|
|
|
108
108
|
options.extend(
|
|
109
109
|
[
|
|
110
110
|
Option(f"{Icons.PLUGIN} Plugin Management", id="plugin_management"),
|
|
111
|
-
Option(f"{Icons.
|
|
111
|
+
Option(f"{Icons.AI_CONFIG} AI Configuration", id="ai_config"),
|
|
112
112
|
]
|
|
113
113
|
)
|
|
114
114
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/clients/__init__.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/clients/git_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/branch_steps.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/commit_step.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/push_step.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-git/titan_plugin_git/steps/status_step.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/__init__.py
RENAMED
|
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
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/exceptions.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/messages.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/models.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/plugin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-github/titan_plugin_github/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/jira_agent.py
RENAMED
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/prompts.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/agents/validators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/exceptions.py
RENAMED
|
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
|
{titan_cli-0.1.2 → titan_cli-0.1.3}/plugins/titan-plugin-jira/titan_plugin_jira/utils/__init__.py
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|