[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"article-claude-code-v2-1-143-background-session-fixes-en":3,"article-related-claude-code-v2-1-143-background-session-fixes-en":35,"series-tools-c727f6d6-93c4-4f23-8cff-4efb25cbb8de":87},{"id":4,"title":5,"content":6,"summary":7,"source":8,"source_url":9,"author":10,"image_url":11,"keywords":12,"language":18,"translated_content":10,"views":19,"is_premium":20,"created_at":21,"updated_at":21,"cover_image":11,"published_at":22,"rewrite_status":23,"rewrite_error":10,"rewritten_from_id":24,"slug":25,"category":26,"related_article_id":27,"status":28,"google_indexed_at":10,"x_posted_at":10,"tweet_text":10,"title_rewritten_at":10,"title_original":10,"key_takeaways":29,"topic_cluster_id":33,"embedding":34,"is_canonical_seed":20},"c727f6d6-93c4-4f23-8cff-4efb25cbb8de","Claude Code v2.1.143 fixes background sessions","\u003Cp data-speakable=\"summary\">\u003Ca href=\"\u002Ftag\u002Fclaude-code\">Claude Code\u003C\u002Fa> v2.1.143 fixes background sessions, plugin handling, and model fallbacks.\u003C\u002Fp>\u003Cp>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-code\u002Freleases\u002Ftag\u002Fv2.1.143\" target=\"_blank\" rel=\"noopener\">Claude Code\u003C\u002Fa> v2.1.143 landed on May 15 with a long list of fixes and workflow tweaks aimed at the parts of the product power users hit most: background sessions, plugins, terminal behavior, and cloud provider integrations. The release also adds projected context cost estimates in the plugin browser, which is the kind of detail that matters once teams start running multiple plugins and background agents in real work.\u003C\u002Fp>\u003Cp>The update is broader than the headline items in the release notes suggest. It touches Windows Terminal, WSL, macOS sleep and wake behavior, Bedrock, Vertex, Foundry, and even how the CLI behaves when a session wakes from idle.\u003C\u002Fp>\u003Ctable>\u003Cthead>\u003Ctr>\u003Cth>Item\u003C\u002Fth>\u003Cth>What changed\u003C\u002Fth>\u003Cth>Why it matters\u003C\u002Fth>\u003C\u002Ftr>\u003C\u002Fthead>\u003Ctbody>\u003Ctr>\u003Ctd>Release\u003C\u002Ftd>\u003Ctd>v2.1.143\u003C\u002Ftd>\u003Ctd>Latest Claude Code update on GitHub\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>Idle spinner\u003C\u002Ftd>\u003Ctd>Turns amber after 10 seconds\u003C\u002Ftd>\u003Ctd>Signals that Claude is still working\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>Stop hooks\u003C\u002Ftd>\u003Ctd>Abort after 8 consecutive blocks\u003C\u002Ftd>\u003Ctd>Prevents infinite hook loops\u003C\u002Ftd>\u003C\u002Ftr>\u003Ctr>\u003Ctd>PowerShell tool\u003C\u002Ftd>\u003Ctd>Enabled by default on Windows for Bedrock, Vertex, and Foundry\u003C\u002Ftd>\u003Ctd>Improves Windows support for cloud users\u003C\u002Ftd>\u003C\u002Ftr>\u003C\u002Ftbody>\u003C\u002Ftable>\u003Ch2>What this release is really fixing\u003C\u002Fh2>\u003Cp>The most visible change is the spinner behavior. If \u003Ca href=\"\u002Ftag\u002Fclaude\">Claude\u003C\u002Fa> is thinking for more than 10 seconds, the spinner now shifts to amber instead of staying visually flat. That sounds small, but anyone who has waited on a long \u003Ca href=\"\u002Ftag\u002Fagent\">agent\u003C\u002Fa> turn knows why it matters: the UI now tells you the process is alive instead of making you wonder whether the CLI froze.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779073444292-my8i.png\" alt=\"Claude Code v2.1.143 fixes background sessions\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>Under the hood, the release is packed with fixes for background sessions and detached workers. Claude Code now preserves model choice and effort level after idle wake, keeps MCP and settings data across respawns, and avoids sending the wrong model ID when side-queries run on Bedrock, Vertex, Foundry, or a gateway with no \u003Ccode>ANTHROPIC_SMALL_FAST_MODEL\u003C\u002Fcode> override set.\u003C\u002Fp>\u003Cp>There is also a practical safety fix for stop hooks. If a hook keeps blocking the same turn over and over, Claude now ends that turn with a warning after 8 consecutive blocks. That is a much better failure mode than an endless loop that leaves users guessing why the session will not progress.\u003C\u002Fp>\u003Cul>\u003Cli>Background sessions now keep their model and effort settings after waking from idle.\u003C\u002Fli>\u003Cli>\u002Fbg preserves \u003Ccode>--mcp-config\u003C\u002Fcode>, \u003Ccode>--settings\u003C\u002Fcode>, \u003Ccode>--add-dir\u003C\u002Fcode>, \u003Ccode>--plugin-dir\u003C\u002Fcode>, and \u003Ccode>--strict-mcp-config\u003C\u002Fcode>.\u003C\u002Fli>\u003Cli>Stop hooks now stop repeated blocking after 8 consecutive failures.\u003C\u002Fli>\u003Cli>Background side-queries now fall back to the main-loop model instead of failing on unavailable Haiku IDs.\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>Plugins are getting stricter and more readable\u003C\u002Fh2>\u003Cp>The plugin changes point in a clear direction: Claude Code is getting more opinionated about dependencies and easier to inspect before you enable anything. The new plugin dependency enforcement means \u003Ccode>claude plugin disable\u003C\u002Fcode> will refuse to disable a plugin that another enabled plugin depends on, and it gives a copy-pasteable hint for the disable chain. That is a sensible guardrail for teams that install plugin stacks and then forget how they fit together.\u003C\u002Fp>\u003Cp>The plugin browser also shows projected context cost now, both per turn and per invocation. That matters because context is no longer an abstract resource. If a plugin adds expensive prompts or tools, you can see the likely \u003Ca href=\"\u002Ftag\u002Ftoken\">token\u003C\u002Fa> hit before you activate it.\u003C\u002Fp>\u003Cblockquote>\u003Cp>“The plugin ecosystem is a big part of Claude Code’s value, so surfacing dependencies and context cost is the right kind of friction.”\u003C\u002Fp>\u003Cfooter>Anthropic, \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-code\u002Freleases\u002Ftag\u002Fv2.1.143\" target=\"_blank\" rel=\"noopener\">Claude Code v2.1.143 release notes\u003C\u002Fa>\u003C\u002Ffooter>\u003C\u002Fblockquote>\u003Cp>There are a few more plugin-related fixes worth calling out. \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-code\" target=\"_blank\" rel=\"noopener\">Claude Code\u003C\u002Fa> now handles plugin-contributed agents more reliably, surfaces LSP servers in plugin details in the previous release line, and avoids some false errors around plugin paths and cache cleanup. For people building internal tooling on top of Claude Code, that reduces the chance that a plugin works in one session and mysteriously disappears in the next.\u003C\u002Fp>\u003Ch2>Windows, macOS, and cloud users each got specific fixes\u003C\u002Fh2>\u003Cp>This release is unusually careful about platform-specific behavior. On Windows, the PowerShell tool is now enabled by default for Bedrock, Vertex, and Foundry users, while right-click paste in Claude agents and session listing bugs in Windows Terminal and WSL were fixed too. There is also a fix for \u003Ccode>←\u003C\u002Fcode> in the agents view leaving the session list unresponsive while a response was streaming.\u003C\u002Fp>\n\u003Cfigure class=\"my-6\">\u003Cimg src=\"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779073445560-dulk.png\" alt=\"Claude Code v2.1.143 fixes background sessions\" class=\"rounded-xl w-full\" loading=\"lazy\" \u002F>\u003C\u002Ffigure>\n\u003Cp>On macOS, background-job sessions no longer hit “Operation not permitted” errors when reading files under \u003Ccode>~\u002FDocuments\u003C\u002Fcode>, \u003Ccode>~\u002FDesktop\u003C\u002Fcode>, or \u003Ccode>~\u002FDownloads\u003C\u002Fcode> even with Full Disk Access granted. Claude Code also handles sleep and wake more cleanly by detecting clock jumps instead of treating them as elapsed idle time, which should reduce the daemon reconnect failures that users saw after sleep.\u003C\u002Fp>\u003Cp>Cloud users get a different kind of cleanup: the release fixes 5xx error messages that pointed people to \u003Ca href=\"https:\u002F\u002Fstatus.claude.com\" target=\"_blank\" rel=\"noopener\">status.claude.com\u003C\u002Fa> instead of naming the configured gateway or provider. That is a small copy fix with a big support payoff, because the first thing people want in an outage is the exact service that failed.\u003C\u002Fp>\u003Cul>\u003Cli>Windows: PowerShell tool is on by default for Bedrock, Vertex, and Foundry.\u003C\u002Fli>\u003Cli>macOS: file access under Documents, Desktop, and Downloads no longer trips permission errors.\u003C\u002Fli>\u003Cli>Cloud providers: 5xx messages now name the configured gateway or provider.\u003C\u002Fli>\u003Cli>Idle wake: background sessions preserve their chosen model and effort level.\u003C\u002Fli>\u003C\u002Ful>\u003Ch2>How this compares with the previous release\u003C\u002Fh2>\u003Cp>The previous tag, v2.1.142, already added a large batch of agent flags, including \u003Ccode>--add-dir\u003C\u002Fcode>, \u003Ccode>--settings\u003C\u002Fcode>, \u003Ccode>--mcp-config\u003C\u002Fcode>, \u003Ccode>--plugin-dir\u003C\u002Fcode>, \u003Ccode>--permission-mode\u003C\u002Fcode>, \u003Ccode>--model\u003C\u002Fcode>, \u003Ccode>--effort\u003C\u002Fcode>, and \u003Ccode>--dangerously-skip-permissions\u003C\u002Fcode>. It also switched fast mode to \u003Ca href=\"https:\u002F\u002Fwww.anthropic.com\u002Fnews\u002Fclaude-4\" target=\"_blank\" rel=\"noopener\">Opus 4.7\u003C\u002Fa> by default instead of Opus 4.6, which is a meaningful model change for anyone benchmarking agent performance.\u003C\u002Fp>\u003Cp>v2.1.143 does less to change the product’s headline capabilities and more to make those capabilities usable day after day. It fixes persistence bugs, background-session regressions, and UI friction points that would otherwise turn advanced features into support tickets. That is often what mature developer tooling looks like: fewer flashy additions, more attention to the edges where real workflows break.\u003C\u002Fp>\u003Cp>There is also a nice bit of consistency here. The release keeps extending the same agent controls across foreground sessions, background sessions, and the agents dashboard. That reduces the gap between “what I configured” and “what actually ran,” which has been a chronic problem in CLI-driven automation tools.\u003C\u002Fp>\u003Cp>For readers who want the adjacent context, OraCore has been tracking the broader shift toward agentic developer tooling in \u003Ca href=\"\u002Fnews\u002Fclaude-code-agent-workflows\" target=\"_blank\" rel=\"noopener\">our Claude Code workflow coverage\u003C\u002Fa> and \u003Ca href=\"\u002Fnews\u002Fai-cli-tools-for-developers\" target=\"_blank\" rel=\"noopener\">our AI CLI tools roundup\u003C\u002Fa>.\u003C\u002Fp>\u003Ch2>What to watch next\u003C\u002Fh2>\u003Cp>My read: the next meaningful milestone for Claude Code will be whether these background-session fixes hold up under longer-running teams, especially on Windows and in mixed cloud setups. If the amber spinner, plugin dependency checks, and model-preservation fixes behave as advertised, this release should lower the amount of babysitting required for agent workflows.\u003C\u002Fp>\u003Cp>The bigger question is whether \u003Ca href=\"\u002Ftag\u002Fanthropic\">Anthropic\u003C\u002Fa> keeps tightening the same surfaces or starts pushing more visible product changes again. For now, v2.1.143 is the kind of release that earns trust by removing friction, and that is exactly what a serious coding agent needs before teams let it run unattended for hours.\u003C\u002Fp>","Claude Code v2.1.143 tightens plugin dependencies, adds context-cost estimates, and fixes background-session bugs on Windows, macOS, and cloud runtimes.","github.com","https:\u002F\u002Fgithub.com\u002Fanthropics\u002Fclaude-code\u002Freleases",null,"https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779073444292-my8i.png",[13,14,15,16,17],"Claude Code","Anthropic","background sessions","plugins","CLI agents","en",0,false,"2026-05-18T03:03:37.614216+00:00","2026-05-18T03:03:37.599+00:00","done","c457f40c-a324-434e-8a32-c2b5d5bf3109","claude-code-v2-1-143-background-session-fixes-en","tools","0b197876-ec84-4002-8d0d-343834f50966","published",[30,31,32],"v2.1.143 focuses on stability, not flashy new features.","Plugin dependency checks and context cost estimates make plugin use safer.","Windows, macOS, and cloud-provider fixes reduce background-session failures.","a7343b93-37cc-4634-a2bc-707f6275bdb6","[-0.0021802487,0.00048197873,-0.026331896,-0.0930659,-0.038104266,-0.0020682637,0.00977238,0.010937516,0.014438468,-0.029805996,-0.0048135393,-0.030083988,0.009793513,-0.021574218,0.12958837,0.017351985,-0.017247668,0.011433762,0.025217542,0.0055270335,-0.013021689,0.034014292,-0.01084147,-0.042619813,0.0009400964,-0.027087579,0.021077398,0.008965958,0.057520457,-0.0036604926,-0.001190393,-0.00052574,-0.019593827,-0.001328441,0.018345889,0.04070101,0.0020660753,-0.015380552,0.014390887,0.003687835,-0.0046632783,-0.0027859504,0.030784328,0.0025713434,-0.008723178,0.00027009795,0.0060328767,-0.033230565,-0.016031688,0.02865224,-0.0015020439,-0.0019987961,-0.002409838,-0.14549588,0.00048806262,-0.024769505,-0.021360228,0.0008434553,0.020059556,-0.0031205637,-0.009956343,-0.0008984472,-0.00319673,0.0015397646,-0.0030259993,-0.0041290894,0.0018264833,0.023743425,-0.013191243,-0.013347579,-0.012940692,0.015343962,-0.009595713,-0.0072054537,0.018778468,-0.018340182,0.015212955,-0.019180672,0.02298561,0.031150836,0.028834006,-0.03447742,0.008200341,0.013450747,0.015863135,-0.007838243,0.015310344,-4.2108004e-05,0.015029582,-0.026455104,-0.009083669,0.005980362,0.016042976,-0.0028716351,0.02986686,-0.0019762337,-0.008093647,0.015043699,-0.019775305,0.0073307557,-0.018691836,-0.028632304,0.020113463,0.004811376,-0.0037991607,-0.0017714475,-0.012140926,0.0055733155,0.0046395524,0.015828393,0.0036753488,0.021052048,-0.006387479,0.012407201,0.013170716,-0.14376178,0.012443789,-0.0015316759,0.010467963,-0.0008581712,-0.022239272,0.011706285,0.006414542,0.013547759,-0.012343484,0.0034602645,0.0104784155,-0.0032976482,-0.0025813545,0.021039817,-0.02395637,-0.009150196,0.0060331924,-0.013421543,0.002943098,-0.002226689,0.026776876,-0.018784272,-0.017069878,-0.014205109,-0.0063489527,0.021901213,-0.011482429,0.0029569734,-0.010822035,-0.007361865,-5.4860706e-05,-0.0089885825,0.013493801,-0.00332777,0.029709356,-0.02036579,0.0111982105,0.011609594,0.04124563,-0.03210891,0.0037484728,-0.012582339,-0.0046028965,0.0012997355,0.0039033864,-0.0010971708,0.013031417,-0.0012444513,-0.0070293797,-0.0010471444,0.004646342,0.004318421,-0.004683056,0.007640921,0.015865723,-0.011824609,-0.0074362773,-0.0052484823,-0.00375545,0.020804534,-0.011061285,-0.0132329445,0.011476189,-0.007231907,-0.0077150706,0.021309614,0.014417184,0.012668831,-0.019209504,-0.0067015644,-0.01870342,-0.0065041757,0.0014835197,-0.009624266,-0.012719274,0.0057609966,0.02409177,-0.010932401,0.03869175,-0.01563307,0.0024434144,-0.023503441,-0.0046182405,0.009051521,0.022402305,-0.00022198659,0.0014923748,-0.036909286,-0.025549721,0.021584975,-0.020018343,-0.0032412715,-0.009319883,0.01860222,-0.017154386,0.003139294,0.0027227679,-0.002999263,-0.0009042031,-0.0038287146,-0.012170756,-0.030774014,0.02790153,-0.0044471296,0.020805283,-0.01791575,0.01231918,0.0261123,-0.015051749,0.0012180741,-0.011393474,0.0037193908,5.512164e-05,0.029165283,0.02739918,0.0077303406,-0.010283496,0.010902327,7.465248e-05,-0.035587378,0.0015906106,0.013084627,0.017532572,0.022355428,0.0012445695,0.0110016065,-0.020703822,0.022226442,0.033445686,-0.010074829,0.017227398,-0.016123489,-0.021284545,0.012592927,-0.0057737366,0.015641004,0.017140348,-0.029209921,0.005021049,0.005055309,0.006895479,0.002539842,-0.002448783,-0.026529295,0.0031203146,0.0023462402,-0.013870767,-0.01481794,0.010078661,-0.0015237527,0.012981628,0.024112571,-0.032548845,-0.013796953,0.002702344,0.0025773789,0.00014407896,-0.00097290176,0.010308886,-0.042961296,-0.03211383,0.044439156,0.008439953,-0.034311682,-0.0030635623,0.034391318,-0.01841413,-0.022276193,-0.014853706,-0.00776158,-0.025136223,0.0059375716,-0.00414793,-0.024795275,0.00032826044,0.0004295703,0.015351353,-0.009799104,-0.015577592,-0.017232984,0.0010432298,-0.005923803,0.024704775,0.013660263,-0.0013541158,-0.0007771549,0.030174805,0.056220863,-0.018397707,-0.0019226135,0.010479759,0.039394952,-0.048504237,-0.009721511,-0.014608971,-0.007434582,0.0057714214,-0.037471574,-0.015973864,0.014387674,0.009238616,-0.03513135,-0.019168695,-0.001190154,0.00090651144,-0.02008477,0.018147144,0.0019397824,-0.0047037248,-0.002960876,-0.0021044204,0.0018387502,0.0008232524,-0.012122734,-0.007430124,-0.0071838507,0.008336595,-0.0072787507,-0.0077681164,0.013341315,0.034452204,0.009247697,-0.009485173,-0.015255291,-0.011089361,0.005910679,-0.020484986,-0.0021616188,-0.020283183,0.023681017,0.019670127,-0.00040136444,0.013920838,0.0045362534,-0.011668896,-0.022740059,0.016136631,-0.002253039,-0.015192178,0.02235638,-0.0040021352,-0.0027087522,0.020079777,0.010944944,-0.005570599,0.010065597,-0.023351599,0.0076031764,-0.012126675,0.0026513694,0.0025086438,0.004027742,-0.0013608477,-0.0008669468,-0.023351302,0.009727891,0.00550099,0.006369496,-0.023380656,0.0036579312,0.029860783,0.023185411,0.003965336,0.013306159,0.0026985474,0.030496972,-0.00063557527,-0.014013424,-0.0105454875,0.023602098,0.008105017,0.012181606,-0.0119058825,0.015148645,-0.020095067,0.010928817,-0.021921651,0.021721466,-0.0025118324,-0.00674466,0.000384752,0.004071253,0.00052604266,-0.03726767,0.006447114,-0.0019296765,-0.017211389,0.0320848,-0.009579878,-0.0058312537,-0.027894901,0.011029785,0.0056613325,0.0024576383,0.0063885106,0.0063302414,0.008068999,0.004095016,0.010543982,0.019399572,-0.008820887,0.035840496,0.00021863086,0.0111306505,0.01963125,0.035778243,-0.002351078,-0.0128061455,-0.028116554,0.012760532,-0.0030500246,-0.0018711868,-0.029777197,-0.0152908275,0.022794701,-0.016421614,0.01292782,-0.032421123,-0.0165465,-0.034989823,-0.010442328,-0.01789248,-0.036185816,-0.015985347,-0.013048449,0.0012512909,-0.019032754,-0.001867717,0.01443385,-0.02909975,-0.0039882194,-0.010444953,-0.033957172,0.0034915914,0.039620865,-0.0038190319,0.030257322,0.0040319595,0.024345912,0.019368805,0.015243707,0.018317997,0.00024835134,-0.00889716,-0.0032316488,-0.024554228,0.0056460924,0.009875586,-0.009980686,0.0029232625,0.0071854717,-0.015326927,-0.00015395753,-0.0021345173,-0.015071328,0.0053758966,0.022126632,0.012390447,-0.013057176,-0.029858442,0.020449322,-0.024198232,0.010187679,0.026331749,0.0073922453,-0.0015134271,0.020016858,-0.008138994,0.019335415,0.006439309,-0.016839499,0.00011435284,-0.019961976,0.007878438,0.038503516,0.04808075,0.00013214952,-0.010536014,-0.012425109,-0.020867387,-0.0039509693,0.02333371,0.008040241,-0.005460904,0.015874563,-0.0029554444,-0.025734896,-0.0028206855,-0.036145665,-0.026723307,0.0080742035,-0.00901612,0.013998378,-0.022288166,-0.040678862,-0.011695774,-0.003058106,-0.0052455114,0.008765673,-0.04536715,-0.005631764,-0.014012378,0.009793499,-0.011444841,0.0023911712,-0.00040270764,0.0022391863,0.011285514,-0.011592881,0.010878265,0.027144419,0.009832659,0.034907743,-0.010867756,-0.022762721,0.011117171,0.0048609446,0.013246156,0.014016852,-0.016683912,0.0058397898,0.009781113,0.030838769,-0.006647442,0.004980525,-0.026931671,0.0005516685,-0.026475223,0.010646734,-0.0966846,0.010475838,-0.01031586,0.022737915,-0.010265089,-0.0032748182,0.023736527,-0.005460213,0.024871686,0.015798463,0.008772212,-0.015102709,0.0068166214,0.02780096,-0.005084459,-0.00015473689,-0.0066148513,-0.0024166328,0.0062730727,-0.0030578917,0.023252219,0.008375605,0.011420496,0.002066353,0.0037794784,0.020060934,0.032343876,0.013994209,-0.00040963248,-0.004178336,0.0010462387,0.014368893,-0.00072784675,0.01992745,0.021631405,0.0029205144,-0.018091815,-0.006928566,-0.011903522,-0.0014779735,0.0018867701,-0.022193192,-0.011836492,-0.0197187,-0.004090232,-0.013949829,-0.009150058,0.018138094,0.059566814,-0.008580665,-0.023899475,-0.0064211953,0.005850032,-0.020103205,-0.00866248,-0.0035803379,-0.028081868,-0.018047834,-0.010142277,0.0026040708,-0.03278969,-0.015999641,-0.022486947,0.017684717,-0.018695943,-0.020913443,0.0069710705,0.050120924,0.009261499,0.013786826,-0.014458136,-0.017581558,-0.015394396,0.028540235,0.0010925063,-0.0065528476,0.01045471,0.018409276,-0.01819284,0.0024545433,0.005821436,-0.03882267,-0.074447826,-0.022644468,0.009247373,-0.0013853046,-0.0067332354,-0.01829085,-0.018673593,-0.019120209,0.018459488,0.0025779845,0.0064798053,-0.0035616178,0.008845859,-0.0010879685,-0.004533454,-0.011468706,0.015076514,0.019533498,-0.00027219855,-0.031504896,-0.002601325,0.013363955,0.022952573,-0.020116616,-0.011554096,0.0019694783,-0.01659971,-0.006541903,0.0060647326,-0.017532006,-0.020790849,-0.12968677,-0.018276561,0.023349736,-0.00955319,0.009972433,0.019442953,-0.01767655,0.023009064,0.0032236301,-0.020638406,0.0127809625,-0.0291734,-0.03836131,0.0037526186,0.013779706,0.13264078,-0.028838364,-0.0120642185,0.0015815939,0.006041853,-0.002116039,-0.029824626,-0.0065777656,0.03277997,-0.003434351,-0.023146173,0.000119574295,-0.014803303,0.011020195,0.018834738,0.020696964,0.0060756053,-0.008974476,0.019512484,-0.010276173,-0.0045913327,-0.012316325,-0.0164716,0.005651876,0.022057327,0.022614349,0.003438643,-0.023987496,-0.028400363,0.021138513,0.01087194,-0.01737922,-0.011416572,0.022293365,-0.006401852,-0.0109757595,-0.076555975,-0.008594097,-0.021276405,0.018387172,0.008393732,-0.0049162214,0.046640065,5.4354503e-05,-0.0065557756,-0.023636736,0.002688667,-0.024407893,-0.0008923252,-0.034520257,-0.011851582,0.007903195,0.038617063,-0.005567944,-0.006279137,0.0075502843,0.016293447,0.007855334,0.0072917705,-0.013735111,-0.009564047,-0.0044357795,-0.013803565,0.022437025,-0.018345527,0.016065953,-0.019254124,-0.0014417495,-0.01242482,6.054299e-05,0.0046240413,0.018998422,-0.0018511042,0.012273831,0.0053873826,-0.0011056482,0.012078192,-0.015417754,-0.0005848637,-0.010097579,0.035312112,0.008113045,0.001993713,-0.0046077957,0.0018257038,0.003257655,-0.015749177,0.013653256,-0.033790763,0.013522807,0.03221512,0.010369089,0.013738188,0.0044792155,0.020073066]",{"tags":36,"relatedLang":46,"relatedPosts":50},[37,38,40,42,44],{"name":16,"slug":16},{"name":13,"slug":39},"claude-code",{"name":14,"slug":41},"anthropic",{"name":15,"slug":43},"background-sessions",{"name":17,"slug":45},"cli-agents",{"id":27,"slug":47,"title":48,"language":49},"claude-code-v2-1-143-background-session-fixes-zh","Claude Code v2.1.143 修好背景工作階段","zh",[51,57,63,69,75,81],{"id":52,"slug":53,"title":54,"cover_image":55,"image_url":55,"created_at":56,"category":26},"c964fdf9-d57e-4ce4-a1bc-276f93f9daf1","microsoft-fluent-2-design-system-en","Microsoft Fluent 2: What Makes It Work","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779071638452-4531.png","2026-05-18T02:33:32.965582+00:00",{"id":58,"slug":59,"title":60,"cover_image":61,"image_url":61,"created_at":62,"category":26},"d562d2ce-737f-41c5-b95b-12bb53ea7a4a","opencode-cli-acp-server-support-en","OpenCode CLI adds ACP server support","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779035647026-zfpn.png","2026-05-17T16:33:42.595298+00:00",{"id":64,"slug":65,"title":66,"cover_image":67,"image_url":67,"created_at":68,"category":26},"5d28ea54-70c6-408b-a38d-9a0bfbd8c28a","microsoft-skills-174-ai-coding-skills-en","Microsoft open-sources 174 AI coding skills","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779035053352-1ahz.png","2026-05-17T16:23:52.592903+00:00",{"id":70,"slug":71,"title":72,"cover_image":73,"image_url":73,"created_at":74,"category":26},"0617c502-198c-449e-a9e5-1c28b590e062","why-pi-mcp-adapter-is-the-right-way-to-use-mcp-en","Why Pi MCP Adapter Is the Right Way to Use MCP","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779034424252-f5wh.png","2026-05-17T16:13:20.396868+00:00",{"id":76,"slug":77,"title":78,"cover_image":79,"image_url":79,"created_at":80,"category":26},"a30ad3d0-29e1-4d10-bdc1-ffabb8e83ff1","aws-agent-toolkit-coding-agents-en","AWS ships Agent Toolkit for coding agents","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779033853343-jgfw.png","2026-05-17T16:03:49.145533+00:00",{"id":82,"slug":83,"title":84,"cover_image":85,"image_url":85,"created_at":86,"category":26},"09de95af-f7fb-4807-831e-c6b3f4b531ec","why-32-agent-paper-teams-better-research-en","Why 32-Agent Paper Teams Are Better at Research, Not Writing","https:\u002F\u002Fxxdpdyhzhpamafnrdkyq.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Fcovers\u002Finline-1779030833996-w76d.png","2026-05-17T15:13:26.108924+00:00",[88,93,98,103,108,113,118,123,128,133],{"id":89,"slug":90,"title":91,"created_at":92},"8008f1a9-7a00-4bad-88c9-3eedc9c6b4b1","surepath-ai-mcp-policy-controls-en","SurePath AI's New MCP Policy Controls Enhance AI Security","2026-03-26T01:26:52.222015+00:00",{"id":94,"slug":95,"title":96,"created_at":97},"27e39a8f-b65d-4f7b-a875-859e2b210156","mcp-standard-ai-tools-2026-en","MCP Standard in 2026: Integrating AI Tools","2026-03-26T01:27:43.127519+00:00",{"id":99,"slug":100,"title":101,"created_at":102},"165f9a19-c92d-46ba-b3f0-7125f662921d","rag-2026-transforming-enterprise-ai-en","How RAG in 2026 is Transforming Enterprise AI","2026-03-26T01:28:11.485236+00:00",{"id":104,"slug":105,"title":106,"created_at":107},"6a2a8e6e-b956-49d8-be12-cc47bdc132b2","mastering-ai-prompts-2026-guide-en","Mastering AI Prompts: A 2026 Guide for Developers","2026-03-26T01:29:07.835148+00:00",{"id":109,"slug":110,"title":111,"created_at":112},"d6653030-ee6d-4043-898d-d2de0388545b","evolving-world-prompt-engineering-en","The Evolving World of Prompt Engineering","2026-03-26T01:29:42.061205+00:00",{"id":114,"slug":115,"title":116,"created_at":117},"3ab2c67e-4664-4c67-a013-687a2f605814","garry-tan-open-sources-claude-code-toolkit-en","Garry Tan Open-Sources a Claude Code Toolkit","2026-03-26T08:26:20.245934+00:00",{"id":119,"slug":120,"title":121,"created_at":122},"66a7cbf8-7e76-41d4-9bbf-eaca9761bf69","github-ai-projects-to-watch-in-2026-en","20 GitHub AI Projects to Watch in 2026","2026-03-26T08:28:09.752027+00:00",{"id":124,"slug":125,"title":126,"created_at":127},"231306b3-1594-45b2-af81-bb80e41182f2","claude-code-vs-cursor-2026-en","Claude Code vs Cursor in 2026","2026-03-26T13:27:14.177468+00:00",{"id":129,"slug":130,"title":131,"created_at":132},"9f332fda-eace-448a-a292-2283951eee71","practical-github-guide-learning-ml-2026-en","A Practical GitHub Guide to Learning ML in 2026","2026-03-27T01:16:50.125678+00:00",{"id":134,"slug":135,"title":136,"created_at":137},"1b1f637d-0f4d-42bd-974b-07b53829144d","aiml-2026-student-ai-ml-lab-repo-review-en","AIML-2026 Is a Bare-Bones Student Lab Repo","2026-03-27T01:21:51.661231+00:00"]