29 questions
-9
votes
0
answers
39
views
How does a guardrail system work in an AI-powered CLI, and where should input validation/hooks be implemented? [closed]
’m building an AI-powered CLI application where user input is sent to an LLM for processing. I want to properly handle cases where the input may contain malicious or unsafe content (e.g., prompt ...
-3
votes
0
answers
50
views
Claude probe ran but did not return `hello` as expected - Paperclip AI [closed]
I tried use Claude on Paperclip AI using Claude PRO subscription. My Claude Code CLI works fine, but my Paperclip AI gets warning on Test environment, then I run issue it gets error
Failure details
...
Tooling
0
votes
2
replies
77
views
How Claude can get access to GitLab/Github issues?
How Claude Code can get access to GitLab issues (main question) ?
I think the result should be those issues cashes locally as .md
So Claude can read.
Maybe there is something done for GitHub, soo
How ...
Advice
6
votes
13
replies
2k
views
Claude Code - Looking for guidance on where to start with coding and tools
I’m hoping someone here can point me in the right direction, because right now everything feels a bit overwhelming.
Come from an IT background of 25+ years, but I’m a true beginner when it comes to ...
1
vote
1
answer
105
views
How do I tell Claude Code about my Hatch environment?
I tend to prefer Hatch as my Python environment manager. The one challenge with Hatch is that it keeps its per-project virtual environments in a non-obvious system directory. Working standalone, I'...
Tooling
0
votes
0
replies
60
views
Connect Claude code commands with atuin/other keyloggers
I am using command line AI tools such as Claude code and I like to keep all my commands in a keylogger like atuin for future auditability. By default, atuin doesn't store shell commands run by claude ...
0
votes
2
answers
153
views
How can I get the Claude Code extension in Cursor IDE on Windows to use my Conda Python interpreter specified in AGENTS.md?
I use the Claude Code extension in Cursor IDE on Windows 25H2 Pro.
I specified which Python interpreter agents should use in AGENTS.md in my project:
## Python environment
This project uses a Conda ...
Best practices
0
votes
0
replies
87
views
Can skills in Claude Code run in an isolated env?
Skills have optional code scripts. And by default, skills as well as Claude Code itself, work in the same environment.
When adding more skills, the environment for script getting more complex and ...
Tooling
4
votes
1
replies
243
views
How to get rid of "Command contains $() command substitution" in claude code
I updated my settings files with most common tools but I cant figure out how to let claude use this command.
Best practices
2
votes
2
replies
365
views
Claude Code freezes on Windows when running bash commands — find, ls, grep hang indefinitely
Problem
Claude Code freezes every time it runs shell commands on Windows. Commands like find, ls, grep, and ./gradlew hang indefinitely with no output, even after several minutes. The only way to ...
2
votes
2
answers
4k
views
How to use an Anthropic API Key for the Claude Code VS Code extension instead of signing in?
I am using the VS Code extension (I am using Codium to be precise) for Claude Code (without installing the command-line tool) and I have an API key with sufficient token credits that I wish to use. ...
Tooling
0
votes
5
replies
147
views
As a Laravel developer what would u recommend as a good agent while using boost
Currently trying to implement boost to a laravel project using Claude code and having some difficulties. And I think I need to pay but I just want to test it first before paying. So if there is anyone ...
Tooling
2
votes
2
replies
218
views
Autonomous mode / wrapper for Claude Code?
I'm actively using Claude Code and find it impressive. But I find it limiting that I can't give it a high level goal and let it work autonomously for more than 20 min. It has all the building blocks ...
Advice
1
vote
1
replies
275
views
Premium requests usage of Copilot and Claude Code plugins in VSCode
I subscribed to Claude Pro and want to use Claude Code in VS Code. I originally selected @claude in the agent handoff of the Copilot Chat plugin, but I found that this would consume the Copilot ...
Best practices
1
vote
2
replies
55
views
Edit past conversations in VS Code
I'm using code in VS Code. I open a session and it is added to a menu that is called a "conversation". The conversations are shown in a drop-down menu at the top of the session with Claude ...