Vladyslav Gudzenko
Vladyslav Gudzenko
> I really struggled to get snyk to be happy with the dependencies as there were vulnerabilities before I even made updates. But I will take another stab at it...
fixed by `cp -r src/datasource/img/ dist/datasource/`
Same issue with both Agent and Manual mode Version: 0.48.9 VSCode Version: 1.96.2 Commit: 61e99179e4080fecf9d8b92c6e2e3e00fbfb53f0 Date: 2025-04-12T18:33:49.349Z (6 days ago) Electron: 34.3.4 Chromium: 132.0.6834.210 Node.js: 20.18.3 V8: 13.2.152.41-electron.0 OS: Darwin...
`track_agent` seems to be marked as `legacy`. Yet, Templates on the Project page still reference to the old examples (Sept 2024). There's a new decorator `@agent`, `@operation` & `@session` https://docs.agentops.ai/v1/usage/tracking-agents...
I've got Z.ai subscription for Claude Code, which was successfully tested with Claude Code and Crush ("type": "anthropic") But I was struggling to make it work with CCR. I've tried...
I've got Z.ai subscription for Claude Code, which was successfully tested with Claude Code and Crush ("type": "anthropic") But I'm struggling to make it work with CCR. I've tried both...
UPD: Resolved by adding a suffix `/v1/messages` ``` { "name": "zai", "api_base_url": "https://api.z.ai/api/anthropic/v1/messages", "api_key": "${ZAI_API_KEY}", "models": [ "glm-4.5", "glm-4.5-flash" ], "transformer": { "use": [ "Anthropic" ] } }, ```