Commit d0ee265
debug(langgraph): add console.debug to LangGraphThreadsAdapter.refresh() (#486)
* debug(langgraph): add console.debug to LangGraphThreadsAdapter.refresh()
PR #488 already replaced the silent catch with console.error; that
half of the original debug PR is done. This adds the complementary
console.debug calls on invoke + resolve so prod inspection can
distinguish "never called" from "called but resolved empty" from
"called and threw."
Targets the demo.threadplane.ai cold-load bug where the sidenav stays
empty with no visible signal. After this lands, redeploy + reload the
demo + check the console: presence/absence of '[...] invoked' tells
us whether the effect even fires.
Tighten the log volume if it becomes noisy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* chore(docs): regenerate api docs
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 4684744 commit d0ee265
2 files changed
Lines changed: 11 additions & 2 deletions
File tree
- apps/website/content/docs/agent/api
- libs/langgraph/src/lib/threads
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
| 334 | + | |
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
82 | 89 | | |
| 90 | + | |
83 | 91 | | |
84 | 92 | | |
| 93 | + | |
85 | 94 | | |
86 | 95 | | |
87 | 96 | | |
| |||
0 commit comments