@misterhuydo/sentinel 1.1.5 → 1.1.6
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.
package/.cairn/session.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"message": "Auto-checkpoint at 2026-03-23T08:
|
|
3
|
-
"checkpoint_at": "2026-03-23T08:
|
|
2
|
+
"message": "Auto-checkpoint at 2026-03-23T08:59:04.141Z",
|
|
3
|
+
"checkpoint_at": "2026-03-23T08:59:04.142Z",
|
|
4
4
|
"active_files": [],
|
|
5
5
|
"notes": [],
|
|
6
6
|
"mtime_snapshot": {}
|
package/package.json
CHANGED
|
@@ -2010,7 +2010,7 @@ async def handle_message(
|
|
|
2010
2010
|
from .notify import rate_limit_message
|
|
2011
2011
|
alert_if_rate_limited(cfg.slack_bot_token, cfg.slack_channel,
|
|
2012
2012
|
"sentinel_boss/api", err_str)
|
|
2013
|
-
logger.warning("Boss: API key path failed (%s), trying CLI fallback", err_str
|
|
2013
|
+
logger.warning("Boss: API key path failed (%s), trying CLI fallback", err_str)
|
|
2014
2014
|
|
|
2015
2015
|
# 2nd priority: Claude Pro / OAuth via CLI (limited tools but no API key needed)
|
|
2016
2016
|
cli_reply, cli_done = await _handle_with_cli(
|