@hasna/assistants 0.6.56 → 0.6.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "752fdc78-8131-4d81-a593-ae4a74af5d51",
|
|
3
|
+
"createdAt": 1770205566198,
|
|
4
|
+
"updatedAt": 1770214306227,
|
|
5
|
+
"createdBy": "agent",
|
|
6
|
+
"sessionId": "f6be5a82-b00e-4b74-ba93-c610a7874776",
|
|
7
|
+
"actionType": "message",
|
|
8
|
+
"command": "echo \"TASK: Search for AI discussions using keywords: AI, Anthropic, OpenAI, Claude, Codex, Gemini, OpenRouter, coding agents, AI agents, Mistral, GPT, ChatGPT, machine learning, LLM, neural networks, transformers, deep learning. Find 8-12 recent tweets. For each tweet: 1) Generate thoughtful AI reply in Hasna personality (funny but serious, experienced, contextual, wise, 3-4 words to 100 words, NO -ing verbs), 2) Add to Notion AI Tweets Archive database (ID: 2fdfba74-66d1-8126-a47f-d5e4b24fb3e7) with tweet text, AI reply, human comment field (empty for manual input), and status. NEVER comment on other people's behavior - focus on the technology, ideas, and insights. Be genuine and thoughtful.\"",
|
|
9
|
+
"description": "AI tweet monitoring with new Notion database",
|
|
10
|
+
"status": "active",
|
|
11
|
+
"schedule": {
|
|
12
|
+
"kind": "interval",
|
|
13
|
+
"unit": "minutes",
|
|
14
|
+
"interval": 15
|
|
15
|
+
},
|
|
16
|
+
"nextRunAt": 1770215206227,
|
|
17
|
+
"lastRunAt": 1770214306227,
|
|
18
|
+
"lastResult": {
|
|
19
|
+
"ok": true,
|
|
20
|
+
"summary": "✅ **Task completed** - Found and processed 9 AI discussion tweets:\n\n**Added to Notion database:**\n- GPT-5 Thinking model instruction compliance evaluation capabilities\n- OpenAI Codex native macOS app "
|
|
21
|
+
}
|
|
22
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -317,7 +317,7 @@ function getModelDisplayName(modelId) {
|
|
|
317
317
|
const model = getModelById(modelId);
|
|
318
318
|
return model?.name ?? modelId;
|
|
319
319
|
}
|
|
320
|
-
var ANTHROPIC_MODELS, DEFAULT_MODEL = "claude-
|
|
320
|
+
var ANTHROPIC_MODELS, DEFAULT_MODEL = "claude-opus-4-5-20251101", DEFAULT_TEMPERATURE = 1, MIN_TEMPERATURE = 0, MAX_TEMPERATURE = 2, TEMPERATURE_STEP = 0.1;
|
|
321
321
|
var init_models = __esm(() => {
|
|
322
322
|
ANTHROPIC_MODELS = [
|
|
323
323
|
{
|
|
@@ -325,7 +325,7 @@ var init_models = __esm(() => {
|
|
|
325
325
|
name: "Claude Opus 4.5",
|
|
326
326
|
description: "Most capable, best for complex tasks",
|
|
327
327
|
contextWindow: 200000,
|
|
328
|
-
maxOutputTokens:
|
|
328
|
+
maxOutputTokens: 64000
|
|
329
329
|
},
|
|
330
330
|
{
|
|
331
331
|
id: "claude-sonnet-4-20250514",
|
|
@@ -112388,7 +112388,7 @@ var DEFAULT_SYSTEM_PROMPT = `You are Hasna Assistant, a helpful AI assistant run
|
|
|
112388
112388
|
var DEFAULT_CONFIG = {
|
|
112389
112389
|
llm: {
|
|
112390
112390
|
provider: "anthropic",
|
|
112391
|
-
model: "claude-opus-4-5",
|
|
112391
|
+
model: "claude-opus-4-5-20251101",
|
|
112392
112392
|
maxTokens: 8192
|
|
112393
112393
|
},
|
|
112394
112394
|
voice: {
|
|
@@ -119863,7 +119863,7 @@ function createIdentityFromTemplate(templateName, overrides) {
|
|
|
119863
119863
|
}
|
|
119864
119864
|
|
|
119865
119865
|
// packages/core/src/commands/builtin.ts
|
|
119866
|
-
var VERSION = "0.6.
|
|
119866
|
+
var VERSION = "0.6.58";
|
|
119867
119867
|
function resolveAuthTimeout(resolve5) {
|
|
119868
119868
|
resolve5({ exitCode: 1, stdout: { toString: () => "{}" } });
|
|
119869
119869
|
}
|
|
@@ -157621,7 +157621,7 @@ Interactive Mode:
|
|
|
157621
157621
|
// packages/terminal/src/index.tsx
|
|
157622
157622
|
var jsx_dev_runtime17 = __toESM(require_jsx_dev_runtime(), 1);
|
|
157623
157623
|
setRuntime(bunRuntime);
|
|
157624
|
-
var VERSION3 = "0.6.
|
|
157624
|
+
var VERSION3 = "0.6.58";
|
|
157625
157625
|
var SYNC_START = "\x1B[?2026h";
|
|
157626
157626
|
var SYNC_END = "\x1B[?2026l";
|
|
157627
157627
|
function enableSynchronizedOutput() {
|
|
@@ -157751,4 +157751,4 @@ export {
|
|
|
157751
157751
|
main
|
|
157752
157752
|
};
|
|
157753
157753
|
|
|
157754
|
-
//# debugId=
|
|
157754
|
+
//# debugId=C08AF3E09F769CB664756E2164756E21
|