alpiecode 7.0.3__tar.gz → 7.0.4__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.
- {alpiecode-7.0.3 → alpiecode-7.0.4}/PKG-INFO +1 -1
- {alpiecode-7.0.3 → alpiecode-7.0.4}/README.md +1 -1
- {alpiecode-7.0.3 → alpiecode-7.0.4}/pyproject.toml +1 -1
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode.egg-info/PKG-INFO +1 -1
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/config.py +4 -6
- {alpiecode-7.0.3 → alpiecode-7.0.4}/setup.cfg +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode/__init__.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode.egg-info/SOURCES.txt +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode.egg-info/dependency_links.txt +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode.egg-info/entry_points.txt +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode.egg-info/requires.txt +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/alpiecode.egg-info/top_level.txt +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/__init__.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/agent.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/backends/__init__.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/backends/base.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/backends/local_backend.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/backends/openai_backend.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/cache.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/cli.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/client.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/compaction.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/context.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/discovery.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/doctor.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/executor.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/extension/alpiecode.vsix +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/git_ops.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/github.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/guardian.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/ipython_ext.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/local_model.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/media.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/memory.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/orchestrator.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/progress.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/prompt.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/rephraser.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/server.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/session.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/tools.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/updater.py +0 -0
- {alpiecode-7.0.3 → alpiecode-7.0.4}/src/codeagent/vscode_installer.py +0 -0
|
@@ -329,7 +329,7 @@ The AlpieCode agent autonomously orchestrates **15 specialized tools**:
|
|
|
329
329
|
## ❓ FAQ & Troubleshooting
|
|
330
330
|
|
|
331
331
|
#### Q: The extension shows "Local GGUF" even though I am connected to the internet. Why?
|
|
332
|
-
> **A:** AlpieCode checks reachability of the specific remote model API (`
|
|
332
|
+
> **A:** AlpieCode checks reachability of the specific remote model API (`https://test.169pi.ai/v1`). If the remote endpoint is unreachable, it automatically switches to **Local GGUF** so you can continue coding without interruption. Run `alpiecode doctor` to verify.
|
|
333
333
|
|
|
334
334
|
#### Q: How do I test the extension after updates?
|
|
335
335
|
> **A:** In VS Code, press **`Ctrl+Shift+P`** → select **`Developer: Reload Window`**.
|
|
@@ -18,10 +18,10 @@ CONFIG_DIR = Path.home() / ".alpiecode"
|
|
|
18
18
|
CONFIG_PATH = CONFIG_DIR / "config.json"
|
|
19
19
|
|
|
20
20
|
# Config version — bump this when defaults change to trigger auto-migration
|
|
21
|
-
CONFIG_VERSION =
|
|
21
|
+
CONFIG_VERSION = 8 # v7: autonomous discovery engine (zero-flag flow)
|
|
22
22
|
|
|
23
23
|
DEFAULTS = {
|
|
24
|
-
"base_url": "
|
|
24
|
+
"base_url": "https://test.169pi.ai/v1", # Primary endpoint
|
|
25
25
|
"model": "alpie_9b",
|
|
26
26
|
"model_repo": "169Pi/Alpie_learn_prototype_GGUF_NEW",
|
|
27
27
|
"api_key": "not-needed",
|
|
@@ -107,12 +107,10 @@ def load_config() -> Config:
|
|
|
107
107
|
|
|
108
108
|
# ── Auto-migrate stale configs ────────────────────────────
|
|
109
109
|
saved_version = saved_data.get("config_version", 1)
|
|
110
|
-
if saved_version < CONFIG_VERSION:
|
|
111
|
-
# v1 → v2: n_ctx was 16384, upgrade to 32768
|
|
110
|
+
if saved_version < CONFIG_VERSION or "20.245.200.125" in str(saved_data.get("base_url", "")):
|
|
112
111
|
if saved_data.get("n_ctx") == 16384:
|
|
113
112
|
data["n_ctx"] = 32768
|
|
114
|
-
|
|
115
|
-
data["base_url"] = "http://20.245.200.125:8000/v1"
|
|
113
|
+
data["base_url"] = "https://test.169pi.ai/v1"
|
|
116
114
|
data["model"] = "alpie_9b"
|
|
117
115
|
data["enable_thinking"] = False
|
|
118
116
|
data["temperature"] = 0.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|