#Dagger Cloud

1 messages ยท Page 1 of 1 (latest)

silk iris
toxic helm
#

new high score

silk iris
#

i had to patch their bolt db settings. fortunately, containerd v2 allows you to customize that. Unfortunately, upgrading to containerd v2 is a tedious PITA, working through that now

toxic helm
silk iris
#

But maybe I could go meta and have an agent write a script that does the update?

toxic helm
#

modules/dev/ hooks up a gopls MCP server, I've seen it pretty easily chase down compile errors

#

which might help? or if it's scriptable yeah, that'd be good too

silk iris
silk iris
toxic helm
#

can always race with it in the background ๐Ÿ˜›

toxic helm
#

@silk iris ah one flaw in this plan may be how on-rails modules/dev is, it can't run arbitrary shell commands at the moment which might be kinda what you need for something like this

#

(i may be spying on your traces)

silk iris
#

yeah it seems to be getting scared lol

#

"That's a lot of files" ๐Ÿ˜‚

toxic helm
#

also the word jumbling is an API issue, fixes on refresh, though the web UI UX kinda sucks for LLM sessions at the moment anyway, hasn't quite kept up

#

for adding new dependencies i've resorted to underscore-importing it with a comment somewhere and then go mod tidying so it doesn't get lost - if it ran into that issue

#

or we could add a shell function to modules/dev - it's not hard, i just don't like how often it resorts to it instead of the curated tools

#

it's also kinda sad because it'll see that it can't run commands, and then write a script instead, and then realize it can't run the script, and then move along like a cat does when you catch it doing something embarrassing

silk iris
#

yeah it's really trying it's heart out right now

#

I'm also asking codex if it can write a script

#

might also be a situation where it'd be nice to have "top-of-the-line reasoning model w/ web search and everything enabled write a prompt for the dumber model" sort of functionality

toxic helm
#

i hooked up Kagi MCP to the agent I use for Dang - but it's kind of a pain, their search API is "email us" + insert credit card

toxic helm
#

for complex stuff I've done similar, but using the same model, just split into two phases: 1. research and write a plan to current-task.md with a checklist at the bottom, 2. start a new agent which loads it into its sytem prompt, and tell it to get to work

silk iris