diegonix
diegonix
### Feature Request: Add Recommended Sampling Parameters for GLM Model **Description** When using the **GLM model**, we should include the following sampling parameters to align with the official recommendations from...
### Feature Request: Display Active Agents’ Status in CLI **Description** When **Code Puppy** is executing a task, the main agent can invoke several **sub-agents** to handle different parts of the...
### Feature Request: Persistent Shared Knowledge Base Across Planning and Sub-Agents **Version** `code_puppy v0.235` **Description** When using the **planning agent** to execute plans, even though the session is saved after...
### Feature Request: Add Command to Check Synthetic Provider Subscription Status **Description** The **Synthetic** LLM provider exposes an endpoint to check the current **subscription quota and renewal status**: ```http GET...
Fix attachment parser crash from visual dividers and improve comment detection Prevent OSError: File name too long crashes when CLI output containing screen drawing characters is misinterpreted as file paths....
### Description Auto-compaction enabled by default, but context_length_exceeded errors still occur in agent workflows ### Description According to the opencode documentation, auto-compaction is enabled by default: [https://opencode.ai/docs/config/#compaction](https://opencode.ai/docs/config/#compaction) Example default configuration:...
Modern libunbound (1.4.20+) has a direct 'ttl' field in struct ub_result. The previous pointer arithmetic approach was fragile and often returned 0. This fix directly accesses r->ttl which is reliable...