• Joined on 2026-02-16
hugo opened issue hugo/DS4Server#79 2026-08-30 10:57:35 +00:00
Add end-to-end MXFP4 GGUF support to the Metal backend
hugo opened issue hugo/DS4Server#78 2026-08-30 10:56:57 +00:00
Reach current DS4 performance parity on Apple Metal from the Rust execution path
hugo opened issue hugo/DS4Server#77 2026-08-30 10:34:34 +00:00
Explore zero-copy mmap-backed expert paging
hugo opened issue hugo/DS4Server#76 2026-08-30 10:28:30 +00:00
implement hooks for the agent process in the form as pi has it
hugo opened issue hugo/DS4Server#75 2026-08-30 09:49:52 +00:00
hiding the sidebar does not enlarge the main area
hugo closed issue hugo/DS4Server#74 2026-08-29 19:57:42 +00:00
Add DeepSeek-style hierarchical AGENTS.md instruction lifecycle
hugo commented on issue hugo/DS4Server#74 2026-08-29 19:57:38 +00:00
Add DeepSeek-style hierarchical AGENTS.md instruction lifecycle

Implemented in commit 1597ddb.

  • Added a Rust-native hierarchical AGENTS.md/AGENTS.local.md reconciler with global-to-local precedence, source confinement, duplicate suppression, structured…
hugo pushed to main at hugo/DS4Server 2026-08-29 19:57:20 +00:00
1597ddbc11 Add hierarchical workspace instructions
hugo closed issue hugo/DS4Server#70 2026-08-29 19:24:27 +00:00
implement a release workflow that runs on new tags
hugo commented on issue hugo/DS4Server#70 2026-08-29 19:23:33 +00:00
implement a release workflow that runs on new tags

Implemented in commit e35f57b (Build tagged macOS releases). Added an active Gitea tag workflow modeled on IronStorage: it creates or refreshes a draft release with issue-linked notes, cross-builds…

hugo pushed to main at hugo/DS4Server 2026-08-29 19:23:09 +00:00
e35f57bc83 Build tagged macOS releases
hugo closed issue hugo/DS4Server#67 2026-08-29 19:12:59 +00:00
support skills in ~/.agents/skills/ and integrate them into the prompt
hugo commented on issue hugo/DS4Server#67 2026-08-29 19:12:55 +00:00
support skills in ~/.agents/skills/ and integrate them into the prompt

Implemented in commit c0681de (Integrate standard agent skills). DS4Server now discovers valid Agent Skills from ~/.agents/skills/*/SKILL.md using the standard YAML name and description metadata,…

hugo pushed to main at hugo/DS4Server 2026-08-29 19:12:47 +00:00
c0681dedb9 Integrate standard agent skills
hugo closed issue hugo/DS4Server#73 2026-08-29 19:05:31 +00:00
Add a Rust-native fresh-agent Ralph loop
hugo commented on issue hugo/DS4Server#73 2026-08-29 19:05:28 +00:00
Add a Rust-native fresh-agent Ralph loop

Implemented in f2772f2. Added a foreground Rust-native ralph tool (objective required, max_rounds default 8, hard max 64) that reuses the selected session's model/runtime, workspace, AGENTS.md…

hugo pushed to main at hugo/DS4Server 2026-08-29 19:05:16 +00:00
f2772f20c5 Add fresh-agent Ralph loops
hugo closed issue hugo/DS4Server#72 2026-08-29 18:44:33 +00:00
Make agent tool handling schema-driven and recoverable
hugo commented on issue hugo/DS4Server#72 2026-08-29 18:44:28 +00:00
Make agent tool handling schema-driven and recoverable

Implemented in f12aafc. Tool names, descriptions, parameter kinds/bounds/enums/cross-field rules, schema generation, and execution dispatch now share one Rust ToolSpec catalog, including the Dev…

hugo pushed to main at hugo/DS4Server 2026-08-29 18:44:04 +00:00
f12aafcb2e Make agent tools schema-driven