yncli 1.2.1__tar.gz → 1.2.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.
- {yncli-1.2.1 → yncli-1.2.2}/PKG-INFO +1 -1
- {yncli-1.2.1 → yncli-1.2.2}/pyproject.toml +1 -1
- {yncli-1.2.1 → yncli-1.2.2}/setup.py +1 -1
- {yncli-1.2.1 → yncli-1.2.2}/yncli/tui.py +4 -0
- yncli-1.2.2/yncli/version.py +1 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli.egg-info/PKG-INFO +1 -1
- yncli-1.2.1/yncli/version.py +0 -1
- {yncli-1.2.1 → yncli-1.2.2}/README.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/setup.cfg +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/__init__.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/agent.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/architect.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/code_review.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/debug_oracle.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/debugger.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/polyglot.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/refactor_master.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/security_auditor.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/system_architect.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/test_runner.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/built_in_skills/ultrabrain.md +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/clean_text.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/client.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/config.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/language_detector.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/main.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/mention_resolver.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/skills_manager.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/system_prompt.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/tools/__init__.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/tools/file_tools.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/tools/polyglot_tools.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/tools/search_tools.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/tools/system_tools.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/update_checker.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/workspace_memory.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli/workspace_scanner.py +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli.egg-info/SOURCES.txt +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli.egg-info/dependency_links.txt +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli.egg-info/entry_points.txt +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli.egg-info/requires.txt +0 -0
- {yncli-1.2.1 → yncli-1.2.2}/yncli.egg-info/top_level.txt +0 -0
|
@@ -6,7 +6,7 @@ long_description = (this_directory / "README.md").read_text(encoding="utf-8") if
|
|
|
6
6
|
|
|
7
7
|
setup(
|
|
8
8
|
name="yncli",
|
|
9
|
-
version="1.2.
|
|
9
|
+
version="1.2.2",
|
|
10
10
|
description="Autonomous Polyglot AI Coding Agent & TUI",
|
|
11
11
|
long_description=long_description,
|
|
12
12
|
long_description_content_type="text/markdown",
|
|
@@ -236,6 +236,10 @@ class TerminalUI:
|
|
|
236
236
|
badge = " ⭐ (Ultra Fast & Stable)"
|
|
237
237
|
elif mid.startswith("cx/"):
|
|
238
238
|
badge = " ⚡ (Active)"
|
|
239
|
+
elif mid in ("gemini-3.6-flash", "gemini-3.5-flash", "gemini-3.5-flash-lite", "gemini-3-flash-preview"):
|
|
240
|
+
badge = " ⭐ (Google Official - Ultra Fast & Active)"
|
|
241
|
+
elif "pro" in mid:
|
|
242
|
+
badge = " ⚠️ (Tier Pro - Butuh Saldo/Billing)"
|
|
239
243
|
|
|
240
244
|
label = f"{mid}{badge}"
|
|
241
245
|
values.append((mid, label))
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "1.2.2"
|
yncli-1.2.1/yncli/version.py
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "1.2.1"
|
|
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
|