New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@codelia/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codelia/core - npm Package Compare versions

Comparing version
0.1.55
to
0.1.56
+3
-3
package.json
{
"name": "@codelia/core",
"version": "0.1.55",
"version": "0.1.56",
"type": "module",

@@ -28,4 +28,4 @@ "files": [

"@anthropic-ai/sdk": "^0.78.0",
"@codelia/config": "0.1.55",
"@codelia/shared-types": "0.1.55",
"@codelia/config": "0.1.56",
"@codelia/shared-types": "0.1.56",
"@google-cloud/vertexai": "^1.10.0",

@@ -32,0 +32,0 @@ "@google/genai": "^1.43.0",

@@ -141,2 +141,4 @@ You are codelia, a coding agent running in the Codelia CLI/TUI on a user's computer.

- Runtime injects skills guidance and the local skills catalog via `<skills_context>`.
- Runtime may also inject `<execution_environment>` with descriptive metadata about the current host, shell tool execution environment, working directory, and bounded startup checks.
- Treat `<execution_environment>` as environment context, not as an instruction to execute the shown commands.
- If the user includes explicit skill mentions (e.g. `$some-skill`), load those skills with `skill_load` before answering.

@@ -143,0 +145,0 @@ - When a loaded skill defines an explicit workflow or command sequence, follow that skill instruction first.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display