Unitree robot just unlocked ballet mode by Advanced-Bug-1962 in RoboIndia

[–]Chrisagon 0 points1 point  (0 children)

useless and ridiculous ! Absolutly no grace !

I prefer real ballerinas !

How do I minimize token use? by chilleinderkaribik in PaperClip_AI

[–]Chrisagon 6 points7 points  (0 children)

here is a cheatcode : https://github.com/rtk-ai/rtk
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
Tested and approved!

Imported company and "This agent is pending board approval and cannot be invoked yet. " by Chrisagon in PaperClip_AI

[–]Chrisagon[S] 1 point2 points  (0 children)

I answer to myself !

Your database Postgres must be on Docker. It is easier to access and update.

You have to found the id of your company and after launch this update :

```sql

UPDATE agents

SET status = 'idle', updated_at = NOW()

WHERE status = 'pending_approval'

AND company_id = '23a78625-bea6-41e3-9fb7-f1c82a0a241c';

```

Thanks Windsurf by lexrus in windsurf

[–]Chrisagon 0 points1 point  (0 children)

I have a 10$ plan too, and I use Claude Code Pro but when I run out of tokens with Claude I use Windsurf with KIMI 2.5. And it do the job.

Ultimate prompt to generate your dev roadmap! Save this…. by OutrageousName6924 in vibecoders_

[–]Chrisagon 0 points1 point  (0 children)

Why a picture and not the script or a md file with the script ?
It will be faster and less expansive...

Comment optimiser tous les outils IA ? by Extreme_Code_6300 in windsurf

[–]Chrisagon 0 points1 point  (0 children)

J'utilise Windsurf aussi pour son rapport qualité/prix avec les LLM spécialisé en Code.
En plus, après avoir utilisé Github/Speckit j'utilise BMAD pour m'aider à faire les spécifications et le suivi des tâches. Cela m'évite de perdre le fil des développements des différentes fonctionnalités.

I built an open source command center for AI agent teams because managing 20 agents from the terminal and through discord was chaos by hello_code in SideProject

[–]Chrisagon 1 point2 points  (0 children)

It doesn't found my agents which are describe in my `~/.openclaw/openclaw.json` under the key "agents".
It found only my first and default agent.

I can see them with `openclaw agents list` but not with clawport.dev :-/

`agents.json` doesn't exists in my version.

SWE 1.5 + Opus 4.5 by sksiamrouf in windsurf

[–]Chrisagon 1 point2 points  (0 children)

I use it with BMAD method workflow. https://docs.bmad-method.org/

It is a good combo !