in my session of aionui the model still shows old one and not kimi2.6
2026-05-08T17:29:26
ASSISTANT (hermes, kimi-k2.6)
Let me check the AionUI config to see what model is set and how to update it.
2026-05-08T17:29:26
ASSISTANT (hermes, kimi-k2.6)
This file is URL-encoded JSON. Let me decode it and search for the model setting.
2026-05-08T17:29:27
ASSISTANT (hermes, kimi-k2.6)
It's double URL-encoded. Let me decode it properly.
2026-05-08T17:29:27
ASSISTANT (hermes, kimi-k2.6)
So the file is base64 encoded, and inside that is URL-encoded JSON. Let me fully decode it.
2026-05-08T17:29:27
ASSISTANT (hermes, kimi-k2.6)
Found it. The config shows `acp.cachedModels.hermes.currentModelId` is set to `deepseek:deepseek-v4-pro`, but `kimi-coding:kimi-k2.6` is available in the list. Let me also check `guid.lastSelectedAgent` to see which agent is active, and look for any other model references.
2026-05-08T17:29:27
ASSISTANT (hermes, kimi-k2.6)
Now I understand the issue. The AionUI config has:
- `guid.lastSelectedAgent`: `"hermes"` (you're using the Hermes agent)
- `acp.cachedModels.hermes.currentModelId`: `"deepseek:deepseek-v4-pro"` (this is the OLD model)
- `kimi-coding:kimi-k2.6` is available in the `availableModels` list
The model setting is cached in `acp.cachedModels`. I need to update `acp.cachedModels.hermes.currentModelId` to `kimi-coding:kimi-k2.6` and also update `currentModelLabel`. Let me update the config file.
2026-05-08T17:29:27
ASSISTANT (hermes, kimi-k2.6)
Config updated. Now I need to restart AionUI for the change to take effect. Let me restart the service.
2026-05-08T17:29:27
ASSISTANT (hermes, kimi-k2.6)
AionUI restarted successfully. The service is active and running. Memory is at 258M (will grow to ~8GB as it fully loads).
Summary of what I did:
1. Found the AionUI config at `/home/ubuntu/.config/AionUi/config/aionui-config.txt`
2. Decoded it (base64 -> URL-decode -> JSON)
3. Changed `acp.cachedModels.hermes.currentModelId` from `deepseek:deepseek-v4-pro` to `kimi-coding:kimi-k2.6`
4. Updated the label to `kimi-k2.6`
5. Re-encoded and wrote back
6. Restarted `aionui.service`
Your AionUI session should now show **kimi-k2.6** as the active model for the Hermes agent. Give it ~10-15 seconds to fully load, then check the UI.