• Joined on 2026-02-16
hugo pushed to linux-refactoring-base at hugo/DS4Server 2026-07-29 11:00:58 +00:00
607aaa2e7a Restore DSML tool-call recovery
hugo pushed to linux-refactoring-base at hugo/DS4Server 2026-07-29 10:40:52 +00:00
0f0a1a5409 Refactor application and runtime boundaries
hugo created branch linux-refactoring-base in hugo/DS4Server 2026-07-29 10:22:15 +00:00
hugo pushed to linux-refactoring-base at hugo/DS4Server 2026-07-29 10:22:15 +00:00
902037f947 Support Linux refactoring checks
hugo pushed to main at hugo/DS4Server 2026-07-29 07:08:23 +00:00
36f1056cf7 Document refactoring opportunities
hugo pushed to main at hugo/DS4Server 2026-07-28 20:36:19 +00:00
d8b29fb1d1 fix: hopefully fixed a2ui confusion by the model
hugo closed issue hugo/DS4Server#54 2026-07-28 20:26:19 +00:00
how is compile of .metal files done in the project?
hugo commented on issue hugo/DS4Server#54 2026-07-28 20:26:17 +00:00
how is compile of .metal files done in the project?

Findings:

  • build.rs compiles only the Objective-C bridge (ds4_metal.m). It does not compile the .metal kernels.
  • cargo-packager copies the 19 .metal files into `DS4Server.app/Contents/…
hugo pushed to main at hugo/DS4Server 2026-07-28 20:19:43 +00:00
39c4181ae2 chore: removed reference to old license for stuff we don't use anymore
hugo closed issue hugo/DS4Server#50 2026-07-28 20:18:52 +00:00
rewrite ds4_web.c/.h into rust
hugo commented on issue hugo/DS4Server#50 2026-07-28 20:18:47 +00:00
rewrite ds4_web.c/.h into rust

Implemented and pushed in commit 9d1c403.

Path taken:

  • Replaced the hand-written C HTTP/WebSocket/CDP stack with headless_chrome 1.0.22.
  • Added a thin Rust browser module that reuses the DS4…
hugo pushed to main at hugo/DS4Server 2026-07-28 20:18:16 +00:00
9d1c403ae7 Replace C browser client with headless Chrome
hugo pushed to main at hugo/DS4Server 2026-07-28 19:37:08 +00:00
9683d5d10b make a2ui usage more clear to prevent every-session-spam
hugo commented on issue hugo/DS4Server#20 2026-07-28 19:36:22 +00:00
support more search engines

we stick with the browser based search right now, that does the job for what we need right now.

hugo closed issue hugo/DS4Server#20 2026-07-28 19:36:22 +00:00
support more search engines
hugo commented on issue hugo/DS4Server#51 2026-07-28 19:35:41 +00:00
add a headless web browser for AI web access

we stick with the chrome based thing we have right now.

hugo closed issue hugo/DS4Server#51 2026-07-28 19:35:41 +00:00
add a headless web browser for AI web access
hugo pushed to main at hugo/DS4Server 2026-07-28 19:11:49 +00:00
dbccaf7088 fix: fixed git handling
hugo pushed to main at hugo/DS4Server 2026-07-28 18:47:46 +00:00
9b5b3a2f6a fix: less fragile dev brain sources revisions
hugo pushed to main at hugo/DS4Server 2026-07-28 18:07:44 +00:00
ed8f7c4a01 fix: fixes to agent behaviour and llm steering