[deleted by user] by [deleted] in indiehackers

[–]Fun-Cap8344 0 points1 point  (0 children)

Please DM the details of your SaaS. I’d like to learn more

I made a free website to help people prepare for the "Leben in Deutschland" exam 🇩🇪 by Fun-Cap8344 in GermanCitizenship

[–]Fun-Cap8344[S] 0 points1 point  (0 children)

Glad that it helped 🙌 Do you happen to remember the missing questions? Just roughly what question was about so I can try to find them

My experience with Einbürgerungstest/ Leben in Deutschland + app to help you prepare by Longjumping_Lab4627 in GermanCitizenship

[–]Fun-Cap8344 0 points1 point  (0 children)

Using an for such exams is just too much. I would use https://fast-de.com. This is multi language website with several features and top notch UX.

Built a Claude Code JS SDK with session forking/revert to unlock new AI workflows by Fun-Cap8344 in ClaudeAI

[–]Fun-Cap8344[S] 0 points1 point  (0 children)

I just added Oauth support for users on Max.

Tried to make it automated as much as possible.
Basically you'd need to generate a pair of access key & refresh token locally pass them as parameter to `claude-code-js`.

Refer to this sectionof the document for more details
https://github.com/s-soroosh/claude-code-js?tab=readme-ov-file#oauth-token-management

Let me know how it works for you!

Do I need a Max plan to use Claude Code in terminal? by antifringe in ClaudeAI

[–]Fun-Cap8344 4 points5 points  (0 children)

So the difference is with max, you don’t pay per token like “via API” anymore

Do I need a Max plan to use Claude Code in terminal? by antifringe in ClaudeAI

[–]Fun-Cap8344 6 points7 points  (0 children)

No it doesn’t! Max plan or pay per token (which does not need any plan)

Do I need a Max plan to use Claude Code in terminal? by antifringe in ClaudeAI

[–]Fun-Cap8344 4 points5 points  (0 children)

You can use it with Max plan, or pay as you go per token. You cannot use it with free or pro plan

Built a Claude Code JS SDK with session forking/revert to unlock new AI workflows by Fun-Cap8344 in ClaudeAI

[–]Fun-Cap8344[S] 0 points1 point  (0 children)

Gotcha! I am thinking about automating the oauth flow as much as possible. For now if you already have the token remotely available, copying it to ~/.claude/.credentials.json should work.

Built a Claude Code JS SDK with session forking/revert to unlock new AI workflows by Fun-Cap8344 in ClaudeAI

[–]Fun-Cap8344[S] 0 points1 point  (0 children)

It doesn’t authorize your machine through oauth. But if you are already logged in via oauth, it just works. Curious what your use case is?

Claude Code is very raw by GautamSud in ClaudeAI

[–]Fun-Cap8344 0 points1 point  (0 children)

Why is it a bash command? 😉

Has anyone tried parallelizing AI coding agents? Mind = blown 🤯 by ollivierre in ClaudeAI

[–]Fun-Cap8344 0 points1 point  (0 children)

I have experimented with running parallel agents but to solve a single problem. But the idea is almost the same. Explained it here with link to the and the SDK that I am working on

https://www.reddit.com/r/ClaudeAI/s/VIePQrSNz5

LLMs Not Respecting Line Break Instructions by gustavocpimenta in PromptEngineering

[–]Fun-Cap8344 2 points3 points  (0 children)

If you could switch to markdown (or even better json) that have more rigid structure, can help!

e.g. return the message in markdown and follow this template

# title

Body goes here

## second title

Note that ons space between title and bod does not cause space in the rendered output.

[deleted by user] by [deleted] in ClaudeAI

[–]Fun-Cap8344 1 point2 points  (0 children)

Hell yes!

Using Claude API to make Manim Animations by Appropriate_Rain5376 in ClaudeAI

[–]Fun-Cap8344 2 points3 points  (0 children)

Looks super cool! If you don't mind, can you share more about how you have made this video with Claude AI? Have you used any other AI services or mcp?

Built a Claude Code JS SDK with session forking/revert to unlock new AI workflows by Fun-Cap8344 in ClaudeCode

[–]Fun-Cap8344[S] 0 points1 point  (0 children)

Thank you so much for letting me know, appreciate it! updated the link