Fix model config context/token limits and inject gutask orientation into agent identity
- Chat model max_tokens: 32000 → 4096 (was inflating context budget calculations) - Utility model ctx_length: 8192 → 14000 (matches GLM flash actual loaded context) - Utility model max_tokens: explicit 2048 cap (utility tasks need short responses) - Utility model name: full zai-org/glm-4.7-flash to target correct LM Studio instance - pull-agent-identity.py: include agent_id and gutask orientation block in system prompt - gutask.md: expand lore command docs, note done auto-creates review record Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,7 @@ gutask next # highest-priority todo task
|
||||
gutask get <id> # single task detail
|
||||
|
||||
gutask claim <id> # claim a task (todo → in_progress)
|
||||
gutask done <id> # mark done
|
||||
gutask done <id> # mark done — also auto-creates a review record
|
||||
gutask blocked <id> # mark blocked
|
||||
|
||||
gutask create \
|
||||
@@ -124,7 +124,10 @@ Use `-ispart` for membership/containment (IS PART OF).
|
||||
## Other commands
|
||||
|
||||
```bash
|
||||
gutask lore # browse Glitch University lore
|
||||
gutask lore # list all lore nodes
|
||||
gutask lore <id> # show a specific lore node in full (e.g. gutask lore 41)
|
||||
gutask lore --id <id> # same as above
|
||||
gutask lore --search "keyword" # search lore by keyword
|
||||
gutask skills # list available skill runbooks
|
||||
gutask skills <name> # display a specific skill
|
||||
gutask agents # list all agents and their IDs
|
||||
|
||||
Reference in New Issue
Block a user