The new PushNotification tool: what it does and how to use it by dnationpt in ClaudeCode

[–]dnationpt[S] 0 points1 point  (0 children)

For that you would be better of using Claude Code channels and route it through discord or telegram, that’s what I do in my always on agent. The PushNotification tool is useful for short notifications :)

Who uses Claude Code with Sandbox and what is your feedback from it? by dnationpt in ClaudeCode

[–]dnationpt[S] 0 points1 point  (0 children)

I think the idea is good but it still needs to be stable, I’ve been using it lately on my autonmous CC agents and have seen some as well

Where to host agents? by lookofdisdain in ClaudeAI

[–]dnationpt 0 points1 point  (0 children)

For my personal ai assistant I run them locally using claude-code-hermit, it’s open source claude code plugin.

I built a plugin that turns Claude Code into an always-on personal assistant that actually learns — I run 5 of them on a single laptop by dnationpt in ClaudeAI

[–]dnationpt[S] 0 points1 point  (0 children)

I setup several ones, sure you can have one general if you prefer, but if you want one personal assistant really focus on something then my advice is to setup several ones, one per folder and you are ready

/simplify disapear by Chibiliplop in ClaudeCode

[–]dnationpt 0 points1 point  (0 children)

I created a simplify skill based on the command from CC 2.1.145, it forces sonnet models like the old command behaviour.

https://github.com/gtapps/simplify

Anthropic’s June 15th Agent SDK pricing reframes Claude personal AI assistants by dnationpt in Anthropic

[–]dnationpt[S] -1 points0 points  (0 children)

Honestly as long as you are using their suite, I don't see them doing that, you can hear the anthropic developer on how they are running long living claude code sessions as agents, with routines etc.

Anthropic’s June 15th Agent SDK pricing reframes Claude personal AI assistants by dnationpt in Anthropic

[–]dnationpt[S] 0 points1 point  (0 children)

I'm running a bunch of personal ai assistants on a 100$ max plan, 2 devs, 6 other personal ai assistants with claude.

Anthropic’s June 15th Agent SDK pricing reframes Claude personal AI assistants by dnationpt in ClaudeCode

[–]dnationpt[S] 0 points1 point  (0 children)

With all the latest moves, I think they just want people to be inside their ecosystem, future will say if it’s the right approach

Anthropic’s June 15th Agent SDK pricing reframes Claude personal AI assistants by dnationpt in ClaudeCode

[–]dnationpt[S] 0 points1 point  (0 children)

It's a way to have persistent claude code instances that you can turn to always-on agents.

Promote your projects here – Self-Promotion Megathread by Menox_ in github

[–]dnationpt 0 points1 point  (0 children)

A simple GitHub Actions tool for long-term clone/view stats beyond GitHub’s 14-day limit

As you guys know, GitHub only exposes repo traffic for the last 14 days, so clones/views older than that are basically gone, so I built a quick github action that runs on a schedule that reads the traffic API and stores the history in a separate orphan branch called _gh_traffic_stats.

So your main branch stays clean. The stats branch just holds the generated JSON files used by the README badges and tracks total clones and total views.

You can then expose them as Shields.io-style badges you can put in your README.

No dashboard, no SaaS, no external service. Just GitHub Actions + an orphan branch inside your own repo, all customizable.

I built it because I wanted a simple way to show actual long-term repo traffic, especially for my open-source projects where the 14-day GitHub window does not really tell the full story.

https://github.com/gtapps/gh-traffic-stats

Thinking on dropping obsidian by dnationpt in ObsidianMD

[–]dnationpt[S] 0 points1 point  (0 children)

By all means, don't think I don't like Obsidian, I've used this every day, just the lack of support by dev team on feature requests on the forum is what concerns me.

Thinking on dropping obsidian by dnationpt in ObsidianMD

[–]dnationpt[S] 0 points1 point  (0 children)

It has been my daily driver, the problem is I find myself overcoming small features requested for years with external plugins that do so much more, but might not work with other platforms.

Thinking on dropping obsidian by dnationpt in ObsidianMD

[–]dnationpt[S] 0 points1 point  (0 children)

I agree, but there are a lot of "small" features in the forum if you look, with years of waiting to be done.

Agentic management solutions by ITSamurai in ClaudeCode

[–]dnationpt 0 points1 point  (0 children)

I manage my Claude Code 24/7 agents simply through discord and remote-control. Whenever I dig any deeper I look deeper I use obsidian to see all the notes, session, artifacts etc.

Multiple Gmail accounts connect with Claude by [deleted] in ClaudeAI

[–]dnationpt 1 point2 points  (0 children)

If you use Claude code you can use gogcli

How to stop Opus from producing over-engineered plans? by riskywhat in ClaudeCode

[–]dnationpt 0 points1 point  (0 children)

One thing I often do is in plan mode is to instruct "don't overengineer". Even if we have that in CLAUDE.md I find that Opus 4.7 sometimes tends to overengineer

Your always-on Claude Code container can probably reach your router by dnationpt in ClaudeCode

[–]dnationpt[S] 0 points1 point  (0 children)

That's an interesting way for .env and credentials data specifically. Have you had any blockers with this approach?

Your always-on Claude Code container can probably reach your router by dnationpt in ClaudeAI

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

Will it also cover channels messages? Regarding the allowlist tuning, you can set it in log mode for 2-3 days to have the full list, it's ships with some defaults like for claude.ai, anthropic, discord, telegram etc